-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(events) - Finished work on events, incl. map-events, appbar,…
… navbar, footerbar, and more (#1990) * Appbar and Navbar events refactored FooterBar and Modal events refactored MapComponent and MapKeyFocus events refactored Slider events refactored Map-reload events refactored Main Event class rewritten (now was a good time) TimeSlider fix with the new Slider implementation * Renaming AppBar to AppBarUI in ui folder Added MapViewer as props in Shell.tsx More ui refactoring SliderBase ui deleted Slider callbacks rewritten
- Loading branch information
1 parent
e6c0994
commit bbce924
Showing
52 changed files
with
994 additions
and
1,730 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
22 changes: 0 additions & 22 deletions
22
packages/geoview-core/src/api/events/constants/app-bar-constants.ts
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
packages/geoview-core/src/api/events/constants/footer-bar-constants.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
packages/geoview-core/src/api/events/constants/map-constants.ts
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
packages/geoview-core/src/api/events/constants/modal-constants.ts
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
packages/geoview-core/src/api/events/constants/nav-bar-constants.ts
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
packages/geoview-core/src/api/events/constants/slider-constants.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.