nodebb-theme-persona 13.2.33 → 13.2.35

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-persona",
3
- "version": "13.2.33",
3
+ "version": "13.2.35",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.5.0"
6
6
  },
@@ -1,5 +1,5 @@
1
1
  <!-- IMPORT partials/account/header.tpl -->
2
- <h1>[[pages:account/blocks, {username}]]</h1>
2
+ <h1 class="fs-2">[[pages:account/blocks, {username}]]</h1>
3
3
  <div class="row justify-content-end mb-2">
4
4
  <div class="col-3">
5
5
  <div class="dropdown">
@@ -1,7 +1,7 @@
1
1
  <!-- IMPORT partials/account/header.tpl -->
2
2
 
3
3
  <div class="row">
4
- <h1>{title}</h1>
4
+ <h1 class="fs-2">{title}</h1>
5
5
  <div class="col-lg-12 mb-2">
6
6
  <div class="btn-group bottom-sheet" component="category/watch/all">
7
7
  <button class="btn btn-outline-secondary dropdown-toggle" data-bs-toggle="dropdown" type="button">
@@ -2,7 +2,7 @@
2
2
 
3
3
  <div class="users row">
4
4
  <div class="col-12">
5
- <h1>[[pages:{template.name}, {username}]]</h1>
5
+ <h1 class="fs-2">[[pages:{template.name}, {username}]]</h1>
6
6
 
7
7
  <!-- IMPORT partials/users_list.tpl -->
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  <div class="users row">
4
4
  <div class="col-12">
5
- <h1>[[pages:{template.name}, {username}]]</h1>
5
+ <h1 class="fs-2">[[pages:{template.name}, {username}]]</h1>
6
6
 
7
7
  <!-- IMPORT partials/users_list.tpl -->
8
8
 
@@ -1,7 +1,7 @@
1
1
  <!-- IMPORT partials/account/header.tpl -->
2
2
 
3
3
  <div class="row">
4
- <h1>[[pages:{template.name}, {username}]]</h1>
4
+ <h1 class="fs-2">[[pages:{template.name}, {username}]]</h1>
5
5
 
6
6
  <div class="col-12 groups list">
7
7
  <div component="groups/container" id="groups-list" class="row">
@@ -1,7 +1,7 @@
1
1
  <!-- IMPORT partials/account/header.tpl -->
2
2
 
3
3
  <div class="row">
4
- <h1>{title}</h1>
4
+ <h1 class="fs-2">{title}</h1>
5
5
 
6
6
  <!-- IF !posts.length -->
7
7
  <div class="alert alert-warning text-center">{noItemsFoundKey}</div>
@@ -1,7 +1,7 @@
1
1
  <!-- IMPORT partials/account/header.tpl -->
2
2
 
3
3
  <div class="row">
4
- <h1>{title}</h1>
4
+ <h1 class="fs-2">{title}</h1>
5
5
  <div class="col-lg-12">
6
6
  <input component="tags/watch" type="text" class="form-control">
7
7
  </div>
@@ -1,7 +1,7 @@
1
1
  <!-- IMPORT partials/account/header.tpl -->
2
2
 
3
3
  <div class="row">
4
- <h1>{title}</h1>
4
+ <h1 class="fs-2">{title}</h1>
5
5
  <!-- IF showSort -->
6
6
  <div class="btn-toolbar justify-content-end mb-2">
7
7
  <div class="btn-group bottom-sheet" component="thread/sort">
@@ -1,6 +1,6 @@
1
1
  <!-- IMPORT partials/account/header.tpl -->
2
2
  <div class="row">
3
- <h1>{title}</h1>
3
+ <h1 class="fs-2">{title}</h1>
4
4
 
5
5
  <!-- IF privateUploads -->
6
6
  <div class="alert alert-info text-center">[[uploads:private-uploads-info]]</div>
@@ -47,6 +47,11 @@
47
47
  <!-- IMPORT partials/topic/merged-message.tpl -->
48
48
  {{{ end }}}
49
49
 
50
+ {{{ if forker }}}
51
+ <!-- IMPORT partials/topic/forked-message.tpl -->
52
+ {{{ end }}}
53
+
54
+
50
55
  {{{ if !scheduled }}}
51
56
  <!-- IMPORT partials/topic/deleted-message.tpl -->
52
57
  {{{ end }}}