-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Query parameters, while nice, aren't as persistent as the local storage. Storing dome, date, FOV, etc all reset when you visit the page from scratch.
Would it be better to save this state in local storage, so that the user can go back to where they left off?
Thoughts:
- include a reset local storage button
- Sync local storage and query parameters (or remove query params entirely)
- init state with information found in local storage, and update local storage when query params/state changes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels