You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #206 and #207 the toolbarbuttons have been standardized, as far as they're a opening a floating or sidebar window. The implementation has been based on 2 base classes ToggleButton and ModuleCard. Other toolbar buttons still use a custom implementation.
This is a memo task to investigate further standardization of the following toolbar buttons:
ZoomToMaxExtentButton
Geocoder
Geolocator
LocaleSwitcher
Regarding the UI:
On short term we should support a toggle / pressed state for Geocoder. See also #243 for that matter.
Technical Cleanup:
On the long run, we could provide some further abstractions for toolbarbuttons, e.g.
ActionButton - for ZoomToMaxExtentButton and Geolocator
MenuButton - for LocaleSwitcher
The text was updated successfully, but these errors were encountered:
As part of #206 and #207 the toolbarbuttons have been standardized, as far as they're a opening a floating or sidebar window. The implementation has been based on 2 base classes
ToggleButton
andModuleCard
. Other toolbar buttons still use a custom implementation.This is a memo task to investigate further standardization of the following toolbar buttons:
ZoomToMaxExtentButton
Geocoder
Geolocator
LocaleSwitcher
Regarding the UI:
On short term we should support a toggle / pressed state for
Geocoder
. See also #243 for that matter.Technical Cleanup:
On the long run, we could provide some further abstractions for toolbarbuttons, e.g.
ActionButton
- forZoomToMaxExtentButton
andGeolocator
MenuButton
- forLocaleSwitcher
The text was updated successfully, but these errors were encountered: