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

Pull to refresh #682

Open
marjanoh2 opened this issue May 5, 2024 · 2 comments
Open

Pull to refresh #682

marjanoh2 opened this issue May 5, 2024 · 2 comments

Comments

@marjanoh2
Copy link

During pull to refresh whole page reloads and shows notifications for user log in/ log out. Is there a better and more smooth way for this situation?
https://drive.google.com/file/d/1NHvR4KOYynsKsjErPj6aBwBPvVfVAaYR/view?usp=drivesdk

Something similar to this:
https://drive.google.com/file/d/1NHX_-kVFmxM_3kvosCTOa3NDF_j5h399/view?usp=drivesdk

@carlsixsmith-moj
Copy link

The issue you have is that doing a hard refresh on a blazor application creates a new circuit, and this is what triggers the "login" notification.

Personally I'd just remove the notification all together, can always add a component that shows user login state (as happens in the users admin page) for users who are interested in seeing who else is online.

@neozhu
Copy link
Owner

neozhu commented May 21, 2024

I have refactoring code for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants