-
-
Notifications
You must be signed in to change notification settings - Fork 336
Open
Labels
Description
Is your feature request related to a problem? Please describe.
Currently, on the chapters map in the frontend, precise location manipulation has several usability quirks:
- When hovering over interactive buttons, focus on the map is lost and the overlay (
Click to interact with map) reappears, interrupting the experience. - Disabling the shared location mode does not remove the Pin displaying the precise location.
- Enabling shared location mode repeatedly can result in multiple pins being added, which is only visible when fully zoomed in.
Describe the solution you'd like
- Ensure that button hover does not cause loss of map focus and does not show
Click to interact with mapbutton - Disabling shared location mode should fully remove the precise location pin from the map (ideally - reset it)
- Activating shared location mode multiple times should never create more than one pin representing the precise location, regardless of zoom level or interaction count (should work if we address prev. point with reset)
- Make sure this behavior is present on all pages where we have maps (chapters, home page, individual chapter's page, etc).
Are you going to work on implementing this?
- Yes
- No
Additional context
This enhancement will improve UX for chapter organizers and users manipulating their location accurately on the map, making interactions predictable and free of visual clutter or interruptions.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In progress