nodebb-theme-harmony 1.1.70 → 1.1.71

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.70",
3
+ "version": "1.1.71",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.5.0"
6
6
  },
@@ -1,5 +1,5 @@
1
1
  <span class="badge text-body border border-gray-300 stats text-xs">
2
- <i class="fa fa-fw fa-pencil visible-xs-inline" title="[[global:posts]]"></i>
2
+ <i class="fa-regular fa-fw fa-message visible-xs-inline" title="[[global:posts]]"></i>
3
3
  <span component="topic/post-count" title="{postcount}" class="fw-bold">{humanReadableNumber(postcount)}</span>
4
4
  <span class="hidden-xs text-lowercase fw-normal">[[global:posts]]</span>
5
5
  </span>
@@ -55,13 +55,16 @@
55
55
  {{{ end }}}
56
56
  </span>
57
57
 
58
- <a href="{config.relative_path}/topic/{./slug}" class="hidden-xs badge bg-transparent text-muted fw-normal timeago" title="{./timestampISO}"></a>
59
- {{{ if !config.theme.mobileTopicTeasers}}}
60
- <span class="visible-xs-inline badge bg-transparent text-muted fw-normal timeago" title="{{{ if ./teaser.timestampISO }}}{./teaser.timestampISO}{{{ else }}}{./timestampISO}{{{ end }}}"></span>
61
- {{{ end }}}
62
- <div class="d-block d-lg-none ms-auto card card-header border-0 p-1 me-1 overflow-hidden rounded-1 d-flex">
63
- <span class="text-xs fw-semibold lh-1">{humanReadableNumber(./postcount, 0)}</span>
58
+ <div class="d-flex gap-1 d-block d-lg-none w-100">
59
+ <span class="badge text-body border stats text-xs text-muted">
60
+ <i class="fa-regular fa-fw fa-message"></i>
61
+ <span component="topic/post-count" class="fw-normal">{humanReadableNumber(./postcount, 0)}</span>
62
+ </span>
63
+
64
+ <span class="border badge bg-transparent text-muted fw-normal timeago" title="{{{ if (./teaser.timestampISO && !config.theme.mobileTopicTeasers) }}}{./teaser.timestampISO}{{{ else }}}{./timestampISO}{{{ end }}}"></span>
64
65
  </div>
66
+
67
+ <a href="{config.relative_path}/topic/{./slug}" class="d-none d-lg-block badge bg-transparent text-muted fw-normal timeago" title="{./timestampISO}"></a>
65
68
  </span>
66
69
  {{{ if showSelect }}}
67
70
  <div class="checkbox position-absolute top-0 end-0 m-0 d-flex d-lg-none" style="max-width:max-content">
@@ -89,7 +92,7 @@
89
92
  <div class="stats-postcount card card-header border-0 p-2 overflow-hidden rounded-1 d-flex flex-column align-items-center">
90
93
  <span class="fs-5 ff-secondary lh-1" title="{./postcount}">{humanReadableNumber(./postcount, 0)}</span>
91
94
  <span class="d-none d-xl-flex text-lowercase text-xs">[[global:posts]]</span>
92
- <i class="d-xl-none fa fa-fw text-xs text-muted opacity-75 fa-message"></i>
95
+ <i class="d-xl-none fa-regular fa-fw text-xs text-muted opacity-75 fa-message"></i>
93
96
  </div>
94
97
  <div class="stats-viewcount card card-header border-0 p-2 overflow-hidden rounded-1 d-flex flex-column align-items-center">
95
98
  <span class="fs-5 ff-secondary lh-1" title="{./viewcount}">{humanReadableNumber(./viewcount, 0)}</span>