openmct/platform/features
Pete Richards 5b6f95bd4a [Fixed] Specify default layout grid (#1296)
* [Fixed] Specify default layout grid

Previously users would see blank values for grid size
even though a default was applied.  Users will now
see default values for grid size which should prevent
them from accidentally changing grid size.

Fixes https://github.com/nasa/openmct/issues/1285

* [Fixed] Don't hardcode grid size

Remove hardcoded grid size per comments.

https://github.com/nasa/openmct/pull/1296#issuecomment-259231499

* [Fixed] read layout before initial refresh

Read the layoutGrid sizes from scope (when watch is registered)
before refreshing elements, to ensure that layoutGrid is set
properly.

https://github.com/nasa/openmct/pull/1296#issuecomment-259231499

* [Spec] Update spec to match

Update spec to trigger watch on initialization to ensure
layoutGrid is set.

https://github.com/nasa/openmct/pull/1296
2016-11-08 14:59:09 -08:00
..
clock Merge remote-tracking branch 'origin/master' into persist-on-mutation-825 2016-10-07 11:27:58 -07:00
conductor squash merge open933 into integration-1089, resolve merge conflicts. 2016-10-12 13:47:56 -07:00
conductor-v2 squash merge open933 into integration-1089, resolve merge conflicts. 2016-10-12 13:47:56 -07:00
fixed [Fixed] Specify default layout grid (#1296) 2016-11-08 14:59:09 -08:00
imagery [Frontend] Refactor glyphs to classes 2016-08-01 14:33:25 -07:00
layout [Fixed] Specify default layout grid (#1296) 2016-11-08 14:59:09 -08:00
my-items Revert "Revert "Async root registration"" 2016-10-19 14:55:07 -07:00
pages [Frontend] Refactor glyphs to classes 2016-08-01 14:33:25 -07:00
plot [Frontend] Fixes to export buttons 2016-10-14 16:53:00 -07:00
static-markup [Frontend] Refactor glyphs to classes 2016-08-01 14:33:25 -07:00
table squash merge open933 into integration-1089, resolve merge conflicts. 2016-10-12 13:47:56 -07:00
timeline Merge remote-tracking branch 'origin/master' into persist-on-mutation-825 2016-10-07 11:27:58 -07:00
README.md [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00

This directory contains bundles which represent specific user-facing features of Open MCT, such as plots and other visualizations. Bundles in this directory should be effectively optional.