3 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 f3e5100d5d Pint 2026-04-18 14:18:52 +02:00
w33b 5f575024e2 Add Livewire comment system 2026-01-10 15:02:14 +01:00