nodebb-theme-harmony 1.0.0-beta.4 → 1.0.0-beta.40
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/languages/en-GB/harmony.json +5 -1
- package/library.js +21 -7
- package/package.json +1 -1
- package/public/harmony.js +107 -9
- package/public/settings.js +1 -0
- package/scss/common.scss +46 -4
- package/scss/harmony.scss +2 -0
- package/scss/mixins.scss +7 -3
- package/scss/modals.scss +6 -1
- package/scss/modules/bottom-sheet.scss +1 -1
- package/scss/modules/composer.scss +0 -4
- package/scss/modules/cover.scss +1 -11
- package/scss/modules/paginator.scss +24 -0
- package/scss/overrides.scss +3 -1
- package/scss/search.scss +8 -0
- package/scss/sidebar.scss +7 -4
- package/scss/topic.scss +22 -12
- package/templates/account/blocks.tpl +35 -41
- package/templates/account/categories.tpl +23 -30
- package/templates/account/consent.tpl +66 -10
- package/templates/account/edit/password.tpl +25 -30
- package/templates/account/edit/username.tpl +21 -26
- package/templates/account/edit.tpl +105 -116
- package/templates/account/followers.tpl +12 -19
- package/templates/account/following.tpl +12 -18
- package/templates/account/groups.tpl +12 -17
- package/templates/account/info.tpl +178 -206
- package/templates/account/posts.tpl +31 -36
- package/templates/account/profile.tpl +66 -73
- package/templates/account/sessions.tpl +8 -30
- package/templates/account/settings.tpl +193 -198
- package/templates/account/theme.tpl +34 -25
- package/templates/account/topics.tpl +33 -38
- package/templates/account/uploads.tpl +33 -40
- package/templates/categories.tpl +1 -1
- package/templates/category.tpl +12 -13
- package/templates/flags/detail.tpl +24 -25
- package/templates/flags/list.tpl +11 -11
- package/templates/footer.tpl +2 -2
- package/templates/groups/details.tpl +20 -17
- package/templates/groups/members.tpl +0 -2
- package/templates/partials/account/footer.tpl +3 -0
- package/templates/partials/account/header.tpl +78 -81
- package/templates/partials/account/session-list.tpl +18 -0
- package/templates/partials/breadcrumbs.tpl +6 -6
- package/templates/partials/categories/item.tpl +19 -18
- package/templates/partials/categories/lastpost.tpl +2 -2
- package/templates/partials/{category-filter-content.tpl → category/filter-dropdown-content.tpl} +8 -6
- package/templates/partials/{category-selector-content.tpl → category/selector-dropdown-content.tpl} +3 -3
- package/templates/partials/category/subcategory.tpl +1 -1
- package/templates/partials/category/tags.tpl +0 -2
- package/templates/partials/category/watch.tpl +28 -4
- package/templates/partials/chats/message-window.tpl +1 -0
- package/templates/partials/chats/message.tpl +4 -6
- package/templates/partials/cookie-consent.tpl +5 -5
- package/templates/partials/flags/filters.tpl +1 -1
- package/templates/partials/groups/admin.tpl +4 -4
- package/templates/partials/groups/badge.tpl +1 -1
- package/templates/partials/groups/memberlist.tpl +1 -1
- package/templates/partials/groups/sidebar-left.tpl +1 -1
- package/templates/partials/header/brand.tpl +1 -1
- package/templates/partials/mobile-footer.tpl +69 -61
- package/templates/partials/paginator.tpl +9 -9
- package/templates/partials/post_bar.tpl +6 -5
- package/templates/partials/posts_list_item.tpl +5 -5
- package/templates/partials/quick-search-results.tpl +1 -1
- package/templates/partials/search-filters.tpl +184 -0
- package/templates/partials/search-results.tpl +28 -32
- package/templates/partials/sidebar/chats.tpl +2 -2
- package/templates/partials/sidebar/drafts.tpl +42 -34
- package/templates/partials/sidebar/logged-in-menu.tpl +5 -5
- package/templates/partials/sidebar/notifications.tpl +3 -3
- package/templates/partials/sidebar/search.tpl +1 -1
- package/templates/partials/sidebar/user-menu.tpl +1 -1
- package/templates/partials/sidebar-left.tpl +13 -10
- package/templates/partials/sidebar-right.tpl +1 -1
- package/templates/partials/skin-switcher.tpl +2 -2
- package/templates/partials/tags_list.tpl +6 -4
- package/templates/partials/topic/browsing-users.tpl +0 -2
- package/templates/partials/topic/event.tpl +1 -1
- package/templates/partials/topic/navigation-post.tpl +5 -9
- package/templates/partials/topic/navigator-mobile.tpl +48 -0
- package/templates/partials/topic/post-editor.tpl +0 -2
- package/templates/partials/topic/post-menu-list.tpl +35 -37
- package/templates/partials/topic/post.tpl +27 -10
- package/templates/partials/topic/quickreply.tpl +6 -6
- package/templates/partials/topic/reply-button.tpl +1 -1
- package/templates/partials/topic/topic-menu-list.tpl +16 -18
- package/templates/partials/topic/watch.tpl +28 -4
- package/templates/partials/topic-list-bar.tpl +7 -7
- package/templates/partials/topics_list.tpl +41 -41
- package/templates/partials/users/filter-dropdown-content.tpl +20 -0
- package/templates/popular.tpl +1 -1
- package/templates/post-queue.tpl +112 -0
- package/templates/recent.tpl +1 -1
- package/templates/search.tpl +39 -177
- package/templates/tags.tpl +1 -1
- package/templates/top.tpl +1 -1
- package/templates/topic.tpl +4 -4
- package/templates/unread.tpl +1 -1
- package/templates/users.tpl +1 -1
- package/templates/modules/usercard.tpl +0 -39
- package/templates/partials/acceptTos.tpl +0 -11
- package/templates/partials/category-filter-right.tpl +0 -5
- package/templates/partials/category-filter.tpl +0 -3
- package/templates/partials/category-selector-right.tpl +0 -5
- package/templates/partials/category-selector.tpl +0 -3
- package/templates/partials/slideout-menu.tpl +0 -6
package/templates/unread.tpl
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<div class="unread">
|
|
7
7
|
<!-- IMPORT partials/topic-list-bar.tpl -->
|
|
8
8
|
<div class="category">
|
|
9
|
-
<div id="category-no-topics" class="alert alert-
|
|
9
|
+
<div id="category-no-topics" class="alert alert-info mt-3 {{{ if topics.length }}}hidden{{{ end }}}">[[unread:no_unread_topics]]</div>
|
|
10
10
|
|
|
11
11
|
<!-- IMPORT partials/topics_list.tpl -->
|
|
12
12
|
<button id="load-more-btn" class="btn btn-primary hide">[[unread:load_more]]</button>
|
package/templates/users.tpl
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<div class="">
|
|
13
13
|
<div class="d-flex justify-content-end gap-2">
|
|
14
14
|
{{{ if showInviteButton }}}
|
|
15
|
-
<button component="user/invite" class="btn btn-primary btn-sm"><i class="fa fa-user-plus"></i> [[users:invite]]</button>
|
|
15
|
+
<button component="user/invite" class="btn btn-primary btn-sm text-nowrap"><i class="fa fa-user-plus"></i> [[users:invite]]</button>
|
|
16
16
|
{{{ end }}}
|
|
17
17
|
{{{ if displayUserSearch }}}
|
|
18
18
|
<div class="search">
|
|
@@ -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>
|