[Refactoring]: Consider moving the state_management system to a app_storage.tab based system #17
Closed
1 task done
Labels
🚀refactoring
Related to code improvements
✏️ Problem Description
Currently, the project handles its state management through the state.py module. The advantage is that it is flexible, but the current implementation does not protect the state of the tab after a page refresh, which might lead to a worsened user experience, so I am suggesting considering the app_storage.tab dictionary of the NiceGUI Framework for the state management.
💡 Feature Request
Evaluate the necessity and advantages of app_storage.tab
🌍 Context
No response
🔍 Additional Information
No response
👍 Code of Conduct
The text was updated successfully, but these errors were encountered: