[BUG] CRUD operation leaving visible stale data in UI with no loading indicator #1743
Open
1 task done
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/normal
Higher priority than priority/minor. Nice to have.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Is there an existing issue for this?
Konveyor version
7.0.2
Priority
Critical
Current Behavior
Currently when a user performs any CRUD operation, we are showing a notification but rely on the next successful fetch to update the table data. On slow connections, this can result in some confusion re: if the users request has truly gone through as successful.
Screen.Recording.2024-03-05.at.10.10.14.AM.mov
Expected Behavior
I propose that we show a loading indicator within the modal while the operation is still ongoing. Once the operation is complete, we can then close the modal & perform a fetch of the relevant data so that the user is not left feeling as if the app is frozen. This change will inspire confidence in the application & improve error handling.
How Reproducible
Always (Default)
Steps To Reproduce
No response
Environment
- OS:
Anything else?
No response
The text was updated successfully, but these errors were encountered: