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
It seems like enabling/disabling a user in the list view doesn't refresh the list and therefore requires a user to reload the browser to switch to a different page to see the new status in the list.
Solution
The list row should reload if a user was enabled/disabled.
Additional context
It might also be great to show an "Enabled" or "Active" state in the list for users that have not been disabled and/or color code this. I am not sure if that will look nice from a UX perspective so up for discussion.
Code of Conduct
I agree to follow this project's Code of Conduct and Contributing Guidelines
The text was updated successfully, but these errors were encountered:
PSchmiedmayer
changed the title
🏎 Minor feature request: Remove this title with a descriptive title.
Enabled/Disable Should Refresh List Row
Jan 24, 2025
I remember it happened during demo, but I thought it was just some local environment refreshing issue. I was just about to answer that I cannot reproduce it on staging as well, but I just found there is a race condition in the code. Eureka moment! :)
Problem
It seems like enabling/disabling a user in the list view doesn't refresh the list and therefore requires a user to reload the browser to switch to a different page to see the new status in the list.
Solution
The list row should reload if a user was enabled/disabled.
Additional context
It might also be great to show an "Enabled" or "Active" state in the list for users that have not been disabled and/or color code this. I am not sure if that will look nice from a UX perspective so up for discussion.
Code of Conduct
The text was updated successfully, but these errors were encountered: