ucsb-cs156-m23 / proj-happycows-m23-10am-3

https://ucsb-cs156-m23.github.io/proj-happycows-m23-10am-3/
0 stars 0 forks source link

FEATURE: Add Modal Popup when deleting commons #29

Open Edwin-Yee opened 1 year ago

Edwin-Yee commented 1 year ago

User Story

As an admin I can see a "are you sure" popup when deleting a commons So that I don't accidentally delete an entire game in progress Discussion Currently, the Delete button on the commons page is a little dangerous.

If you click it, an entire commons goes away, with no confirmation dialog.

It would be better to add a modal (i.e. a popup) that asks the user: Are you sure you want to delete this commons?

The modal would have options such as [Permanently Delete] and [Keep this Commons].

Acceptance Criteria