nodebb-theme-harmony 2.0.0-pre.2 → 2.0.0-pre.21

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.
Files changed (38) hide show
  1. package/package-lock.json +2368 -0
  2. package/package.json +2 -2
  3. package/public/harmony.js +2 -5
  4. package/scss/header.scss +1 -1
  5. package/scss/modules/topics-list.scss +2 -2
  6. package/scss/overrides.scss +2 -0
  7. package/scss/topic.scss +1 -4
  8. package/templates/account/settings.tpl +2 -2
  9. package/templates/account/theme.tpl +1 -1
  10. package/templates/category.tpl +1 -1
  11. package/templates/flags/detail.tpl +1 -1
  12. package/templates/partials/account/sidebar-left.tpl +5 -1
  13. package/templates/partials/buttons/newTopic.tpl +1 -1
  14. package/templates/partials/category/filter-dropdown-content.tpl +28 -24
  15. package/templates/partials/category/selector-dropdown-content.tpl +23 -19
  16. package/templates/partials/category/sort.tpl +9 -9
  17. package/templates/partials/category/tools.tpl +13 -13
  18. package/templates/partials/category/watch.tpl +8 -8
  19. package/templates/partials/flags/bulk-actions.tpl +1 -0
  20. package/templates/partials/flags/filters.tpl +21 -18
  21. package/templates/partials/mobile-footer.tpl +1 -1
  22. package/templates/partials/posts_list_item.tpl +1 -1
  23. package/templates/partials/quick-search-results.tpl +1 -1
  24. package/templates/partials/search-filters.tpl +1 -1
  25. package/templates/partials/sidebar/chats.tpl +1 -1
  26. package/templates/partials/sidebar/drafts.tpl +1 -1
  27. package/templates/partials/sidebar/notifications.tpl +1 -1
  28. package/templates/partials/sidebar/user-menu.tpl +13 -13
  29. package/templates/partials/tags/filter-dropdown-content.tpl +24 -20
  30. package/templates/partials/topic/post-menu-list.tpl +28 -20
  31. package/templates/partials/topic/post.tpl +1 -1
  32. package/templates/partials/topic/sort.tpl +3 -3
  33. package/templates/partials/topic/topic-menu-list.tpl +15 -15
  34. package/templates/partials/topic/watch.tpl +6 -6
  35. package/templates/partials/topic-list-bar.tpl +3 -3
  36. package/templates/partials/topics_list.tpl +2 -2
  37. package/templates/topic.tpl +2 -2
  38. package/templates/world.tpl +21 -0
@@ -15,44 +15,44 @@
15
15
  <a href="#" class="dropdown-item rounded-1 user-status d-flex align-items-center gap-2 {{{ if user.online }}}selected{{{ end }}}" data-status="online" role="menuitem">
16
16
  <span component="user/status" class="flex-shrink-0 border border-white border-2 rounded-circle status online"></span>
17
17
  <span class="flex-grow-1">[[global:online]]</span>
18
- <i class="fa-solid fa-check text-muted flex-shrink-0" aria-label="[[global:selected]]"></i>
18
+ <i class="fa-solid fa-check text-secondary flex-shrink-0" aria-label="[[global:selected]]"></i>
19
19
  </a>
20
20
  </li>
21
21
  <li>
22
22
  <a href="#" class="dropdown-item rounded-1 user-status d-flex align-items-center gap-2 {{{ if user.away }}}selected{{{ end }}}" data-status="away" role="menuitem">
23
23
  <span component="user/status" class="flex-shrink-0 border border-white border-2 rounded-circle status away"></span>
24
24
  <span class="flex-grow-1">[[global:away]]</span>
25
- <i class="fa-solid fa-check text-muted flex-shrink-0"><span class="visually-hidden"></span>[[global:selected]]</span></i>
25
+ <i class="fa-solid fa-check text-secondary flex-shrink-0"><span class="visually-hidden"></span>[[global:selected]]</span></i>
26
26
  </a>
27
27
  </li>
28
28
  <li>
29
29
  <a href="#" class="dropdown-item rounded-1 user-status d-flex align-items-center gap-2 {{{ if user.dnd }}}selected{{{ end }}}" data-status="dnd" role="menuitem">
30
30
  <span component="user/status" class="flex-shrink-0 border border-white border-2 rounded-circle status dnd"></span>
31
31
  <span class="flex-grow-1">[[global:dnd]]</span>
32
- <i class="fa-solid fa-check text-muted flex-shrink-0"></i>
32
+ <i class="fa-solid fa-check text-secondary flex-shrink-0"></i>
33
33
  </a>
34
34
  </li>
35
35
  <li>
36
36
  <a href="#" class="dropdown-item rounded-1 user-status d-flex align-items-center gap-2 {{{ if user.offline }}}selected{{{ end }}}" data-status="offline" role="menuitem">
37
37
  <span component="user/status" class="flex-shrink-0 border border-white border-2 rounded-circle status offline"></span>
38
38
  <span class="flex-grow-1">[[global:invisible]]</span>
39
- <i class="fa-solid fa-check text-muted flex-shrink-0"></i>
39
+ <i class="fa-solid fa-check text-secondary flex-shrink-0"></i>
40
40
  </a>
41
41
  </li>
42
42
  <li role="presentation" class="dropdown-divider"></li>
43
43
  <li>
44
44
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="{relative_path}/user/{user.userslug}/bookmarks" role="menuitem">
45
- <i class="fa fa-fw fa-bookmark text-muted"></i> <span>[[user:bookmarks]]</span>
45
+ <i class="fa fa-fw fa-bookmark text-secondary"></i> <span>[[user:bookmarks]]</span>
46
46
  </a>
47
47
  </li>
48
48
  <li>
49
49
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" component="header/profilelink/edit" href="{relative_path}/user/{user.userslug}/edit" role="menuitem">
50
- <i class="fa fa-fw fa-edit text-muted"></i> <span>[[user:edit-profile]]</span>
50
+ <i class="fa fa-fw fa-edit text-secondary"></i> <span>[[user:edit-profile]]</span>
51
51
  </a>
52
52
  </li>
53
53
  <li>
54
54
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" component="header/profilelink/settings" href="{relative_path}/user/{user.userslug}/settings" role="menuitem">
55
- <i class="fa fa-fw fa-gear text-muted"></i> <span>[[user:settings]]</span>
55
+ <i class="fa fa-fw fa-gear text-secondary"></i> <span>[[user:settings]]</span>
56
56
  </a>
57
57
  </li>
58
58
  {{{ if showModMenu }}}
@@ -60,31 +60,31 @@
60
60
  <li><h6 class="dropdown-header text-xs">[[pages:moderator-tools]]</h6></li>
61
61
  <li>
62
62
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="{relative_path}/flags" role="menuitem">
63
- <i class="fa fa-fw fa-flag text-muted"></i> <span>[[pages:flagged-content]]</span>
63
+ <i class="fa fa-fw fa-flag text-secondary"></i> <span>[[pages:flagged-content]]</span>
64
64
  </a>
65
65
  </li>
66
66
  <li>
67
67
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="{relative_path}/post-queue" role="menuitem">
68
- <i class="fa fa-fw fa-list-alt text-muted"></i> <span>[[pages:post-queue]]</span>
68
+ <i class="fa fa-fw fa-list-alt text-secondary"></i> <span>[[pages:post-queue]]</span>
69
69
  </a>
70
70
  </li>
71
71
  {{{ if registrationQueueEnabled }}}
72
72
  <li>
73
73
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="{relative_path}/registration-queue" role="menuitem">
74
- <i class="fa fa-fw fa-list-alt text-muted"></i> <span>[[pages:registration-queue]]</span>
74
+ <i class="fa fa-fw fa-list-alt text-secondary"></i> <span>[[pages:registration-queue]]</span>
75
75
  </a>
76
76
  </li>
77
77
  {{{ end }}}
78
78
  <li>
79
79
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="{relative_path}/ip-blacklist" role="menuitem">
80
- <i class="fa fa-fw fa-ban text-muted"></i> <span>[[pages:ip-blacklist]]</span>
80
+ <i class="fa fa-fw fa-ban text-secondary"></i> <span>[[pages:ip-blacklist]]</span>
81
81
  </a>
82
82
  </li>
83
83
  {{{ else }}}
84
84
  {{{ if postQueueEnabled }}}
85
85
  <li>
86
86
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="{relative_path}/post-queue" role="menuitem">
87
- <i class="fa fa-fw fa-list-alt text-muted"></i> <span>[[pages:post-queue]]</span>
87
+ <i class="fa fa-fw fa-list-alt text-secondary"></i> <span>[[pages:post-queue]]</span>
88
88
  </a>
89
89
  </li>
90
90
  {{{ end }}}
@@ -96,7 +96,7 @@
96
96
  <input type="hidden" name="_csrf" value="{config.csrf_token}">
97
97
  <input type="hidden" name="noscript" value="true">
98
98
  <button type="submit" class="dropdown-item rounded-1 d-flex align-items-center gap-2">
99
- <i class="fa fa-fw fa-sign-out text-muted"></i><span>[[global:logout]]</span>
99
+ <i class="fa fa-fw fa-sign-out text-secondary"></i><span>[[global:logout]]</span>
100
100
  </button>
101
101
  </form>
102
102
  </li>
@@ -9,26 +9,30 @@
9
9
  <span class="visible-md-inline visible-lg-inline fw-semibold">[[tags:all-tags]]</span>
10
10
  {{{ end }}}
11
11
  </button>
12
+
12
13
  <div component="tag/filter/search" class="hidden position-absolute top-0">
13
14
  <input type="text" class="form-control form-control-sm" placeholder="[[search:type-to-search]]" autocomplete="off">
14
15
  </div>
15
- <ul component="tag/filter/list" class="dropdown-menu p-1 text-sm overflow-auto" role="menu" style="max-height: 500px;" role="menu">
16
- <li role="presentation" data-tag="">
17
- <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem" href="#">
18
- <span class="flex-grow-1">[[tags:all-tags]]</span>
19
- <i component="tag/select/icon" class="flex-shrink-0 fa fa-fw fa-check {{{if selectedTag }}}invisible{{{ end }}}"></i>
20
- </a>
21
- </li>
22
- {{{ each tagItems }}}
23
- <li role="presentation" data-tag="{./valueEscaped}">
24
- <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem" href="#">
25
- <span component="tag-markup" class="flex-grow-1">
26
- <div class="d-inline-flex align-items-center gap-1">
27
- {./valueEscaped}
28
- </div>
29
- </span>
30
- <i component="tag/select/icon" class="flex-shrink-0 fa fa-fw fa-check {{{ if !./selected }}}invisible{{{ end }}}"></i>
31
- </a>
32
- </li>
33
- {{{ end }}}
34
- </ul>
16
+
17
+ <div class="dropdown-menu p-1">
18
+ <ul component="tag/filter/list" class="list-unstyled mb-0 text-sm overflow-auto ghost-scrollbar" role="menu" style="max-height: 500px;" role="menu">
19
+ <li role="presentation" data-tag="">
20
+ <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem" href="#">
21
+ <span class="flex-grow-1">[[tags:all-tags]]</span>
22
+ <i component="tag/select/icon" class="flex-shrink-0 fa fa-fw fa-check {{{if selectedTag }}}invisible{{{ end }}}"></i>
23
+ </a>
24
+ </li>
25
+ {{{ each tagItems }}}
26
+ <li role="presentation" data-tag="{./valueEscaped}">
27
+ <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem" href="#">
28
+ <span component="tag-markup" class="flex-grow-1">
29
+ <div class="d-inline-flex align-items-center gap-1">
30
+ {./valueEscaped}
31
+ </div>
32
+ </span>
33
+ <i component="tag/select/icon" class="flex-shrink-0 fa fa-fw fa-check {{{ if !./selected }}}invisible{{{ end }}}"></i>
34
+ </a>
35
+ </li>
36
+ {{{ end }}}
37
+ </ul>
38
+ </div>
@@ -1,23 +1,23 @@
1
1
  {{{ if posts.display_moderator_tools }}}
2
2
  <li>
3
3
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" component="post/edit" role="menuitem" href="#">
4
- <span class="menu-icon"><i class="fa fa-fw text-muted fa-pencil"></i></span> [[topic:edit]]
4
+ <span class="menu-icon"><i class="fa fa-fw text-secondary fa-pencil"></i></span> [[topic:edit]]
5
5
  </a>
6
6
  </li>
7
7
  <li {{{ if posts.deleted }}}hidden{{{ end }}}>
8
8
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" component="post/delete" role="menuitem" href="#" class="{{{ if posts.deleted }}}hidden{{{ end }}}">
9
- <span class="menu-icon"><i class="fa fa-fw text-muted fa-trash-o"></i></span> [[topic:delete]]
9
+ <span class="menu-icon"><i class="fa fa-fw text-secondary fa-trash-o"></i></span> [[topic:delete]]
10
10
  </a>
11
11
  </li>
12
12
  <li {{{ if !posts.deleted }}}hidden{{{ end }}}>
13
13
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" component="post/restore" role="menuitem" href="#" class="{{{ if !posts.deleted }}}hidden{{{ end }}}">
14
- <span class="menu-icon"><i class="fa fa-fw text-muted fa-history"></i></span> [[topic:restore]]
14
+ <span class="menu-icon"><i class="fa fa-fw text-secondary fa-history"></i></span> [[topic:restore]]
15
15
  </a>
16
16
  </li>
17
17
  {{{ if posts.display_purge_tools }}}
18
18
  <li {{{ if !posts.deleted }}}hidden{{{ end }}}>
19
19
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" component="post/purge" role="menuitem" href="#" class="{{{ if !posts.deleted }}}hidden{{{ end }}}">
20
- <span class="menu-icon"><i class="fa fa-fw text-muted fa-eraser"></i></span> [[topic:purge]]
20
+ <span class="menu-icon"><i class="fa fa-fw text-secondary fa-eraser"></i></span> [[topic:purge]]
21
21
  </a>
22
22
  </li>
23
23
  {{{ end }}}
@@ -25,7 +25,7 @@
25
25
  {{{ if posts.display_move_tools }}}
26
26
  <li>
27
27
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" component="post/move" role="menuitem" href="#">
28
- <span class="menu-icon"><i class="fa fa-fw text-muted fa-arrows"></i></span> [[topic:move]]
28
+ <span class="menu-icon"><i class="fa fa-fw text-secondary fa-arrows"></i></span> [[topic:move]]
29
29
  </a>
30
30
  </li>
31
31
  {{{ end }}}
@@ -33,7 +33,7 @@
33
33
  {{{ if posts.display_change_owner_tools }}}
34
34
  <li>
35
35
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" component="post/change-owner" role="menuitem" href="#">
36
- <span class="menu-icon"><i class="fa fa-fw text-muted fa-user"></i></span> [[topic:change-owner]]
36
+ <span class="menu-icon"><i class="fa fa-fw text-secondary fa-user"></i></span> [[topic:change-owner]]
37
37
  </a>
38
38
  </li>
39
39
  {{{ end }}}
@@ -41,13 +41,13 @@
41
41
  {{{ if posts.ip }}}
42
42
  <li>
43
43
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" component="post/copy-ip" role="menuitem" href="#" data-clipboard-text="{posts.ip}">
44
- <span class="menu-icon" ><i class="fa fa-fw text-muted fa-copy"></i></span> [[topic:copy-ip]] {posts.ip}
44
+ <span class="menu-icon" ><i class="fa fa-fw text-secondary fa-copy"></i></span> [[topic:copy-ip]] {posts.ip}
45
45
  </a>
46
46
  </li>
47
47
  {{{ if posts.display_ip_ban }}}
48
48
  <li>
49
49
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" component="post/ban-ip" role="menuitem" href="#" data-ip="{posts.ip}">
50
- <span class="menu-icon"><i class="fa fa-fw text-muted fa-ban"></i></span> [[topic:ban-ip]] {posts.ip}
50
+ <span class="menu-icon"><i class="fa fa-fw text-secondary fa-ban"></i></span> [[topic:ban-ip]] {posts.ip}
51
51
  </a>
52
52
  </li>
53
53
  {{{ end }}}
@@ -57,7 +57,7 @@
57
57
  {{{ each posts.tools }}}
58
58
  <li {{{ if ./disabled }}}class="disabled" {{{ end }}}>
59
59
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" {{{ if ./action}}}component="{./action}"{{{ end }}} role="menuitem" href="{{{ if ./href }}}{./href}{{{ else }}}#{{{ end }}}">
60
- <span class="menu-icon"><i class="fa fa-fw text-muted {./icon}"></i></span> {{./html}}
60
+ <span class="menu-icon"><i class="fa fa-fw text-secondary {./icon}"></i></span> {{./html}}
61
61
  </a>
62
62
  </li>
63
63
  {{{ end }}}
@@ -66,7 +66,7 @@
66
66
  {{{ if posts.display_history}}}
67
67
  <li>
68
68
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" component="post/view-history" role="menuitem" href="#">
69
- <span class="menu-icon"><i class="fa fa-fw text-muted fa-history"></i></span> [[topic:view-history]]
69
+ <span class="menu-icon"><i class="fa fa-fw text-secondary fa-history"></i></span> [[topic:view-history]]
70
70
  </a>
71
71
  </li>
72
72
  {{{ end }}}
@@ -75,8 +75,8 @@
75
75
  <li>
76
76
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" component="post/bookmark" role="menuitem" href="#" data-bookmarked="{posts.bookmarked}">
77
77
  <span class="menu-icon">
78
- <i component="post/bookmark/on" class="fa fa-fw text-muted fa-bookmark {{{ if !posts.bookmarked }}}hidden{{{ end }}}"></i>
79
- <i component="post/bookmark/off" class="fa fa-fw text-muted fa-bookmark-o {{{ if posts.bookmarked }}}hidden{{{ end }}}"></i>
78
+ <i component="post/bookmark/on" class="fa fa-fw text-secondary fa-bookmark {{{ if !posts.bookmarked }}}hidden{{{ end }}}"></i>
79
+ <i component="post/bookmark/off" class="fa fa-fw text-secondary fa-bookmark-o {{{ if posts.bookmarked }}}hidden{{{ end }}}"></i>
80
80
  </span>
81
81
  <span class="bookmark-text">[[topic:bookmark]]</span>
82
82
  <span component="post/bookmark-count" class="bookmarkCount badge bg-secondary" data-bookmarks="{posts.bookmarks}">{posts.bookmarks}</span>&nbsp;
@@ -86,17 +86,25 @@
86
86
 
87
87
  <li>
88
88
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem" href="#" data-clipboard-text="{posts.absolute_url}">
89
- <i class="fa fa-fw text-muted fa-link"></i> [[topic:copy-permalink]]
89
+ <i class="fa fa-fw text-secondary fa-link"></i> [[topic:copy-permalink]]
90
90
  </a>
91
91
  </li>
92
92
 
93
+ {{{ if posts.display_original_url }}}
94
+ <li>
95
+ <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem" href="{{{ if posts.url }}}{posts.url}{{{ else }}}{posts.pid}{{{ end }}}">
96
+ <i class="fa fa-fw text-secondary fa-external-link"></i> [[topic:go-to-original]]
97
+ </a>
98
+ </li>
99
+ {{{ end }}}
100
+
93
101
  {{{ if postSharing.length }}}
94
102
  {{{ if config.loggedIn }}}<li class="dropdown-divider"></li>{{{ end }}}
95
103
  <li class="dropdown-header">[[topic:share-this-post]]</li>
96
104
  {{{ end }}}
97
105
  <li class="d-flex gap-2 px-3">
98
106
  {{{ each postSharing }}}
99
- <a class="dropdown-item rounded-1 d-flex align-items-center px-1 py-2 w-auto" role="menuitem" component="share/{./id}" href="#" title="{./name}"><i class="fa-fw text-muted {./class}"></i></a>
107
+ <a class="dropdown-item rounded-1 d-flex align-items-center px-1 py-2 w-auto" role="menuitem" component="share/{./id}" href="#" title="{./name}"><i class="fa-fw text-secondary {./class}"></i></a>
100
108
  {{{ end }}}
101
109
  </li>
102
110
  {{{ end }}}
@@ -105,15 +113,15 @@
105
113
  <li class="dropdown-divider"></li>
106
114
 
107
115
  <li {{{ if posts.flags.flagged }}}hidden{{{ end }}}>
108
- <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" component="post/flag" role="menuitem" href="#"><i class="fa fa-fw text-muted fa-flag"></i> [[topic:flag-post]]</a>
116
+ <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" component="post/flag" role="menuitem" href="#"><i class="fa fa-fw text-secondary fa-flag"></i> [[topic:flag-post]]</a>
109
117
  </li>
110
- <li {{{ if !posts.flags.flagged }}}hidden{{{ end }}} class="disabled text-muted">
111
- <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" component="post/already-flagged" role="menuitem" href="#"><i class="fa fa-fw text-muted fa-flag"></i> [[topic:already-flagged]]</a>
118
+ <li {{{ if !posts.flags.flagged }}}hidden{{{ end }}} class="disabled text-secondary">
119
+ <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" component="post/already-flagged" role="menuitem" href="#" data-flag-id="{posts.flagId}"><i class="fa fa-fw text-secondary fa-flag"></i> [[topic:already-flagged]]</a>
112
120
  </li>
113
121
 
114
122
  {{{ if (!posts.selfPost && posts.uid) }}}
115
123
  <li>
116
- <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" component="post/flagUser" role="menuitem" href="#"><i class="fa fa-fw text-muted fa-flag"></i> [[topic:flag-user]]</a>
124
+ <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" component="post/flagUser" role="menuitem" href="#"><i class="fa fa-fw text-secondary fa-flag"></i> [[topic:flag-user]]</a>
117
125
  </li>
118
126
  {{{ end }}}
119
127
  {{{ end }}}
@@ -121,11 +129,11 @@
121
129
  {{{ if posts.display_moderator_tools }}}
122
130
  {{{ if posts.flags.exists }}}
123
131
  <li>
124
- <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem" href="{config.relative_path}/flags/{posts.flags.flagId}"><i class="fa fa-fw text-muted fa-exclamation-circle"></i> [[topic:view-flag-report]]</a>
132
+ <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem" href="{config.relative_path}/flags/{posts.flags.flagId}"><i class="fa fa-fw text-secondary fa-exclamation-circle"></i> [[topic:view-flag-report]]</a>
125
133
  </li>
126
134
  {{{ if (posts.flags.state == "open") }}}
127
135
  <li>
128
- <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" component="post/flagResolve" data-flagId="{posts.flags.flagId}" role="menuitem" href="#"><i class="fa fa-fw text-muted fa-check"></i> [[topic:resolve-flag]]</a>
136
+ <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" component="post/flagResolve" data-flagId="{posts.flags.flagId}" role="menuitem" href="#"><i class="fa fa-fw text-secondary fa-check"></i> [[topic:resolve-flag]]</a>
129
137
  </li>
130
138
  {{{ end }}}
131
139
  {{{ end }}}
@@ -65,7 +65,7 @@
65
65
  </div>
66
66
  <div class="d-flex align-items-center gap-1 flex-grow-1 justify-content-end">
67
67
  <span class="bookmarked opacity-0 text-primary"><i class="fa fa-bookmark-o"></i></span>
68
- <a href="{generatePostUrl(@value)}" class="post-index text-muted d-none d-md-inline">#{increment(./index, "1")}</a>
68
+ <a href="{config.relative_path}/post/{encodeURIComponent(./pid)}" class="post-index text-muted d-none d-md-inline">#{increment(./index, "1")}</a>
69
69
  </div>
70
70
  </div>
71
71
 
@@ -8,19 +8,19 @@
8
8
  <li>
9
9
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#" class="oldest_to_newest" data-sort="oldest_to_newest" role="menuitem">
10
10
  <span class="flex-grow-1">[[topic:oldest-to-newest]]</span>
11
- <i class="flex-shrink-0 fa fa-fw"></i>
11
+ <i class="flex-shrink-0 fa fa-fw text-secondary"></i>
12
12
  </a>
13
13
  </li>
14
14
  <li>
15
15
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#" class="newest_to_oldest" data-sort="newest_to_oldest" role="menuitem">
16
16
  <span class="flex-grow-1">[[topic:newest-to-oldest]]</span>
17
- <i class="flex-shrink-0 fa fa-fw"></i>
17
+ <i class="flex-shrink-0 fa fa-fw text-secondary"></i>
18
18
  </a>
19
19
  </li>
20
20
  <li>
21
21
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#" class="most_votes" data-sort="most_votes" role="menuitem">
22
22
  <span class="flex-grow-1">[[topic:most-votes]]</span>
23
- <i class="flex-shrink-0 fa fa-fw"></i>
23
+ <i class="flex-shrink-0 fa fa-fw text-secondary"></i>
24
24
  </a>
25
25
  </li>
26
26
  </ul>
@@ -1,44 +1,44 @@
1
1
  {{{ if privileges.editable }}}
2
2
  <li {{{ if locked }}}hidden{{{ end }}}>
3
- <a component="topic/lock" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if locked }}}hidden{{{ end }}}" role="menuitem"><i class="fa fa-fw text-muted fa-lock"></i> [[topic:thread-tools.lock]]</a>
3
+ <a component="topic/lock" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if locked }}}hidden{{{ end }}}" role="menuitem"><i class="fa fa-fw fa-lock text-secondary"></i> [[topic:thread-tools.lock]]</a>
4
4
  </li>
5
5
 
6
6
  <li {{{ if !locked }}}hidden{{{ end }}}>
7
- <a component="topic/unlock" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if !locked }}}hidden{{{ end }}}" role="menuitem"><i class="fa fa-fw text-muted fa-unlock"></i> [[topic:thread-tools.unlock]]</a>
7
+ <a component="topic/unlock" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if !locked }}}hidden{{{ end }}}" role="menuitem"><i class="fa fa-fw fa-unlock text-secondary"></i> [[topic:thread-tools.unlock]]</a>
8
8
  </li>
9
9
 
10
10
  <li {{{ if pinned }}}hidden{{{ end }}}>
11
- <a component="topic/pin" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if pinned }}}hidden{{{ end }}}" role="menuitem"><i class="fa fa-fw text-muted fa-thumb-tack"></i> [[topic:thread-tools.pin]]</a>
11
+ <a component="topic/pin" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if pinned }}}hidden{{{ end }}}" role="menuitem"><i class="fa fa-fw fa-thumb-tack text-secondary"></i> [[topic:thread-tools.pin]]</a>
12
12
  </li>
13
13
 
14
14
  <li {{{ if !pinned }}}hidden{{{ end }}}>
15
- <a component="topic/unpin" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if !pinned }}}hidden{{{ end }}}" role="menuitem"><i class="fa fa-fw text-muted fa-thumb-tack fa-rotate-90"></i> [[topic:thread-tools.unpin]]</a>
15
+ <a component="topic/unpin" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if !pinned }}}hidden{{{ end }}}" role="menuitem"><i class="fa fa-fw fa-thumb-tack fa-rotate-90 text-secondary"></i> [[topic:thread-tools.unpin]]</a>
16
16
  </li>
17
17
 
18
18
  <li>
19
- <a component="topic/move" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem"><i class="fa fa-fw text-muted fa-arrows"></i> [[topic:thread-tools.move]]</a>
19
+ <a component="topic/move" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem"><i class="fa fa-fw fa-arrows text-secondary"></i> [[topic:thread-tools.move]]</a>
20
20
  </li>
21
21
 
22
22
  <li>
23
- <a component="topic/merge" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem"><i class="fa fa-fw text-muted fa-code-fork"></i> [[topic:thread-tools.merge]]</a>
23
+ <a component="topic/merge" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem"><i class="fa fa-fw fa-code-fork text-secondary"></i> [[topic:thread-tools.merge]]</a>
24
24
  </li>
25
25
 
26
26
  <li>
27
- <a component="topic/fork" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem"><i class="fa fa-fw text-muted fa-code-fork"></i> [[topic:thread-tools.fork]]</a>
27
+ <a component="topic/fork" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem"><i class="fa fa-fw fa-code-fork text-secondary"></i> [[topic:thread-tools.fork]]</a>
28
28
  </li>
29
29
 
30
30
  <li>
31
- <a component="topic/tag" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem"><i class="fa fa-fw text-muted fa-tag"></i> [[topic:thread-tools.tag]]</a>
31
+ <a component="topic/tag" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem"><i class="fa fa-fw fa-tag text-secondary"></i> [[topic:thread-tools.tag]]</a>
32
32
  </li>
33
33
 
34
34
  {{{ if !scheduled }}}
35
35
  <li>
36
- <a component="topic/move-posts" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem"><i class="fa fa-fw text-muted fa-arrows"></i> [[topic:thread-tools.move-posts]]</a>
36
+ <a component="topic/move-posts" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem"><i class="fa fa-fw fa-arrows text-secondary"></i> [[topic:thread-tools.move-posts]]</a>
37
37
  </li>
38
38
  {{{ end }}}
39
39
 
40
40
  <li>
41
- <a component="topic/mark-unread-for-all" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem"><i class="fa fa-fw text-muted fa-inbox"></i> [[topic:thread-tools.markAsUnreadForAll]]</a>
41
+ <a component="topic/mark-unread-for-all" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem"><i class="fa fa-fw fa-inbox text-secondary"></i> [[topic:thread-tools.markAsUnreadForAll]]</a>
42
42
  </li>
43
43
 
44
44
  <li class="dropdown-divider"></li>
@@ -46,29 +46,29 @@
46
46
 
47
47
  {{{ if privileges.deletable }}}
48
48
  <li {{{ if deleted }}}hidden{{{ end }}}>
49
- <a component="topic/delete" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if deleted }}}hidden{{{ end }}}" role="menuitem"><i class="fa fa-fw text-muted fa-trash-o"></i> [[topic:thread-tools.delete]]</a>
49
+ <a component="topic/delete" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if deleted }}}hidden{{{ end }}}" role="menuitem"><i class="fa fa-fw fa-trash-o text-secondary"></i> [[topic:thread-tools.delete]]</a>
50
50
  </li>
51
51
 
52
52
  {{{ if !scheduled }}}
53
53
  <li {{{ if !deleted }}}hidden{{{ end }}}>
54
- <a component="topic/restore" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if !deleted }}}hidden{{{ end }}}" role="menuitem"><i class="fa fa-fw text-muted fa-history"></i> [[topic:thread-tools.restore]]</a>
54
+ <a component="topic/restore" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if !deleted }}}hidden{{{ end }}}" role="menuitem"><i class="fa fa-fw fa-history text-secondary"></i> [[topic:thread-tools.restore]]</a>
55
55
  </li>
56
56
  {{{ end }}}
57
57
 
58
58
  {{{ if privileges.purge }}}
59
59
  <li {{{ if !deleted }}}hidden{{{ end }}}>
60
- <a component="topic/purge" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if !deleted }}}hidden{{{ end }}}" role="menuitem"><i class="fa fa-fw text-muted fa-eraser"></i> [[topic:thread-tools.purge]]</a>
60
+ <a component="topic/purge" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if !deleted }}}hidden{{{ end }}}" role="menuitem"><i class="fa fa-fw fa-eraser text-secondary"></i> [[topic:thread-tools.purge]]</a>
61
61
  </li>
62
62
  {{{ end }}}
63
63
  {{{ if privileges.isAdminOrMod }}}
64
64
  <li>
65
- <a component="topic/delete/posts" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem"><i class="fa fa-fw text-muted fa-trash-o"></i> [[topic:thread-tools.delete-posts]]</a>
65
+ <a component="topic/delete/posts" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem"><i class="fa fa-fw fa-trash-o text-secondary"></i> [[topic:thread-tools.delete-posts]]</a>
66
66
  </li>
67
67
  {{{ end }}}
68
68
 
69
69
  {{{ each thread_tools }}}
70
70
  <li>
71
- <a href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {./class}" role="menuitem"><i class="fa fa-fw text-muted {./icon}"></i> {./title}</a>
71
+ <a href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {./class}" role="menuitem"><i class="fa fa-fw text-secondary {./icon}"></i> {./title}</a>
72
72
  </li>
73
73
  {{{ end }}}
74
74
  {{{ end }}}
@@ -21,10 +21,10 @@
21
21
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2 p-2" href="#" component="topic/following" role="menuitem">
22
22
  <div class="flex-grow-1 d-flex flex-column">
23
23
  <span class="d-flex align-items-center gap-2">
24
- <i class="flex-shrink-0 fa fa-fw fa-bell-o"></i>
24
+ <i class="flex-shrink-0 fa fa-fw fa-bell-o text-secondary"></i>
25
25
  <span class="flex-grow-1 fw-semibold">[[topic:watching]]</span>
26
26
  </span>
27
- <div class="help-text text-muted text-xs">[[topic:watching.description]]</div>
27
+ <div class="help-text text-secondary text-xs">[[topic:watching.description]]</div>
28
28
  </div>
29
29
  <span class="flex-shrink-0"><i component="topic/following/check" class="fa fa-fw {{{ if isFollowing }}}fa-check{{{ end }}}"></i></span>
30
30
  </a>
@@ -34,10 +34,10 @@
34
34
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2 p-2" href="#" component="topic/not-following" role="menuitem">
35
35
  <div class="flex-grow-1 d-flex flex-column">
36
36
  <span class="d-flex align-items-center gap-2">
37
- <i class="flex-shrink-0 fa fa-fw fa-bell-slash-o"></i>
37
+ <i class="flex-shrink-0 fa fa-fw fa-bell-slash-o text-secondary"></i>
38
38
  <span class="flex-grow-1 fw-semibold">[[topic:not-watching]]</span>
39
39
  </span>
40
- <div class="help-text text-muted text-xs">[[topic:not-watching.description]]</div>
40
+ <div class="help-text text-secondary text-xs">[[topic:not-watching.description]]</div>
41
41
  </div>
42
42
  <span class="flex-shrink-0"><i component="topic/not-following/check" class="fa fa-fw {{{ if isNotFollowing }}}fa-check{{{ end }}}"></i></span>
43
43
  </a>
@@ -47,10 +47,10 @@
47
47
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2 p-2" href="#" component="topic/ignoring" role="menuitem">
48
48
  <div class="flex-grow-1 d-flex flex-column">
49
49
  <span class="d-flex align-items-center gap-2">
50
- <i class="flex-shrink-0 fa fa-fw fa-eye-slash"></i>
50
+ <i class="flex-shrink-0 fa fa-fw fa-eye-slash text-secondary"></i>
51
51
  <span class="flex-grow-1 fw-semibold">[[topic:ignoring]]</span>
52
52
  </span>
53
- <div class="help-text text-muted text-xs">[[topic:ignoring.description]]</div>
53
+ <div class="help-text text-secondary text-xs">[[topic:ignoring.description]]</div>
54
54
  </div>
55
55
  <span class="flex-shrink-0"><i component="topic/ignoring/check" class="fa fa-fw {{{ if isIgnoring }}}fa-check{{{ end }}}"></i></span>
56
56
  </a>
@@ -1,8 +1,8 @@
1
1
  <div class="{{{ if config.theme.stickyToolbar }}}sticky-tools{{{ end }}} mb-3">
2
2
  <nav class="topic-list-header d-flex flex-nowrap my-2 p-0 border-0 rounded">
3
3
  <div class="d-flex flex-row p-2 text-bg-light gap-1 border rounded w-100 align-items-center">
4
- <div component="category/controls" class="d-flex me-auto mb-0 gap-2 align-items-start flex-wrap">
5
- {{{ if template.category }}}
4
+ <div component="category/controls" class="d-flex me-auto mb-0 gap-2 flex-wrap">
5
+ {{{ if (template.category || template.world) }}}
6
6
  <!-- IMPORT partials/category/watch.tpl -->
7
7
  <!-- IMPORT partials/tags/filter-dropdown-left.tpl -->
8
8
  <!-- IMPORT partials/category/sort.tpl -->
@@ -36,7 +36,7 @@
36
36
  </div>
37
37
 
38
38
  <div class="d-flex gap-1 align-items-center">
39
- {{{ if template.category }}}
39
+ {{{ if (template.category || template.world) }}}
40
40
  {{{ if privileges.topics:create }}}
41
41
  <a href="{config.relative_path}/compose?cid={cid}" component="category/post" id="new_topic" class="btn btn-primary btn-sm text-nowrap" data-ajaxify="false" role="button">[[category:new-topic-button]]</a>
42
42
  {{{ end }}}
@@ -36,7 +36,7 @@
36
36
  <i class="fa fa-lock"></i>
37
37
  <span>[[topic:locked]]</span>
38
38
  </span>
39
- <span class="badge border border-gray-300 text-body {{{ if !./oldCid }}}hidden{{{ end }}}">
39
+ <span component="topic/moved" class="badge border border-gray-300 text-body {{{ if !./oldCid }}}hidden{{{ end }}}">
40
40
  <i class="fa fa-arrow-circle-right"></i>
41
41
  <span>[[topic:moved]]</span>
42
42
  </span>
@@ -70,7 +70,7 @@
70
70
  {{{ end }}}
71
71
  </div>
72
72
  {{{ if ./thumbs.length }}}
73
- <a class="position-relative text-decoration-none flex-shrink-0 d-none d-xl-block" href="{config.relative_path}/topic/{./slug}{{{ if ./bookmark }}}/{./bookmark}{{{ end }}}" aria-label="[[topic:thumb-image]]">
73
+ <a class="topic-thumbs position-relative text-decoration-none flex-shrink-0 d-none d-xl-block" href="{config.relative_path}/topic/{./slug}{{{ if ./bookmark }}}/{./bookmark}{{{ end }}}" aria-label="[[topic:thumb-image]]">
74
74
  <img class="topic-thumb rounded-1 bg-light" style="width:auto;max-width: 5.33rem;height: 3.33rem;object-fit: contain;" src="{./thumbs.0.url}" alt=""/>
75
75
  <span data-numthumbs="{./thumbs.length}" class="px-1 position-absolute top-0 start-100 translate-middle badge rounded text-bg-info" style="z-index: 1;">+{increment(./thumbs.length, "-1")}</span>
76
76
  </a>
@@ -11,7 +11,7 @@
11
11
  {{{ end }}}
12
12
 
13
13
  <div class="d-flex flex-column gap-3" itemid="{url}" itemscope itemtype="https://schema.org/DiscussionForumPosting">
14
- <meta itemprop="headline" content="{title}">
14
+ <meta itemprop="headline" content="{escape(titleRaw)}">
15
15
  <meta itemprop="url" content="{url}">
16
16
  <meta itemprop="datePublished" content="{timestampISO}">
17
17
  <meta itemprop="dateModified" content="{lastposttimeISO}">
@@ -38,7 +38,7 @@
38
38
  <i class="fa fa-lock"></i>
39
39
  [[topic:locked]]
40
40
  </span>
41
- <a href="{config.relative_path}/category/{oldCid}" class="badge badge border border-gray-300 text-body text-decoration-none {{{ if !oldCid }}}hidden{{{ end }}}">
41
+ <a component="topic/moved" href="{config.relative_path}/category/{oldCid}" class="badge badge border border-gray-300 text-body text-decoration-none {{{ if !oldCid }}}hidden{{{ end }}}">
42
42
  <i class="fa fa-arrow-circle-right"></i>
43
43
  {{{ if privileges.isAdminOrMod }}}[[topic:moved-from, {oldCategory.name}]]{{{ else }}}[[topic:moved]]{{{ end }}}
44
44
  </a>
@@ -6,6 +6,27 @@
6
6
  </div>
7
7
  {{{ end }}}
8
8
 
9
+ <div class="category-header d-flex flex-column gap-2">
10
+ <div class="d-flex gap-2 align-items-center mb-1 {{{ if config.theme.centerHeaderElements }}}justify-content-center{{{ end }}}">
11
+ {buildCategoryIcon(@value, "40px", "rounded-1 flex-shrink-0")}
12
+ <h1 class="tracking-tight fs-2 fw-semibold mb-0 text-center">{./name}</h1>
13
+ </div>
14
+ {{{ if ./descriptionParsed }}}
15
+ <p class="description text-secondary text-sm w-100 {{{ if config.theme.centerHeaderElements }}}text-center{{{ end }}}">
16
+ {./descriptionParsed}
17
+ </p>
18
+ {{{ end }}}
19
+
20
+ <p class="description text-secondary text-sm w-100 {{{ if config.theme.centerHeaderElements }}}text-center{{{ end }}}">
21
+ <a class="btn btn-sm btn-link" href="{config.relative_path}/popular?term=daily&cid=-1">[[activitypub:world.popular]]</a>
22
+ <a class="btn btn-sm btn-link" href="{config.relative_path}/recent?cid=-1">[[activitypub:world.recent]]</a>
23
+ <button class="btn btn-sm btn-link" id="world-help">
24
+ <i class="fa fa-question"></i>
25
+ [[activitypub:world.help]]
26
+ </button>
27
+ </p>
28
+ </div>
29
+
9
30
  <div class="row">
10
31
  <div class="world {{{if widgets.sidebar.length }}}col-lg-9 col-sm-12{{{ else }}}col-lg-12{{{ end }}}">
11
32
  <!-- IMPORT partials/topic-list-bar.tpl -->