openmct/platform/commonUI
Victor Woeltjen 7ed62babe3 [Browse] Simplify view switcher event ordering
Don't pass a domainObject instance into mct-representation
until a view for that specific domainObject is available;
this avoids ordering issues where a new domainObject is
passed briefly to controllers in represented views before
a  event is issued, which can result in undesired
behavior for views that need to manage resources (such as
the subscriptions used to support telemetry retrieved
from the WARP Server, WTD-644.
2015-01-12 08:30:21 -08:00
..
browse [Browse] Simplify view switcher event ordering 2015-01-12 08:30:21 -08:00
dialog [Forms] Tie OK button to validation 2014-12-03 14:08:42 -08:00
edit [WARP Telemetry] Work around platform issues 2015-01-09 17:25:55 -08:00
general [Tree] Restore wait spinner 2015-01-09 17:40:46 -08:00
README.md [Structure] Add platform structure 2014-10-27 18:18:50 -07:00

This directory contains bundles containing common user interface elements of Open MCT Web; that is, the user interface for the application as a whole (as opposed to for specific features) is implemented here.