Deletion Confirmation #18

Closed
opened 2024-07-24 22:17:57 +00:00 by corbz · 2 comments
Owner

There are no confirmation checks against deletion of any subscription, filter or tracked content item.

(example of delete button)
image

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 or Cancel

cancel should close the popup (and return to the previous popup is appropriate).
confirm should exit all popups and perform the deletion action.

There are no confirmation checks against deletion of any subscription, filter or tracked content item. (example of delete button) <img width="617" alt="image" src="attachments/db0fceaa-4dc2-4f81-91c7-912c0818ab8b"> 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` or `Cancel` cancel should close the popup (and return to the previous popup is appropriate). confirm should exit all popups and perform the deletion action.
corbz added the
enhancement
label 2024-07-24 22:17:57 +00:00
corbz self-assigned this 2024-07-24 22:17:57 +00:00
corbz added this to the PYRSS project 2024-07-24 22:17:57 +00:00
corbz pinned this 2024-07-27 22:38:43 +00:00
Author
Owner

Popup added with function to control it.

Implemented for the subscriptions table but not others

Popup added with function to control it. Implemented for the subscriptions table but not others
Author
Owner

Implemented on subscriptions, filters and content tables

Implemented on subscriptions, filters and content tables
corbz closed this issue 2024-08-03 09:01:29 +00:00
corbz unpinned this 2024-08-31 18:09:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: corbz/PYRSS-Website#18
No description provided.