feat: Introduce custom emojis, pinned comments, and thread locking with database schema, client-side caching, and UI updates.

This commit is contained in:
2026-01-25 22:36:35 +01:00
parent 5ab23708ae
commit acae7ca908
2 changed files with 22 additions and 3 deletions

View File

@@ -129,9 +129,9 @@
@if(session.admin)data-is-admin="true" @endif @else style="display:none" @endif
@if(item.is_comments_locked)data-is-locked="true" @endif>
<div class="comments-header">
<span>Comments @if(item.is_comments_locked)🔒@endif</span>
<span>Comments (@if(comments){{ comments.length }}@else 0 @endif) @if(item.is_comments_locked)🔒@endif</span>
<div class="comments-controls">
</div>
</div>
@if(session && session.user && !item.is_comments_locked)