Persist UI state on URI #378
Labels
No labels
architecture
authentication
backend
bug
ci/cd
cleanup
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
media
mobile
new feature
notes
packaging
question
ui
voice
waiting user input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: platypush/platypush#378
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This should probably be implemented on a per-integration basis.
When moving through different views, or changing the state of the UI, we should also persist the new state on the URI fragment (e.g.
#/view=foo&state=bar
), so the same view/state can be restored when the user navigates back to the page.Many integrations now have their state persisted on the URI.
I'll close this issue and gradually implement URI state persistence on the remaining integrations.