Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web UI refactor client login/change with pulling storage configuration #8811

Open
nopcoder opened this issue Mar 17, 2025 · 0 comments
Open
Labels
area/UI Improvements or additions to UI refactor Code refactoring that improves the code but does not affect functionality tech-debt

Comments

@nopcoder
Copy link
Contributor

The current web UI login uses a provider to manage global state with server-side storage configuration. Client information is cached in local storage.

The main issue with the current code is that login/logout does not notify or update the provider, preventing re-triggering of changes and pulling the latest storage information.

As a workaround, the code currently reloads the page after login.

@nopcoder nopcoder added area/UI Improvements or additions to UI refactor Code refactoring that improves the code but does not affect functionality tech-debt labels Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/UI Improvements or additions to UI refactor Code refactoring that improves the code but does not affect functionality tech-debt
Projects
None yet
Development

No branches or pull requests

1 participant