Deletion Confirmation #18
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are no confirmation checks against deletion of any subscription, filter or tracked content item.
(example of delete button)

This is dangerous and can lead to user frustration. Implement a second popup modal to confirm the deletion of one or many items.
potential content:
title:
Warning, Confirm Deletion!
message:
About to delete **3** Subscriptions
controls:
Confirm
orCancel
cancel should close the popup (and return to the previous popup is appropriate).
confirm should exit all popups and perform the deletion action.
Popup added with function to control it.
Implemented for the subscriptions table but not others
Implemented on subscriptions, filters and content tables