nodebb-theme-persona 13.2.0 → 13.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/templates/chats.tpl +1 -1
package/package.json
CHANGED
package/templates/chats.tpl
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<div class="d-flex flex-column gap-1">
|
|
17
17
|
{{{ each publicRooms }}}
|
|
18
18
|
<div component="chat/public/room" class="btn btn-sm btn-light d-flex justify-content-between hover-parent {{{ if ./unread}}}unread{{{ end }}}" data-roomid="{./roomId}">
|
|
19
|
-
<div
|
|
19
|
+
<div><i class="fa {./icon} text-muted"></i> {./roomName}</div>
|
|
20
20
|
<div class="d-flex gap-1">
|
|
21
21
|
<div component="chat/public/room/unread/count" data-count="{./unreadCount}" class="badge border text-primary {{{ if !./unreadCount }}}hidden{{{ end }}}">{./unreadCountText}</div>
|
|
22
22
|
<div component="chat/public/room/sort/handle" class="text-muted {{{ if isAdmin }}}hover-d-block{{{ else }}}d-none{{{ end }}}" style="cursor:grab;"><i class="fa fa-bars"></i></div>
|