unread labels, bump harmony

This commit is contained in:
Barış Soner Uşaklı
2024-02-06 10:40:29 -05:00
parent 35dcd232aa
commit 0a44b5191b
3 changed files with 4 additions and 3 deletions

View File

@@ -103,7 +103,7 @@
"nodebb-plugin-ntfy": "1.7.3",
"nodebb-plugin-spam-be-gone": "2.2.0",
"nodebb-rewards-essentials": "1.0.0",
"nodebb-theme-harmony": "1.2.15",
"nodebb-theme-harmony": "1.2.16",
"nodebb-theme-lavender": "7.1.7",
"nodebb-theme-peace": "2.2.0",
"nodebb-theme-persona": "13.3.3",

View File

@@ -3,6 +3,7 @@
"no-unread-topics": "There are no unread topics.",
"load-more": "Load More",
"mark-as-read": "Mark as Read",
"mark-as-unread": "Mark as Unread",
"selected": "Selected",
"all": "All",
"all-categories": "All categories",

View File

@@ -44,8 +44,8 @@
</div>
<div>
<button class="mark-read btn-ghost-sm" style="width: 1.5rem; height: 1.5rem;">
<i class="unread fa fa-2xs fa-circle text-primary {{{ if !./unread }}}hidden{{{ end }}}"></i>
<i class="read fa fa-2xs fa-circle-o text-secondary {{{ if ./unread }}}hidden{{{ end }}}"></i>
<i class="unread fa fa-2xs fa-circle text-primary {{{ if !./unread }}}hidden{{{ end }}}" aria-label="[[unread:mark-as-read]]"></i>
<i class="read fa fa-2xs fa-circle-o text-secondary {{{ if ./unread }}}hidden{{{ end }}}" aria-label="[[unread:mark-as-unread]]"></i>
</button>
</div>
</div>