openmct/platform
Pegah Sarram 4374a6fa28 Toolbar in Fixed Position (#2194)
* Initial attempt at getting the toolbar for the fixed position working with the Vue toolbar controls.

* Set title for controls

* Significant mods to support legacy Fixed Position

- Moved selection and editing styles into _global.scss;
- Changed class naming in legacy fixed.html to map to newer CSS styles;

* Pass in the color value

* Do not show the toolbar container if structure is empty.

* Use a plugin for fixed position to get access to openmct. Show the toolbar only if the object is being edited.

* Ensure fixedController is on the selection context when editing

* Add listener for a domain object with the same id only once.
Update the toolbar value after the object mutation.
Remove editor isEditing listener on destroyed.

* Remove space between the size and px.
If newObject exists, update the toolbar value.

* Remove --nwse class name which seems to be a typo

* use modifier convention
2018-10-19 11:42:30 -07:00
..
commonUI Notifications progress method (#2193) 2018-10-15 10:00:05 -07:00
containment Update test specs to use Jasmine 3 (#2089) 2018-06-29 17:32:59 -07:00
core Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
data [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00
entanglement Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
execution Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
exporters Update test specs to use Jasmine 3 (#2089) 2018-06-29 17:32:59 -07:00
features Toolbar in Fixed Position (#2194) 2018-10-19 11:42:30 -07:00
forms Vue toolbar (#2191) 2018-10-11 11:33:33 -07:00
framework Squashed commit of the following: 2018-08-31 12:03:15 -07:00
identity Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
import-export Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
persistence Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
policy Update test specs to use Jasmine 3 (#2089) 2018-06-29 17:32:59 -07:00
representation Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
search Squashed commit of the following: 2018-08-31 12:03:15 -07:00
status Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
telemetry Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
README.md [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00

This directory contains all bundles for the Open MCT platform, as well as the framework which runs them.