-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: add search-maps-on-mobile feature flag * refactor: start lifting tab state into PropertiesPanel component * refactor: move GhostPropertiesPanel tabmode to props * refactor: StaleDataPropertiesPanel tabmode refactor * refactor: move closing of properties panel into callback prop * test: more tests for setTabMode callbacks * refactor: remove some reliance on useState / useEffect * refactor: modify mapModeForUser to prevent recursive import * feat: ability to select VPP from VPC run number * test: more tests for closePanel callback * refactor: better name for selected vehicle state variable in MapPage * refactor: consistent tense in callback names * refactor(tests): better query for selected VPP tab Co-authored-by: Kayla Firestack <[email protected]> * refactor(tests): clean up default mocks in mapPage.test.tsx * refactor(tests): clean up default mocks in propertiesPanel.test.tsx * refactor: common type for shared properties panel props * refactor: rename setTabMode to onChangeTabMode * refactor: rename closePanel to onClosePanel * refactor: also rename props on properties panel header component * fix: focus state for run number in VPC --------- Co-authored-by: Kayla Firestack <[email protected]>
- Loading branch information
Showing
24 changed files
with
719 additions
and
222 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
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.