-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Restructure side menu to allow for subheadings. (#398) Changes include: - Variable renaming - Modifications to finding active menu item and active map type - Extracting some components * Some additional clean-up (#401) * Move active viz to realm of map type config, and clean up some labels and ids. * Have the active map type config panel open by default * Remember whether side panel is expanded on subsequent page loads * Remove unused app state property * EDA Map Refactor: Introduce MapType plugin and implementations (#424) * Remove marker-related props from MapVEuMap * Move onBoundsChange logic to MapVEuMap; clean up SemanticMarkers hooks * Extract getDefaultAxisRange function * Move DraggableLegendPanel to its own module * Move defaultAnimation to its own module * Extract bubble overlay config into its own function * Add MapType plugins * Wire up MapType plugins * Use plugin displayName in menu * Reduce props passed to getData * Checkpoint commit using @tanstack/query * Incorporate additional changes from merge * Checkpoint - Remove `getData` from `MapTypePlugin` interface - Utilize react-query to cache network requests - Move constants from index module, to prevent circular imports * Add TODO * Propagate selected values for marker configuration to overlay config * Remove TODO * Keep previous query data; use isFetching status to show spinners for maker data * Introduce `MapTypeHeaderDetails` to `MapTypePlugin` * Remove unused type * Crudely reimplment "flyToData" * Pass valueSpec to standalone map markers * Remove out of date comments and code * Remove old comments * Move shared interface to shared file * Use destructured variables * bring back old behaviour for now --------- Co-authored-by: Bob <[email protected]> * Post-merge updates * Post-merge updates, 2 * Fix filter button in header * remove file --------- Co-authored-by: Connor Howington <[email protected]> Co-authored-by: Bob <[email protected]>
- Loading branch information
1 parent
016427b
commit 38c98c7
Showing
50 changed files
with
4,164 additions
and
2,181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.