mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-24 23:51:18 +01:00
unread labels, bump harmony
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user