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
summary:
- dragging sidebar resizer works
- toggling in/out by clicking resizer works
- persist sidebar preferences to local storage (closes#1479)
- fix "viewport jumps after toggling sidebar" (closes#1468)
(though the resizing is still jerky as it fights with map draws and I'd like to improve that.)
- a few places rename systems to use shortnames (e.g. photosystem -> photos)
- we don't need utilFastMouse anymore
todo:
- I left the sidebar resizer red - need to style it nicer
- Remove that "Inspect" button? It's unnecessary with a proper resizer
- ui.resize doesn't pan the map completely correctly to account for the resize
I divided pan amount by half, expecting that the map will grow on both sides (from center) now
But this still isn't totally right - the math needs to be based on main-map dims not sidebar dims.
(for fun, this effect of weird pan is worse when the map is rotated)
from maproulette/maproulette3#2371
We can save this in localStorage, similarly to how we save user's preference for expanding different UI sections (like raw tag editor, etc).
The text was updated successfully, but these errors were encountered: