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
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
When a user closes the tab and reopens the app a momment later or if the app redirects to the user's account page we need to fully restore the apps state.
Currently cate stores just "preferences" (its internal session state) in the backend. To fully recover state we need other state information too, such as the current configuration of views, and possibly more. We should also ask the server for currently running jobs.
The text was updated successfully, but these errors were encountered:
forman
added
the
prio
High priority issue. Solve this after "blocker" and "bug".
label
Sep 10, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
prioHigh priority issue. Solve this after "blocker" and "bug".
When a user closes the tab and reopens the app a momment later or if the app redirects to the user's account page we need to fully restore the apps state.
Currently cate stores just "preferences" (its internal
session
state) in the backend. To fully recover state we need other state information too, such as the current configuration of views, and possibly more. We should also ask the server for currently running jobs.The text was updated successfully, but these errors were encountered: