openmct/platform/features
Pete Richards 9e12886c66 Shortcut index check for append/prepend
Update the insertion point check with shortcutting behavior
for appending / prepending objects, which is the common case
for sorted inserts on initial table load (when large numbers of
records are inserted).  This allows O(1) performance for the
common case while maintaining O(log n) performance for the edge
case.
2017-12-11 10:39:02 -08:00
..
clock [Timers] Follow timers from timelines (#1694) 2017-10-20 18:05:35 -07:00
conductor [Front-end] Markup and CSS refinements 2017-09-25 14:59:12 -07:00
fixed [Fixed Position] Add tests and fix checkstyle error. 2017-09-14 15:15:15 -07:00
hyperlink [Front-end] Fixes for Hyperlinks 2017-09-14 11:05:05 -07:00
imagery [imagery] fix for issue #1799 (#1814) 2017-11-22 11:10:53 -08:00
layout [Layout] Support sub-object selection in layout (#1811) 2017-12-07 13:04:46 -08:00
listview [List] Use standard format for modified/persisted times (#1737) 2017-10-20 18:25:49 -07:00
my-items [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
pages [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
plot [Plot] Handle telemetry panels from plot policy (#1732) 2017-09-25 14:27:32 -07:00
static-markup [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
table Shortcut index check for append/prepend 2017-12-11 10:39:02 -08:00
timeline Merge pull request #1794 from nasa/open599b 2017-11-17 16:44:59 -08: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.