-
Notifications
You must be signed in to change notification settings - Fork 2
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
[UI] Big Source/Collection Async DELETE request #1128
Comments
If it helps, from a user experience perspective, after manually re-entering the name of the source/collection to confirm deletion (as the UI currently supports), I would expect the source/collection to appear as "getting deleted", for example:
with most actions on the source/collection disabled or hidden altogether while its in this state. Once the deletion has completed, the source/collection would disappear altogether. |
In addition to the above, the API can decide whether it needs to do async or sync delete based on the count of resources it has. (Async if more than 100?) |
More conversation in #661 |
This is done. |
No description provided.
The text was updated successfully, but these errors were encountered: