Commit Graph

9 Commits

Author SHA1 Message Date
w33b 40fe75d9b7 feat(comments): add character limit to comment markdown body
Add an optional `$limit` parameter to `CommentPresenter::markdownBody()`
that truncates the comment body before rendering Markdown. The comment
partial now passes a default limit of 250 characters, preventing long
comments from dominating the layout. Unit tests cover rendering with and
without a limit.
2026-08-16 10:15:08 +02:00
w33b e5ef197ed6 Add user roles system 2026-01-16 23:14:47 +01:00
w33b db6da608aa Add comments to home page 2026-01-10 19:11:28 +01:00
w33b 5f575024e2 Add Livewire comment system 2026-01-10 15:02:14 +01:00
w33b fb3722036a Add ability to set custom avatar 2026-01-08 18:47:31 +01:00
w33b b1c48830c4 Remove nickname 2026-01-08 16:13:43 +01:00
w33b e100f3bf23 Remove Public Profile Page (because usernames are not unique) 2026-01-07 20:28:40 +01:00
w33b e972f8db41 Rename column names 2026-01-07 12:54:10 +01:00
w33b 2abba0c2b7 Init 2025-09-18 15:31:27 +02:00