feat: Introduce custom emojis, pinned comments, and thread locking with database schema, client-side caching, and UI updates.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user