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
I'm currently assuming that the default marker mode is the first marker mode (hardcoded in client nav panel, IIRC).
When the user first enters the map, the full marker panel should be open (in "Markers" tab).
Note that all UI state should be preserved in the user database. At the moment it's a bit hit and miss.
For example if I open a supporting plot, and minimise the menu (leaving the plot on screen), wait for network requests to stop, then reload the page, the page re-opens with the menu open (it should be minimised).
The goal is for the map to look identical upon reloading (or opening a share link) if in the same-sized browser window, and only slightly different if in a different size/shape window (e.g. legend and plot positions).
The text was updated successfully, but these errors were encountered:
bobular
changed the title
On first map entry, default marker mode config panel should be fully open; improve general persistence
On first map entry, default marker mode config panel should be fully open; plot visible in all menu "modes"; improve general persistence
Aug 4, 2023
For the second task, I assume that we don't want the vizs for a different map type to show for the currently-selected map type. Eg, if I have a viz open in the donut map type, when I click over to the bubble map type, the viz should disappear
As decided here
https://veupathdb.atlassian.net/wiki/spaces/WG/pages/337117185/2023-07-27+Map+UX#default-panel
Best to branch from/target to this branch https://github.com/VEuPathDB/web-monorepo/tree/map-collection-variable-map-type if it's still unmerged (see #399)
I'm currently assuming that the default marker mode is the first marker mode (hardcoded in client nav panel, IIRC).
When the user first enters the map, the full marker panel should be open (in "Markers" tab).
Note that all UI state should be preserved in the user database. At the moment it's a bit hit and miss.
For example if I open a supporting plot, and minimise the menu (leaving the plot on screen), wait for network requests to stop, then reload the page, the page re-opens with the menu open (it should be minimised).
The goal is for the map to look identical upon reloading (or opening a share link) if in the same-sized browser window, and only slightly different if in a different size/shape window (e.g. legend and plot positions).
The text was updated successfully, but these errors were encountered: