Tristan F
2e03bc394c
feat: AMD -> ES6 ( #7029 )
...
* feat: full amd -> es6 conversion
* fix: move MCT to ES6 class
* fix: default drop, correct imports
* fix: correct all imports
* fix: property typo
* fix: avoid anonymous functions
* fix: correct typo
scarily small - can see why this e2e coverage issue is high priority
* fix: use proper uuid format
* style: fmt
* fix: import vue correctly, get correct layout
* fix: createApp without JSON
fixes template issues
* fix: don't use default on InspectorDataVisualization
* fix: remove more .default calls
* Update src/api/api.js
Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
* Update src/plugins/plugins.js
Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
* Update src/plugins/plugins.js
Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
* fix: suggestions
* fix: drop unnecessary this.annotation initialization
* fix: move all initialization calls to constructor
* refactor: move vue dist import to webpack alias
---------
Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
2023-12-27 12:15:51 -08:00
Jesse Mazzella
caa7bc6fae
chore: add prettier
(2/3): apply formatting, re-enable lint ci step ( #6682 )
...
* style: apply prettier formatting
* fix: re-enable lint ci check
2023-05-18 21:54:46 +00:00
Scott Bell
8040b275fc
Update copyright date ( #6395 )
...
update copyright date
2023-03-06 21:58:18 +04:00
Scott Bell
4a9744e916
touch every file on earth to update copyright ( #4729 )
...
* touch every file on earth to update copyright
* update one more
* pick up 2017 2018 2019
* revert fuchs copyright
* revert other bundle copyrights
* somehow missed one
2022-01-18 11:27:28 -08:00
Nikhil
04fb4e8a82
[Tables] Object names should appear in tables ( #3466 )
...
* [Tables] Object names should appear in tables #3312
* updated tests to include name header.
* fixed lint issue.
* Removed Name from data.
* renamed 'addColunmName' to 'addNameColumn'.
Co-authored-by: Andrew Henry <akhenry@gmail.com>
2020-10-30 15:10:31 -07:00