Joshi
654333dabe
Removes fdescribe
2020-01-14 10:59:11 -08:00
Joshi
81b8a76f1b
(WIP) Fixes cyclic error while saving conditionCollection
2020-01-14 10:57:00 -08:00
Joshi
31736fa194
Merge branch 'conditionSet-view' of https://github.com/nasa/openmct into conditionSet-with-classes
2020-01-14 10:27:10 -08:00
Joshi
33632ef1dc
(WIP) conditionSets using ConditionClasses
2020-01-14 09:52:12 -08:00
Joel McKinnon
94305ed82c
persist data changes on update
2020-01-14 09:29:00 -08:00
Joel McKinnon
c8abc45e25
add default condition only when none present
2020-01-14 08:38:12 -08:00
Joshi
cd25459ac9
Merge branch 'conditionSet-telemetry' of https://github.com/nasa/openmct into conditionSet-view
2020-01-13 22:53:45 -08:00
Joshi
aaf1eb8059
Merge branch 'condition-class' of https://github.com/nasa/openmct into conditionSet-view
2020-01-13 22:52:51 -08:00
Joshi
1589e4236a
Merge branch 'conditionSet-telemetry' of https://github.com/nasa/openmct into condition-class
2020-01-13 22:51:13 -08:00
Joshi
8ca202d0a9
Merge branch 'topic-conditionals' of https://github.com/nasa/openmct into condition-class
2020-01-13 22:48:08 -08:00
Joshi
d2f7904118
Merge branch 'topic-conditionals' of https://github.com/nasa/openmct into conditionSet-telemetry
2020-01-13 22:47:52 -08:00
Joshi
8bbd7898bb
Updates conditionSet composition policy to allow only telemetry since we're no longer using composition for condition domain objects
2020-01-13 14:59:45 -08:00
Nikhil Mandlik
ea6f8c9a50
small fixes
2020-01-13 14:45:00 -08:00
Joshi
d152440436
Fixes careless mistake - undefined object.
2020-01-13 14:12:05 -08:00
Joshi
1ffe76a525
Fixes linting issue.
2020-01-13 14:09:59 -08:00
Joshi
a6825f530c
Fixes failing test.
2020-01-13 14:05:43 -08:00
Joshi
7cf6dc386f
Removes use of createOpenMCT and uses mock object for openmct instead.
2020-01-13 13:58:25 -08:00
Joshi
5d8252bb07
Adds tests for condition class
2020-01-13 13:55:54 -08:00
Joel McKinnon
e1e1e0fb2f
temp
2020-01-13 13:52:26 -08:00
Joel McKinnon
4f7345563f
temp
2020-01-13 13:40:43 -08:00
Joel McKinnon
68a2b9f3a8
added Default name
2020-01-10 16:45:20 -08:00
Joel McKinnon
d79402c568
name property WIP
2020-01-10 15:58:16 -08:00
Joel McKinnon
d0e8f650be
remove condition with persistance
2020-01-10 12:59:43 -08:00
Joel McKinnon
d819c6efe2
add condition button working with persistance
2020-01-10 12:22:05 -08:00
Joshi
91c877f234
Adds tests for Condition class
2020-01-10 10:43:55 -08:00
Joshi
55a674ba7b
Merge branch 'topic-conditionals' of https://github.com/nasa/openmct into condition-class
2020-01-09 06:46:27 -08:00
Joshi
36055b7c04
Changes name of emitted event
2020-01-09 06:44:19 -08:00
Joshi
fe3cc661d3
Fixes tests.
2020-01-08 12:20:17 -08:00
Joshi
eb7efae1cc
Persist condition to conditionSet. Remove extra condition unshift in addCondition method.
2020-01-07 11:56:24 -08:00
Joshi
63f8fb54d4
conditions added to conditioncollection
2020-01-07 11:42:31 -08:00
Joshi
097fa2e655
condition collection add to composition
2020-01-07 08:44:30 -08:00
Joshi
3d0b4d51c2
Merge branch 'topic-conditionals' of https://github.com/nasa/openmct into telemetry-criterion
2020-01-06 13:10:58 -08:00
Joel McKinnon
6ccc0b4fbf
added TODO comments
2020-01-06 12:04:19 -08:00
Joel McKinnon
79fe95372d
fix lint errors
2020-01-06 10:44:09 -08:00
Joel McKinnon
c094e6c6f4
change icon
2020-01-06 10:35:10 -08:00
Joshi
8c796b4e57
Allows adding new conditions and associated criteria.
...
Stub for evaluating conditions.
2020-01-06 10:09:47 -08:00
Joel McKinnon
c08e9a89ff
add condition
2020-01-06 09:48:11 -08:00
Joshi
cc8ba18ccc
Fixes condition plugin tests
2020-01-03 11:27:06 -08:00
Joel McKinnon
57c671a42e
combined tests in one pluginSpec file
2020-01-03 09:13:17 -08:00
Joel McKinnon
1ee6ecf3ae
removed conditionSet folder and fixed lint errors
2020-01-03 08:39:13 -08:00
Joel McKinnon
5f80b3773b
restructured folders
2020-01-02 15:19:57 -08:00
Joel McKinnon
8452455050
WIP: all condition set UI elements in place - started condition form elements
2020-01-02 12:59:32 -08:00
Joel McKinnon
e5d8f60cdb
WIP: all condition set UI elements in place except condition form elements
2019-12-31 11:33:33 -08:00
Joel McKinnon
de466000a0
WIP: styling for conditionSet and condition
2019-12-30 18:26:59 -08:00
Joel McKinnon
49664c011c
component styling and expand funcitonality
2019-12-27 18:17:56 -08:00
Joel McKinnon
e52f6ce099
WIP: styling components
2019-12-27 14:19:39 -08:00
Joel McKinnon
d38e2c49cb
WIP: current output styling
2019-12-27 13:20:21 -08:00
Joshi
f8464fa76f
Adds telemetry criterion class and related tests
2019-12-27 12:57:30 -08:00
Joel McKinnon
308ae2cb2e
added CurrentOutput and TestData components
2019-12-26 16:07:55 -08:00
Joel McKinnon
88219659fb
renamed Conditions component to ConditionSet
2019-12-26 13:40:58 -08:00
Joel McKinnon
c34c2df061
remove fdescribe
2019-12-26 12:36:58 -08:00
Joel McKinnon
99c7bd4c10
added conditions and condition components
2019-12-26 12:25:30 -08:00
Joel McKinnon
f93d5a6fbf
skeletal html mockup
2019-12-26 08:25:58 -08:00
Joel McKinnon
cd116667be
change to inject domainObject
2019-12-23 14:32:57 -08:00
Joel McKinnon
2f2de3952d
addressed review comments
2019-12-23 12:14:35 -08:00
Joel McKinnon
45e56798c5
removed fit
2019-12-23 11:24:25 -08:00
Joel McKinnon
0664d480e6
conditionSet provider with tests
2019-12-23 11:19:56 -08:00
Joel McKinnon
283599ddf5
Merge branch 'topic-conditionals' of https://github.com/nasa/openmct into conditionSet-view-provider
2019-12-20 09:56:26 -08:00
Joshi
87f76ebfe4
Addresses comments.
2019-12-19 21:20:38 -08:00
Joshi
55a195b841
Adds ConditionSet composition policy. Allows conditions to be added to conditionSets
2019-12-19 12:33:11 -08:00
Joel McKinnon
c7946fd7b3
refactor conditionSet pluginSpec
2019-12-19 11:14:55 -08:00
Joel McKinnon
5d3ba3199c
Merge remote-tracking branch 'origin/topic-conditionals' into conditionSet-view-provider
2019-12-19 09:07:44 -08:00
Joel McKinnon
f0d10306fc
completing merge
2019-12-19 09:06:19 -08:00
Shefali Joshi
e545043a26
Merge branch 'topic-conditionals' into condition-type
2019-12-18 15:52:46 -08:00
Joshi
1f9d4708b3
Adds copyright
2019-12-18 13:19:21 -08:00
Joshi
162809e081
[ #2570 ] adds new condition type and plugin. Also adds tests
2019-12-18 13:13:54 -08:00
Joel McKinnon
482c871ac2
removed fdescribe
2019-12-18 13:10:29 -08:00
Joel McKinnon
f0b3311630
fixed merge conflicts
2019-12-18 13:01:28 -08:00
Joel McKinnon
656d6d6c3f
addressed review comments
2019-12-18 12:48:05 -08:00
Joel McKinnon
ea45f0f4aa
WIP
2019-12-18 12:16:25 -08:00
Joel McKinnon
6a25cb0a58
renaming
2019-12-18 11:50:10 -08:00
Joel McKinnon
4a1901420d
removed fdescribe
2019-12-18 11:44:40 -08:00
Joel McKinnon
ad64f00608
WIP renaming
2019-12-18 11:43:20 -08:00
Joel McKinnon
65aea29cb9
renamed conditionCollection to conditionSet and made all filenames and references consistent
2019-12-18 11:23:37 -08:00
Joel McKinnon
7981424e9a
WIP: - preparing to rename branch
2019-12-18 11:08:21 -08:00
Joel McKinnon
10c4340475
completed tests for condition collection object
2019-12-17 13:24:34 -08:00
Joel McKinnon
0a95db1a51
fixed missing commas
2019-12-17 08:15:15 -08:00
Joel McKinnon
ace77dce65
WIP
2019-12-17 08:10:35 -08:00
Joel McKinnon
c1d58bb25f
fixed another minor merge conflict
2019-12-16 16:55:26 -08:00
Joel McKinnon
fbcafe0f62
mfixed merge conflicts
2019-12-16 16:50:57 -08:00
Joel McKinnon
9a9d9222a9
Merge branch 'master' into condition-object-type
2019-12-16 14:52:48 -08:00
Joel McKinnon
221e5b4f6c
Added tests for ConditionPlugin
2019-12-16 14:42:19 -08:00
Joshi
5df74aee68
[test-framework] Adds basic test for condition plugin
2019-12-16 11:06:19 -08:00
Nikhil
3b195e9c7d
Example imagery vue ( #2525 )
...
* WIP: imagery vue refactor
* cleaup
* show orange border when paused.
* resize image and thumbs wrappers.
* scrollToBottom fixed.
* fixed lint errors
* use multipane vue component for resize + cleanup + style adjustments.
* added min-height to image pane and thumbs-layout pane.
* remove old plugin and using es6 const.
* using ES6 imports.
* clean up + formatting changes.
* updated as per review comments.
* extracted styles from vue component.
* fixed lint errors.
* updated as per review comments + cleanup.
2019-12-13 15:36:01 -08:00
Joel McKinnon
17838d8040
WIP: setting up test framework for conditionals
2019-12-12 14:36:24 -08:00
Andrew Henry
ef3bae1312
Merge branch 'topic-core-refactor' into tcr-master
2019-12-11 15:56:24 -08:00
Nikhil
37a8cf071c
https://github.com/nasa/openmct/issues/2577 ( #2580 )
...
* https://github.com/nasa/openmct/issues/2577
* Remove notebook.scss import. Move to vue-styles.scss
2019-12-11 15:56:00 -08:00
Andrew Henry
98c9cc92b8
Merge branch 'topic-core-refactor' into tcr-master
2019-12-11 14:52:11 -08:00
Deep Tailor
490cb2225d
Move check for linestyle to plotseries fetch function ( #2561 )
2019-12-11 14:49:12 -08:00
Andrew Henry
ecd8372efa
Fixed merged conflict
2019-12-11 14:40:53 -08:00
Nikhil
50173a4413
Theming ( #2567 )
...
* Separate Vue component styles out from SFCs.
* Added 'MCT.prototype.getAssetPath' and using 'openmct.setAssetPath' to get relative path for assets.
* Re-implements `openmct.plugins.Snow()`, and `openmct.plugins.Espresso()` (as well as a new theme `openmct.plugins.Maelstron()`)
2019-12-11 14:27:13 -08:00
Charles Hacskaylo
a16a44208a
Fixes Notebook and Inspector layout issues ( #2568 )
...
* Fix linting-related issues
* Fix Notebook overlay display issues
2019-12-10 16:44:54 -08:00
Joel McKinnon
f82ca91a61
changed node mules path
2019-12-06 15:13:03 -08:00
Joel McKinnon
b06c234b59
import path for vue component
2019-12-06 13:02:23 -08:00
Joel McKinnon
31a7ebd4f1
basic skeleton for conditions code
2019-12-06 12:05:36 -08:00
Andrew Henry
c83e44ff1c
Merged from master
2019-12-06 09:45:21 -08:00
Deep Tailor
28d2194d51
fix bugs caused by shouldUseMinMax reported by VISTA ( #2555 )
2019-12-05 18:07:30 -08:00
David Tsay
b3bc618bb0
fix template markup after lint merge mutilation ( #2558 )
2019-12-05 18:04:24 -08:00
David Tsay
14a0f84c1b
Feature/eslint plugin vue ( #2548 )
...
* Use eslint-plugin-vue to lint vue files
2019-12-04 12:39:09 -08:00
Deep Tailor
14ce5e159b
Webpage plugin vue ( #2440 )
...
* Move table cell selection to table cell component
* move webpage from angular to vue
* make review requested changes
* fix npm install error
* change cache version
* change cache version
* rename view provider
* rename file to WebPageViewProvider
* change webpage vue file
* change webpage vue file
2019-12-02 18:55:08 -08:00
Andrew Henry
c51fd21847
Experimental unit tests for the Telemetry Table component ( #2533 )
...
* Initial commit of telemetry table spec
* Added example directory to linter paths. Fixed outstanding linting issues
2019-11-27 16:04:52 -08:00
Nikhil
8825a458dc
fixed console error with save + using this.$nextTick instead of setTimeout. ( #2516 )
2019-11-21 08:32:42 -08:00
Nikhil
cab51f2665
Code that ignores duplicate points for plotting is removing non-duplicate points ( #2515 )
...
* Code that ignores duplicate points for plotting is removing non-duplicate points
* updated as per suggestion: use generic way of reading Y value.
2019-11-21 08:31:05 -08:00
Nikhil
c6f83dea8d
Save and Finish blocking modal dialog Refactor and Styles #2500 ( #2501 )
...
* Save and Finish blocking modal dialog Refactor and Styles #2500
* created new template for ProgressDialogComponent
* Tweaks for #2501
- Normalized dialog icon size;
- Enhanced text formatting in dialog;
- Changed "Saving..." to remove ellipsis;
2019-11-20 11:46:03 -08:00
Charles Hacskaylo
bdd55b3db0
Merge branch 'topic-core-refactor' into modal-improvement
2019-11-20 11:42:11 -08:00
Charles Hacskaylo
700ca90c8e
Added new icon-history glyph for Time Conductor ( #2545 )
...
## Reviewer Checklist
* Changes appear to address issue? Y
* Appropriate unit tests included? N/A - Icon changes only
* Code style and in-line documentation are appropriate? Y
* Commit messages meet standards?
2019-11-20 11:37:53 -08:00
Charles Hacskaylo
360881cf66
Merge branch 'topic-core-refactor' into modal-improvement
2019-11-19 14:11:45 -08:00
Shefali Joshi
a4c2e944b3
Fixes issue #2537 Removes unused isEditing parameter for the view method of ViewProviders. ( #2542 )
2019-11-18 10:27:05 -08:00
Charles Hacskaylo
93abb09419
Styling to support Plotly integration ( #2532 )
...
* Mods to support NIRVSS spectra plot enhancements
- Plot legend can display a header element, related styles;
- Remove unneeded margin from propertiesHeader mixin;
* Mods to support NIRVSS spectra plot enhancements
- Finessing plot legend header styling;
- New theme constants for plot legend header;
- Increased size of plot color swatches;
* Mods to support NIRVSS spectra plot enhancements
- Major progress on Plotly style overrides;
* New glyphs for Spectra and Commands
* Icon backgrounds added for new glyphs
- bg-icon-spectra, -spectra-telemetry and -command;
* Plot legend enhancements
- Make selector for .hover-value-enabled less selective;
* Move plotly SCSS into its own file
2019-11-13 09:46:56 -08:00
Charles Hacskaylo
e58e9d3a26
Fix Plot Legend placement ( #2527 )
...
* Push test
* Enhance plot legend placement for #2486
- Left and right legends now maintain position when expanded;
* Update index.html
- Remove erroneously committed temp change ;
2019-11-08 15:31:29 -08:00
David Tsay
527c5ec7dd
src/selection/Selection.js ( #2535 )
2019-11-06 15:14:05 -08:00
David Tsay
286d6e5082
Issue 2472 Disable selection in layouts when previewing ( #2530 )
...
* ISSUE-2472: disable selection in layouts during preview
2019-11-05 16:20:26 -08:00
Nikhil
fab8bb516a
Plot label height adjustment. ( #2524 )
...
* Plot label height adjustment.
* initialize xaxis label.
* Plot label height adjustment.
* initialize xaxis label.
* Fixes incorrect width applied to the plot's X axis wrapper
2019-10-30 18:09:56 -07:00
Joel McKinnon
6d526eaf42
Fix lint errors ( #2520 )
...
* Fixed linting errors
* Disabled broken test
2019-10-29 15:49:55 -07:00
Deep Tailor
8b715f331c
Search indexer ( #2445 )
...
* add a bare bones indexer
* use constant to fallback to legacy indexer
2019-10-22 16:53:06 -07:00
Nikhil
d6950a0976
Added listener that reacts to changes on interpolate + fetch data using correct strategy value. ( #2469 )
2019-10-21 10:27:52 -07:00
Nikhil
68f3436792
set deep property as true on watch ( #2521 )
2019-10-21 10:26:09 -07:00
Andrew Henry
4414161faf
Fixes to enable testing by third party applications ( #2523 )
...
* Initial commit of telemetry table spec
* Fix errors found by running Open MCT app headless
* Do not double install import-export plugin
* Changes to allow Open MCT to be initialized more than once without binding to window.document
* Remove table spec accidentally added
2019-10-21 10:24:46 -07:00
Andrew Henry
7477536478
Disable broken unit tests ( #2519 )
...
* Disabling broken unit tests
* Removed legacy RemoveAction
2019-10-10 16:23:29 -07:00
Nikhil Mandlik
2dd7307fce
Overlay Improvement #2517
2019-10-10 15:45:07 -07:00
Nikhil Mandlik
6b2f2b758d
Multiple modal instances on 'Enter' button #2513
2019-10-10 15:04:14 -07:00
Deep Tailor
c13b07e648
separate search div from main tree, show search div when search value is present, else show main tree ( #2512 )
2019-10-10 12:48:50 -07:00
Nikhil
2ecff75da5
[Tables] Filtering fails when one or more cells contain undefined value #2493 ( #2510 )
...
* [Tables] Filtering fails when one or more cells contain undefined value #2493
* refactored to handle edge cases first
2019-10-10 12:46:25 -07:00
Nikhil
9b7a986475
Add a sticky telemetry point select to on-click plot behavior #2379 ( #2471 )
...
* Add a sticky telemetry point select to on-click plot behavior #2379
* changed class 'lock-highlight-point' on parent element to drive lock/unlock feature on highlight points.
* Styling for sticky-telemetry-point
- New glyph: icon-cursor-lock;
- Better layout and SCSS for overlaid state indicators in plot area;
* single click on plot, lock/unlock highlight points.
* cleanup + added lock icon on legends.
* fixed panning does not end on mouse up.
2019-10-07 13:55:47 -07:00
Nikhil
c054914a9c
[Plots] Zooming on plot causes console errors - Duplicates in a repeater are not allowed #2473 ( #2474 )
2019-09-24 16:33:16 -07:00
Charles Hacskaylo
45164a2f68
Fix status bubbles ( #2503 )
...
- Status indicator bubbles now right-align;
2019-09-19 18:44:35 -07:00
Andrew Henry
b189a887e6
Emit refresh event when data cleared ( #2502 )
2019-09-19 18:37:09 -07:00
Nikhil
71abfbc336
Save and Finish no longer shows blocking modal dialog #2496 ( #2498 )
2019-09-19 18:16:41 -07:00
Charles Hacskaylo
ee690545fb
VISTA Fixes 4 ( #2499 )
...
- Fixed is-selected styling so that if overrides table row EVR, limit
styling;
- Fix Summary Widget grippys #2494 ;
- Fix indent in Global filters UI: #2488 ;
- Fix Summary Widget overflow problem: #2495 ;
- Added new c-input-number--no-spinners class for https://github.jpl.nasa.gov/MissionControl/vista/issues/673
2019-09-19 17:56:17 -07:00
Charles Hacskaylo
fcf3c76aa1
Merge pull request #2492 from nasa/y-axis-label-fix
...
[Plot] Y axis label is not displayed when editing #2487
2019-09-18 15:05:23 -07:00
Nikhil
5dbd77d10c
[Summary Widgets] Adding a new condition to a rule deletes the input value from previous ones #2411 ( #2481 )
...
* [Summary Widgets] Adding a new condition to a rule deletes the input value from previous ones #2411
* Summary Widget Rule conditions not persisting numeric values #2491
2019-09-18 13:19:26 -07:00
Nikhil
43515ca84e
[Summary Widget] Adding a rule without setting anything in the rule causes error #2401 ( #2478 )
2019-09-18 13:18:55 -07:00
Nikhil Mandlik
54fe881e71
[Plot] Y axis label is not displayed when editing #2487
2019-09-17 11:50:17 -07:00
Andrew Henry
7c32700b69
[Import JSON] Support namespaces ( #2483 )
...
* Retain target namespace in generated identifiers
* Also replace identifier objects
* Do not duplicate newIds when replacing. Rename ID to Id
2019-09-13 13:45:32 -07:00
Charles Hacskaylo
e98d0cc7c5
UI Various 2 ( #2480 )
...
- Fixes icon-gear margin for #2477 ;
- Now applies mixed visual style to toggle frame visibility button in
Layout toolbar for #2460 ;
- Change Status area Indicators to right-justify;
- Adjust Status area collapse toggle button margin;
2019-09-13 13:34:08 -07:00
Andrew Henry
2200503e48
Hide filter fields if filtering not supported by view ( #2479 )
2019-09-11 11:16:50 -07:00
Deep Tailor
8f0081acc8
Clear data changes for tables and plots ( #2475 )
2019-09-06 17:17:24 -07:00
Andrew Henry
003c3e9fbe
Do not attempt to select cells with no column defined
2019-09-06 15:54:44 -07:00
Charles Hacskaylo
02ef58ced1
Fixes normalize.min.css ( #2467 )
...
- Add as slightly renamed .scss file to avoid issues arising from
.gitignore excluding .css files;
2019-09-03 13:33:24 -07:00
Charles Hacskaylo
e89881c266
Fix Y axis plot label control ( #2465 )
...
* Fix Y axis plot label control
* Now uses writing-mode: vertical-lr instead of transform for vertical
text;
* Text overflow: hidden prevents scrollbars;
* Select displayed on hover over Y axis area;
* Dynamically adds icon-gear when Y axis can be configured;
* use child plot div for image exports
2019-09-03 11:10:02 -07:00
Charles Hacskaylo
fa66289d5c
Misc UI 10 ( #2441 )
...
* Misc UI 10
- Add .c-input--sm CSS class for VISTA auto-clear input;
* Misc UI 10
- WIP!
- Add new glyohs: suitcase and clear data;
- Change icon-database to icon-suitcase;
- Need to unit test!
* Misc UI 10
- Refinements to shell__head Indicators layout;
- Refinements to collapse-buttons;
- Better color for Snow theme caution;
* Misc UI 10
- Better Open MCT logo for Snow theme;
- Renamed logo-app.svg to logo-openmct.svg;
- Removed unused image files;
* Misc UI 10
- Remove title attr from Angular indicator, interferes with hover
element;
* Misc UI 10
- Fix favicons, updated art;
- Removed favicon.ico;
* Misc UI 10
- Rebuild of Icomoon JSON file, which appeared to have gotten
damaged, probably due to merging;
- Font files updated, added .svg font back to repo;
- Font metrics modified to now use 20% baseline height;
* Misc UI 10
- Fix class in plot for control-bar element;
- Fix CSS in ObjectFrame.vue;
* Misc UI 10
- Rename folder styles-new to styles;
* Misc UI 10
- Remove unused src/fonts folder;
* Misc UI 10
- Symbols font now using baseline of 20%;
2019-08-30 15:51:52 -07:00
Deep Tailor
4f3a3befe0
Fix Row marking ( #2458 )
...
Fix row marking issue discovered during r4.2 testing
2019-08-30 15:46:36 -07:00
Deep Tailor
a0864a8702
prevents users from using empty strings as names ( #2461 )
2019-08-29 20:31:52 -07:00
Andrew Henry
a34ad4e58c
Enabled column reordering on table load ( #2462 )
2019-08-29 19:18:55 -07:00
Deep Tailor
7e50010463
remove LADTables from default registry to optionally installed in index.html ( #2455 )
2019-08-28 15:55:51 -07:00
Andrew Henry
974be0ae2c
Auto-correct lint errors ( #2450 )
...
* Auto-fixed linting errors and manually corrected spacing on some comments
2019-08-27 09:26:58 -07:00
Pegah Sarram
3dc6dac12d
Global filtering ( #2434 )
...
* Adds global filtering
* Markup changes to support global filtering
* Adds toggle button
* Added row item spacing for tree__item in mct-tree.vue;
* Significant mods to tree-based properties displays in Inspector:
* Padding in c-object-label tweaked;
* Class naming normalized, legacy classes removed;
* Layout fixed for filters in Browse mode
2019-08-16 10:16:43 -07:00
Andrew Henry
e84ade1752
Removed unnecessary extra formatting ( #2438 )
2019-07-31 15:18:46 -07:00
Deep Tailor
3b094e43e3
Plot y axis label fix ( #2437 )
...
* set yAxis label if none is set yet
* remove empty listener
2019-07-31 10:24:27 -07:00
Andrew Henry
e6a7b4ed6c
Move table cell selection to table cell component ( #2436 )
2019-07-31 10:08:27 -07:00