openmct/src
Jesse Mazzella 02f1013770
fix: DisplayLayout and FlexibleLayout toolbar actions only apply to selected layout (#7184)
* refactor: convert to ES6 function

* fix: include `keyString` in event name

- This negates the need for complicated logic in determining which objectView the action was intended for

* fix: handle the case of currentView being null

* fix: add keyString to flexibleLayout toolbar events

* fix: properly unregister listeners

* fix: remove unused imports

* fix: revert parameter reorder

* refactor: replace usage of `arguments` with `...args`

* fix: add a11y to display layout + toolbar

* test: add first cut of layout toolbar suite

* test: cleanup a bit and add Image test

* test: add stubs

* fix: remove unused variable

* refactor(DisplayLayoutToolbar): convert to ES6 class

* test: generate localStorage data for display layout tests

* fix: clarify "Add" button label

* test: cleanup and don't parameterize tests

* test: fix path for recycled_local_storage.json

* fix: path to local storage file

* docs: add documentation for
utilizing localStorage in e2e

* fix: path to recycled_local_storage.json

* docs: add note hyperlink
2023-11-02 20:42:37 +00:00
..
api Removed errant brace in ObjectAPI Error (#7192) 2023-10-31 07:28:20 -07:00
exporters feat(eslint): sort import rule (#6939) 2023-08-31 13:40:00 -07:00
images/favicons Misc UI 10 (#2441) 2019-08-30 15:51:52 -07:00
plugins fix: DisplayLayout and FlexibleLayout toolbar actions only apply to selected layout (#7184) 2023-11-02 20:42:37 +00:00
selection chore: add prettier (2/3): apply formatting, re-enable lint ci step (#6682) 2023-05-18 21:54:46 +00:00
styles Refine display options and add Independent Time Conductor option for Time List view (#7161) 2023-11-01 15:47:43 +00:00
tools feat(eslint): sort import rule (#6939) 2023-08-31 13:40:00 -07:00
ui fix: DisplayLayout and FlexibleLayout toolbar actions only apply to selected layout (#7184) 2023-11-02 20:42:37 +00:00
utils Refine display options and add Independent Time Conductor option for Time List view (#7161) 2023-11-01 15:47:43 +00:00
MCT.js Fix remaining vue-compat warnings (#6966) 2023-10-10 13:29:01 -07:00
MCTSpec.js chore: add prettier (2/3): apply formatting, re-enable lint ci step (#6682) 2023-05-18 21:54:46 +00:00