nodebb-theme-harmony 2.1.32 → 2.1.33

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-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "nodebb-theme-harmony",
3
- "version": "2.1.32",
3
+ "version": "2.1.33",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "nodebb-theme-harmony",
9
- "version": "2.1.32",
9
+ "version": "2.1.33",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@fontsource/inter": "5.2.8",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-harmony",
3
- "version": "2.1.32",
3
+ "version": "2.1.33",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
@@ -5,9 +5,11 @@
5
5
  <!-- IMPORT partials/topic/mark-unread.tpl -->
6
6
  <!-- IMPORT partials/topic/watch.tpl -->
7
7
  <!-- IMPORT partials/topic/sort.tpl -->
8
+ {{{ if loggedIn }}}
8
9
  <button component="topic/crosspost" title="[[topic:crosspost-topic]]" class="btn btn-ghost btn-sm ff-secondary d-flex gap-2 align-items-center dropdown-toggle text-truncate">
9
10
  <i class="fa fa-fw fa-square-arrow-up-right text-primary"></i>
10
11
  </button>
12
+ {{{ end }}}
11
13
  <!-- IMPORT partials/topic/tools.tpl -->
12
14
 
13
15
  {{{ if (!feeds:disableRSS && rssFeedUrl) }}}
@@ -110,10 +110,12 @@
110
110
  <!-- IMPORT partials/topic/mark-unread.tpl -->
111
111
  <!-- IMPORT partials/topic/watch.tpl -->
112
112
  <!-- IMPORT partials/topic/sort.tpl -->
113
+ {{{ if loggedIn }}}
113
114
  <button component="topic/crosspost" class="btn btn-ghost btn-sm ff-secondary d-flex gap-2 align-items-center text-truncate">
114
115
  <i class="fa fa-fw fa-square-arrow-up-right text-primary"></i>
115
116
  <span class="d-none d-md-inline fw-semibold text-truncate text-nowrap">[[topic:thread-tools.crosspost]]</span>
116
117
  </button>
118
+ {{{ end }}}
117
119
  <!-- IMPORT partials/topic/tools.tpl -->
118
120
  </div>
119
121
  {{{ end }}}