Store last seen workspaces in local storage#208
Conversation
- logic for storing data in local storage based on javascript Proxy (experimental) Cleanup: - some unnecessary functions from stores Refactor: - unify APp.vue for CE Fix: - missing import of error utils in project sharing
Pull Request Test Coverage Report for Build 8596505426Details
💛 - Coveralls |
varmar05
left a comment
There was a problem hiding this comment.
Nice one, looking good.
|
@varmar05 Just wondering, do we need this function in community edition with one workspace? |
We don't, if you can port it easily to EE/cloud, it would be good. Nevertheless backend APIs are available also for CE. |
We need to investigate potential solutions for porting specific store functions across different environments. It should be useful for error handling of specific cases in EE/Cloud. |
Details
Reaction to ticket https://github.com/MerginMaps/server-private/issues/2229
🔨
Store last seen workspace(s) in local storage instead of cookies. This PR is mostly only refactor, but following improvements are coming:
➕ New feature: