nodebb-theme-harmony 1.1.13 → 1.1.15

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-harmony",
3
- "version": "1.1.13",
3
+ "version": "1.1.15",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.3.0"
6
6
  },
@@ -18,9 +18,8 @@
18
18
  <div class="d-flex gap-1 flex-column">
19
19
  {{{ each publicRooms }}}
20
20
  <div component="chat/public/room" class="btn-ghost-sm ff-sans justify-content-between hover-parent {{{ if ./unread}}}unread{{{ end }}}" data-roomid="{./roomId}">
21
- <div><i class="fa {./icon} text-muted"></i> {./roomName}</div>
22
- <div class="d-flex gap-1">
23
- <div component="chat/public/room/unread/count" data-count="{./unreadCount}" class="badge border bg-light text-primary {{{ if !./unreadCount }}}hidden{{{ end }}}">{./unreadCountText}</div>
21
+ <div class="d-flex gap-1 align-items-center"><i class="fa {./icon} text-muted"></i> {./roomName} <div component="chat/public/room/unread/count" data-count="{./unreadCount}" class="badge border bg-light text-primary {{{ if !./unreadCount }}}hidden{{{ end }}}">{./unreadCountText}</div></div>
22
+ <div>
24
23
  <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>
25
24
  </div>
26
25
  </div>
@@ -1,9 +1,9 @@
1
1
  <div class="d-flex gap-1 align-items-stretch">
2
-
3
- <div class="hidden dropdown d-flex" data-manual-tooltip="1" title="[[modules:chat.notification-settings]]">
2
+ <!-- notification dropdown -->
3
+ <div class="dropdown d-flex" data-manual-tooltip="1" title="[[modules:chat.notification-settings]]">
4
4
  <button class="btn-ghost-sm position-relative" data-bs-toggle="dropdown">
5
5
  <i class="fa fa-bell text-muted"></i>
6
- <span class="position-absolute top-0 end-0 text-xs" style="font-size: 10px!important; padding: 1px; line-height: 10px;">
6
+ <span class="position-absolute top-0 end-0 text-xs text-muted opacity-50" style="font-size: 10px!important; padding: 1px; line-height: 10px;">
7
7
  <i component="chat/notification/setting/icon" class="fa {notificationOptionsIcon}"></i>
8
8
  </span>
9
9
  </button>
@@ -17,7 +17,7 @@
17
17
  <i class="flex-shrink-0 fa fa-fw fa-check {{{ if !./selected }}}hidden{{{ end }}}"></i>
18
18
  </div>
19
19
  {{{ if @first}}}
20
- <div class="text-sm text-muted">{./subLabel}</div>
20
+ <div component="chat/notification/setting/sub-label" class="text-sm text-muted">{./subLabel}</div>
21
21
  {{{ end }}}
22
22
  </div>
23
23
  </a>
@@ -30,7 +30,7 @@
30
30
  </ul>
31
31
  </div>
32
32
 
33
-
33
+ <!-- manage/options dropdown -->
34
34
  <div class="dropdown d-flex" data-manual-tooltip="1" title="[[modules:chat.options]]">
35
35
  <button class="btn-ghost-sm" data-bs-toggle="dropdown" component="chat/controlsToggle">
36
36
  <i class="fa fa-gear text-muted"></i>
@@ -63,6 +63,7 @@
63
63
  </ul>
64
64
  </div>
65
65
 
66
+ <!-- users toggle -->
66
67
  {{{ if users.length }}}
67
68
  <div component="chat/user/list/btn" class="btn-ghost-sm d-none d-lg-flex flex-nowrap gap-3" title="[[modules:chat.view-users-list]]" data-bs-toggle="tooltip" data-bs-placement="bottom">
68
69
  <div class="d-flex text-nowrap">