Implement comments (#10)

Allow logged users to comment posts. Edition is not allowed via the API since it doesn't support auth yet.

Symfony UX is used with Turbo to avoid full pages reload, without JavaScript™.

Co-authored-by: clfreville2 <clement.freville2@etu.uca.fr>
Reviewed-on: https://codefirst.iut.uca.fr/git/clement.freville2/herbarium/pulls/10
This commit is contained in:
2024-06-11 17:17:24 +02:00
parent b4a1ae592f
commit 8859cd0000
20 changed files with 477 additions and 5 deletions

View File

@@ -0,0 +1 @@
import './bootstrap.js';