takanome-dev / astro.go.blog

Blog app with Astro 🚀 on the front and Go 🐹 on the back
https://blog-with-astro-golang.vercel.app/
MIT License
32 stars 5 forks source link

Feature: edit and delete comment #68

Closed takanome-dev closed 10 months ago

takanome-dev commented 10 months ago

Type of feature

💡 Feature

Current behavior

Currently, comments can only be added. They cannot be modified or deleted.

Suggested solution

Add modify and delete buttons in the comments. Maybe use a modal for that

Additional context

No response

Contributing Docs