nodebb-theme-harmony 1.0.0-beta.27 → 1.0.0-beta.28
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 +1 -1
- package/templates/groups/members.tpl +0 -2
- package/templates/partials/category/tags.tpl +0 -2
- package/templates/partials/cookie-consent.tpl +5 -5
- package/templates/partials/topic/browsing-users.tpl +0 -2
- package/templates/partials/topic/post-editor.tpl +0 -2
- package/templates/partials/topic/post-menu-list.tpl +0 -2
- package/templates/partials/topic/topic-menu-list.tpl +0 -2
- package/templates/modules/usercard.tpl +0 -39
- package/templates/partials/acceptTos.tpl +0 -11
- package/templates/partials/slideout-menu.tpl +0 -6
package/package.json
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
<!-- THIS FILE IS STILL PERSONA -->
|
|
2
|
-
|
|
3
1
|
{{{ each tags }}}
|
|
4
2
|
<a href="{config.relative_path}/tags/{topics.tags.value}"><span class="tag-item" data-tag="{topics.tags.value}">{topics.tags.value}</span><span class="tag-topic-count human-readable-number" title="{topics.tags.score}">{topics.tags.score}</span></a>
|
|
5
3
|
{{{ end }}}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
<div class="d-flex justify-content-center position-fixed start-0 bottom-0 w-100 mb-5 mb-md-0">
|
|
2
|
+
<div class="cookie-consent text-bg-info w-50 p-3 rounded d-flex gap-2 mb-5 mb-md-3 justify-content-between align-items-center">
|
|
3
|
+
<span>{message} <a class="fw-bold" target="_blank" rel="noopener" href="{link_url}">{link}</a></span>
|
|
4
|
+
<button class="btn btn-primary text-nowrap">{dismiss}</button>
|
|
5
|
+
</div>
|
|
6
6
|
</div>
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
<!-- THIS FILE IS STILL PERSONA -->
|
|
2
|
-
|
|
3
1
|
{{{ if privileges.editable }}}
|
|
4
2
|
<li <!-- IF locked -->hidden<!-- ENDIF locked -->><a component="topic/lock" href="#" class="dropdown-item <!-- IF locked -->hidden<!-- ENDIF locked -->"><i class="fa fa-fw fa-lock"></i> [[topic:thread_tools.lock]]</a></li>
|
|
5
3
|
<li <!-- IF !locked -->hidden<!-- ENDIF !locked -->><a component="topic/unlock" href="#" class="dropdown-item <!-- IF !locked -->hidden<!-- ENDIF !locked -->"><i class="fa fa-fw fa-unlock"></i> [[topic:thread_tools.unlock]]</a></li>
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
<!-- THIS FILE IS STILL PERSONA -->
|
|
2
|
-
|
|
3
|
-
<div class="persona-usercard">
|
|
4
|
-
<a href="{config.relative_path}/user/{userslug}">
|
|
5
|
-
<!-- IF picture -->
|
|
6
|
-
<div class="usercard-picture" style="background-image:url({picture})"></div>
|
|
7
|
-
<!-- ELSE -->
|
|
8
|
-
<div class="usercard-picture" style="background-color: {icon:bgColor};">{icon:text}</div>
|
|
9
|
-
<!-- ENDIF picture -->
|
|
10
|
-
</a>
|
|
11
|
-
<div class="usercard-body">
|
|
12
|
-
<a href="{config.relative_path}/user/{userslug}">
|
|
13
|
-
<span class="usercard-name"><!-- IF fullname -->{fullname}<!-- ELSE -->{username}<!-- ENDIF fullname --></span><br />
|
|
14
|
-
<span class="usercard-username"><!-- IF !banned -->@{username}<!-- ELSE -->[[user:banned]]<!-- ENDIF !banned --></span>
|
|
15
|
-
<!-- IF !banned -->
|
|
16
|
-
<i component="user/status" class="fa fa-circle status {status}" title="[[global:{status}]]"></i>
|
|
17
|
-
<!-- ENDIF !banned -->
|
|
18
|
-
</a>
|
|
19
|
-
|
|
20
|
-
<div class="row usercard-info">
|
|
21
|
-
<div class="col-4">
|
|
22
|
-
<small>[[global:posts]]</small>
|
|
23
|
-
<span class="human-readable-number">{postcount}</span>
|
|
24
|
-
</div>
|
|
25
|
-
<div class="col-4">
|
|
26
|
-
<small>[[global:reputation]]</small>
|
|
27
|
-
<span class="human-readable-number">{reputation}</span>
|
|
28
|
-
</div>
|
|
29
|
-
|
|
30
|
-
<button class="btn-morph persona-fab <!-- IF banned --> hide<!-- ENDIF banned -->">
|
|
31
|
-
<span>
|
|
32
|
-
<span class="s1"></span>
|
|
33
|
-
<span class="s2"></span>
|
|
34
|
-
<span class="s3"></span>
|
|
35
|
-
</span>
|
|
36
|
-
</button>
|
|
37
|
-
</div>
|
|
38
|
-
</div>
|
|
39
|
-
</div>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- THIS FILE IS STILL PERSONA -->
|
|
2
|
-
|
|
3
|
-
<div class="form-group">
|
|
4
|
-
<label for="agree-terms">[[register:terms_of_use]]</label>
|
|
5
|
-
<div class="tos">{termsOfUse}</div>
|
|
6
|
-
<div class="checkbox">
|
|
7
|
-
<label>
|
|
8
|
-
<input type="checkbox" name="agree-terms" id="agree-terms"> [[register:agree_to_terms_of_use]]
|
|
9
|
-
</label>
|
|
10
|
-
</div>
|
|
11
|
-
</div>
|