nodebb-theme-harmony 1.0.0-beta.102 → 1.0.0-beta.104

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.0.0-beta.102",
3
+ "version": "1.0.0-beta.104",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
@@ -2,6 +2,5 @@
2
2
 
3
3
  <div class="d-flex flex-column gap-3">
4
4
  <!-- IMPORT partials/flags/filters.tpl -->
5
- <!-- IMPORT partials/flags/bulk-actions.tpl -->
6
5
  <!-- IMPORT partials/flags/results.tpl -->
7
6
  </div>
@@ -1,8 +1,8 @@
1
- <div class="btn-group float-end" component="flags/bulk-actions">
1
+ <div class="dropdown" component="flags/bulk-actions">
2
2
  <button class="filter-btn btn btn-light btn-sm border" data-bs-toggle="dropdown" autocomplete="off" aria-haspopup="true" aria-expanded="false" disabled="disabled">
3
3
  <span class="filter-label">[[flags:bulk-actions]]</span>
4
4
  </button>
5
- <ul class="dropdown-menu p-1 text-sm">
5
+ <ul class="dropdown-menu dropdown-menu-end p-1 text-sm">
6
6
  <li><a href="#" class="dropdown-item rounded-1" data-action="bulk-assign">[[flags:assign-to-me]]</a></li>
7
7
  <li><a href="#" class="dropdown-item rounded-1" data-action="bulk-mark-resolved">[[flags:bulk-resolve]]</a></li>
8
8
  </ul>
@@ -176,6 +176,8 @@
176
176
  </a>
177
177
  </div>
178
178
 
179
+ <!-- IMPORT partials/flags/bulk-actions.tpl -->
180
+
179
181
  <form role="form">
180
182
  <input type="hidden" name="sort" value="{./sort}" />
181
183
  <input type="hidden" name="state" value="{./filters.state}" />
@@ -1,23 +1,25 @@
1
1
  <div class="pagination-block d-none d-lg-block flex-grow-1 mb-2">
2
- <div class="ps-1 ps-md-0 d-inline-block sticky-top" style="top:6rem;z-index:1;">
3
- <div class="scroller-content d-flex gap-2 flex-column align-items-start">
4
- <div class="pointer pagetop btn-ghost-sm d-inline-flex" style="padding: 4px;"><i class="fa fa-chevron-up"></i> <span class="timeago text-xs text-muted text-nowrap" title="{./timestampISO}"></span></div>
5
- <div class="scroller-container position-relative">
6
- <div class="scroller-thumb d-flex gap-2 text-nowrap position-relative" style="height: 40px;">
7
- <div class="scroller-thumb-icon bg-primary rounded d-inline-block" style="width:9px; height: 40px;"></div>
8
- <div>
9
- <p class="small thumb-text d-none d-md-inline-block ff-secondary fw-semibold user-select-none mb-0"></p>
10
- <p class="meta thumb-timestamp timeago text-xs text-muted ff-secondary fw-semibold mb-0 user-select-none"></p>
2
+ <div class="d-flex justify-content-end sticky-top mt-4" style="top:6rem;z-index:1;">
3
+ <div class="ps-1 ps-md-0 d-inline-block">
4
+ <div class="scroller-content d-flex gap-2 flex-column align-items-start">
5
+ <div class="pointer pagetop btn-ghost-sm d-inline-flex" style="padding: 4px;"><i class="fa fa-chevron-up"></i> <span class="timeago text-xs text-muted text-nowrap" title="{./timestampISO}"></span></div>
6
+ <div class="scroller-container position-relative">
7
+ <div class="scroller-thumb d-flex gap-2 text-nowrap position-relative" style="height: 40px;">
8
+ <div class="scroller-thumb-icon bg-primary rounded d-inline-block" style="width:9px; height: 40px;"></div>
9
+ <div>
10
+ <p class="small thumb-text d-none d-md-inline-block ff-secondary fw-semibold user-select-none mb-0"></p>
11
+ <p class="meta thumb-timestamp timeago text-xs text-muted ff-secondary fw-semibold mb-0 user-select-none"></p>
12
+ </div>
11
13
  </div>
12
- </div>
13
14
 
14
- <div class="unread d-inline-block position-absolute bottom-0">
15
- <div class="meta small position-absolute top-50 translate-middle-y text-nowrap fw-semibold ms-2">
16
- <a class="text-decoration-none" href="{url}"></a>
15
+ <div class="unread d-inline-block position-absolute bottom-0">
16
+ <div class="meta small position-absolute top-50 translate-middle-y text-nowrap fw-semibold ms-2">
17
+ <a class="text-decoration-none" href="{url}"></a>
18
+ </div>
17
19
  </div>
18
20
  </div>
21
+ <div class="pointer pagebottom btn-ghost-sm d-inline-flex" style="padding: 4px;"><i class="fa fa-chevron-down"></i> <span class="timeago text-xs text-muted text-nowrap" title="{./lastposttimeISO}"></span></div>
19
22
  </div>
20
- <div class="pointer pagebottom btn-ghost-sm d-inline-flex" style="padding: 4px;"><i class="fa fa-chevron-down"></i> <span class="timeago text-xs text-muted text-nowrap" title="{./lastposttimeISO}"></span></div>
21
23
  </div>
22
24
  </div>
23
25
  </div>