learnhubmk / app

The frontend app for LearnHub.mk
https://learnhub.mk
MIT License
6 stars 0 forks source link

[FE] Delete individual blog post #385

Open edichoska opened 3 months ago

edichoska commented 3 months ago

On click on delete, we show a modal to state that this is a destructive action. (Hint: we have a reusable modal component, you can use that one here) We should ask the user to confirm to delete the blog post. On Confirm we would delete the blog post; on Cancel we are dismissing the action