openmct/src
Charles Hacskaylo b315803180
Add linear progress bar to tables (#4204)
* Add linear progress bar to tables
- Stubbed in markup;
- Better CSS anim for clarity;

* Indeterminate progress bar for telemetry tables
- Significant refinements to use ProgressBar.vue component;
- Stubbed in temp computed property for `progressLoad`;
- Better animation approach for indeterminate progress;
- Refined markup and CSS for `c-progress-bar`;

* Indeterminate progress bar for telemetry tables
- Refinements for determinate progress as shown in notification banners;
- Refined look of progress bar for clarity;
- Vue component now uses progressPerc === undefined instead of 'unknown';
- Animation tweaked;

* Changed progress-bar v-if test
- Per PR change suggestion, replace `v-if=progressLoad.progressPerc !== 100`
to `v-if=loading`;
2021-09-17 15:53:00 -07:00
..
adapter Mct4039 (#4057) 2021-07-29 22:05:18 -07:00
api WIP (#4213) 2021-09-14 20:18:33 -04:00
exporters View Large overlay doesn't allow taking Snapshots (#4091) 2021-09-13 19:36:14 -05:00
images/favicons Misc UI 10 (#2441) 2019-08-30 15:51:52 -07:00
plugins Add linear progress bar to tables (#4204) 2021-09-17 15:53:00 -07:00
selection [#3789] Destroy mutable objects only if needed (#3799) 2021-04-20 16:47:36 -07:00
styles Add linear progress bar to tables (#4204) 2021-09-17 15:53:00 -07:00
tools View Large overlay doesn't allow taking Snapshots (#4091) 2021-09-13 19:36:14 -05:00
ui Add linear progress bar to tables (#4204) 2021-09-17 15:53:00 -07:00
utils 3788 - Re-implement DeviceClassifier in vanilla JS (#3837) 2021-08-17 10:21:50 -07:00
BundleRegistry.js Updates copyright year to 2021 (#3699) 2021-03-29 09:56:52 -07:00
BundleRegistrySpec.js Updates copyright year to 2021 (#3699) 2021-03-29 09:56:52 -07:00
end.frag [Build] require correct module 2016-10-12 15:21:57 -07:00
installDefaultBundles.js Reimplement hyperlink vue (#4062) 2021-07-30 13:49:31 -07:00
legacyRegistry.js Updates copyright year to 2021 (#3699) 2021-03-29 09:56:52 -07:00
legacyRegistrySpec.js Updates copyright year to 2021 (#3699) 2021-03-29 09:56:52 -07:00
MCT.js 3788 - Re-implement DeviceClassifier in vanilla JS (#3837) 2021-08-17 10:21:50 -07:00
MCTSpec.js Updates copyright year to 2021 (#3699) 2021-03-29 09:56:52 -07:00
start.frag Updates copyright year to 2021 (#3699) 2021-03-29 09:56:52 -07:00