-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sidebar interactivity and other changes
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)
- Loading branch information
Showing
13 changed files
with
188 additions
and
186 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
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
Oops, something went wrong.