Problem
In Settings, the users list is loaded once when the view mounts (effect depends on isAdmin and the stable refresh function). After creating or deleting a user from the modals, the list keeps showing the previous state until the page is reloaded. The action itself works and now shows a toast (#97), so the user is told it succeeded but does not see the change in the list.
Expected
The users list reloads after a create or delete (for example by depending on dataVersion, like other views do after refresh()).
Notes
Reproducible in demo mode: create a user, the toast confirms it, the list still shows the previous users. A full page reload shows the new state.
Problem
In Settings, the users list is loaded once when the view mounts (effect depends on isAdmin and the stable refresh function). After creating or deleting a user from the modals, the list keeps showing the previous state until the page is reloaded. The action itself works and now shows a toast (#97), so the user is told it succeeded but does not see the change in the list.
Expected
The users list reloads after a create or delete (for example by depending on dataVersion, like other views do after refresh()).
Notes
Reproducible in demo mode: create a user, the toast confirms it, the list still shows the previous users. A full page reload shows the new state.