mbeps / next_discussion_platform

Full Stack Website for Forum Discussion Platform using Next.JS and Firebase
https://circus-discussion.vercel.app
MIT License
49 stars 11 forks source link

FEATURE: Confirmation dialogues #76

Open mbeps opened 1 year ago

mbeps commented 1 year ago

Is your feature request related to a problem? Please describe.

Some actions (deleting posts, comments, etc) can triggered accidentally and are irreversible.

Describe the solution you'd like

Display a confirmation dialogue to the user asking if they are sure they wish to proceed.

Describe alternatives you've considered

None

Screenshots

image

From: https://chakra-ui.com/docs/components/alert-dialog

Importance