David Tsay
b3c99aef80
update to use composables
2024-07-03 11:33:36 -07:00
David Tsay
f3493907a2
use reactive timecontext in fixed inputs
2024-06-06 16:57:40 -07:00
David Tsay
00c9d2920b
WIP change replication in time api calls to use composables
...
many things broken
will need refactor to account for independent time conductor
2024-04-19 15:28:17 -07:00
David Tsay
eeb4f995a4
add missing licensing comment
2024-04-15 15:52:35 -07:00
Shefali Joshi
a01f21017f
For the setTimeConductorMode, use the close time popup button rather than the submit button to dismiss time popup ( #7613 )
...
Use the close time popup button rather than the submit button as the submit button triggers network requests.
2024-03-18 23:48:33 +00:00
Rukmini Bose (Ruki)
b7b9ccbe65
[TC Popup] Fix Calendar so it is not cutoff ( #7596 )
2024-03-18 23:28:09 +00:00
Rukmini Bose (Ruki)
87ba9fcbc0
[Mobile] Make Time Conductor Usable Again ( #7515 )
...
* Initial changes to refactor Time Conductor
* Finish refactor using grid-template
* Finish total refactor of Time Conductor
* Initial mobile changes
* Fix TC on mobile by changing grid template
* Fix more mobile stuff
* Add ellipsize to TC popup options and rearrange popup inputs and labels
* Small final changes so TC is adaptive to extreme cases
* Add e2e mobile test
---------
Co-authored-by: John Hill <john.c.hill@nasa.gov>
2024-03-08 12:22:09 -08:00
David 'Epper' Marshall
97b2ebc0bb
Fix remaining vue-compat
warnings ( #6966 )
...
* PascalCase files
* emit warnings
* minor updates
* merge conflict resolve pt 1
* part 2
* update to eventbus
* eventbus spelling
* fix: import
* fix: eventBus injection
* fix: import
* fix(test): provide eventBus in overlay plot tests
* refactor: EventBus as composable
* chore: lint:fix
* chore: require vue event hyphenation
* fix: revert event renames
* refactor: use PascalCase name
* fix: ensure `$attrs` are properly bound
* fix: emit `click` event from SearchComponent
* chore: remove rules already included in `vue/vue3-recommended` ruleset
* fix: remove `Vue` import
* chore: remove unused files
* fix: fix lint scripts and make them cross-platform
* refactor: rename `DataImagery.vue` -> `ImageryInspectorView.vue`
* refactor: rename `NumericData.vue` -> `NumericDataInspectorView.vue`
* refactor: rename components
* refactor: rename `GeneralIndicators.vue` -> `StatusIndicators.vue`
* refactor: rename components
---------
Co-authored-by: Jesse Mazzella <jesse.d.mazzella@nasa.gov>
2023-10-10 13:29:01 -07:00
David 'Epper' Marshall
6776cc308f
PascalCase files ( #6955 )
...
* PascalCase files
* git mv for file name change
* renamed files
* merge changes from master
* fix: template name
* sort imports
---------
Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
Co-authored-by: Jesse Mazzella <jesse.d.mazzella@nasa.gov>
2023-09-14 09:55:44 -07:00