From acf0026e0fbff88cf6126e280b108cd3a73ffaab Mon Sep 17 00:00:00 2001 From: x Date: Sun, 25 Jan 2026 15:26:49 +0100 Subject: [PATCH] feat: introduce custom emojis, pinned comments, and thread locking features, and restrict comment visibility to authenticated users. --- views/item-partial.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/item-partial.html b/views/item-partial.html index 93f3d23..fd38ce8 100644 --- a/views/item-partial.html +++ b/views/item-partial.html @@ -126,7 +126,8 @@
+ @if(session.admin)data-is-admin="true" @endif @else style="display:none" @endif + @if(item.is_comments_locked)data-is-locked="true" @endif>

Comments @if(item.is_comments_locked)🔒@endif