Implement comments #10
Merged
clement.freville2
merged 2 commits from feature/comments
into main
5 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'feature/comments'
Deleting a branch is permanent. It CANNOT be undone. Continue?
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™.
const app = startStimulusApp();
// register any custom, 3rd party controllers here
// app.register('some_controller_name', SomeImportedController);
8859cd0000
into main 5 months agoReviewers
8859cd0000
.