nodebb-theme-harmony 1.1.72 → 1.1.74

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 (64) hide show
  1. package/package.json +1 -1
  2. package/templates/account/blocks.tpl +3 -3
  3. package/templates/account/categories.tpl +1 -1
  4. package/templates/account/consent.tpl +15 -15
  5. package/templates/account/edit/password.tpl +7 -7
  6. package/templates/account/edit/username.tpl +4 -4
  7. package/templates/account/edit.tpl +7 -7
  8. package/templates/account/followers.tpl +1 -1
  9. package/templates/account/following.tpl +1 -1
  10. package/templates/account/groups.tpl +1 -1
  11. package/templates/account/info.tpl +4 -4
  12. package/templates/account/profile.tpl +1 -1
  13. package/templates/account/settings.tpl +31 -31
  14. package/templates/account/theme.tpl +1 -1
  15. package/templates/category.tpl +1 -1
  16. package/templates/chat.tpl +1 -1
  17. package/templates/chats.tpl +1 -1
  18. package/templates/flags/detail.tpl +7 -7
  19. package/templates/groups/details.tpl +2 -2
  20. package/templates/groups/list.tpl +9 -9
  21. package/templates/login.tpl +5 -5
  22. package/templates/notifications.tpl +1 -1
  23. package/templates/partials/account/admin-menu.tpl +8 -8
  24. package/templates/partials/account/header.tpl +1 -1
  25. package/templates/partials/account/session-list.tpl +1 -1
  26. package/templates/partials/account/sidebar-left.tpl +3 -3
  27. package/templates/partials/buttons/newTopic.tpl +1 -1
  28. package/templates/partials/categories/lastpost.tpl +1 -1
  29. package/templates/partials/category/filter-dropdown-content.tpl +2 -2
  30. package/templates/partials/category/selector-dropdown-content.tpl +1 -1
  31. package/templates/partials/category/sort.tpl +6 -6
  32. package/templates/partials/category/tools.tpl +13 -13
  33. package/templates/partials/chats/dropdown.tpl +1 -1
  34. package/templates/partials/chats/message-window.tpl +1 -1
  35. package/templates/partials/flags/filters.tpl +1 -1
  36. package/templates/partials/groups/admin.tpl +10 -10
  37. package/templates/partials/groups/pending.tpl +2 -2
  38. package/templates/partials/mobile-footer.tpl +66 -63
  39. package/templates/partials/notifications_list.tpl +1 -1
  40. package/templates/partials/post_bar.tpl +1 -1
  41. package/templates/partials/search-results.tpl +1 -1
  42. package/templates/partials/sidebar/chats.tpl +3 -3
  43. package/templates/partials/sidebar/drafts.tpl +1 -1
  44. package/templates/partials/sidebar/logged-out-menu.tpl +1 -1
  45. package/templates/partials/sidebar/notifications.tpl +2 -2
  46. package/templates/partials/topic/navigator-mobile.tpl +1 -1
  47. package/templates/partials/topic/post-editor.tpl +1 -1
  48. package/templates/partials/topic/post-menu-list.tpl +1 -1
  49. package/templates/partials/topic/post.tpl +2 -2
  50. package/templates/partials/topic/quickreply.tpl +1 -1
  51. package/templates/partials/topic/sort.tpl +7 -7
  52. package/templates/partials/topic/tools.tpl +1 -1
  53. package/templates/partials/topic/topic-menu-list.tpl +14 -14
  54. package/templates/partials/topic-list-bar.tpl +1 -1
  55. package/templates/partials/topics_list.tpl +1 -1
  56. package/templates/partials/users_list_menu.tpl +3 -3
  57. package/templates/popular.tpl +1 -1
  58. package/templates/post-queue.tpl +8 -8
  59. package/templates/recent.tpl +1 -1
  60. package/templates/register.tpl +8 -8
  61. package/templates/tag.tpl +2 -2
  62. package/templates/tags.tpl +1 -1
  63. package/templates/top.tpl +1 -1
  64. package/templates/unread.tpl +2 -2
@@ -12,7 +12,7 @@
12
12
  <div class="login-block">
13
13
  <div class="alert alert-danger alert-dismissible" id="login-error-notify" {{{ if error }}}style="display:block"{{{ else }}}style="display: none;"{{{ end }}}>
14
14
  <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
15
- <strong>[[login:failed_login_attempt]]</strong>
15
+ <strong>[[login:failed-login-attempt]]</strong>
16
16
  <p>{error}</p>
17
17
  </div>
18
18
 
@@ -27,7 +27,7 @@
27
27
  <div class="d-flex justify-content-between align-items-center">
28
28
  <label for="password">[[user:password]]</label>
29
29
  {{{ if allowPasswordReset }}}
30
- <a id="reset-link" tabindex="-1" class="text-sm text-reset text-decoration-underline" href="{config.relative_path}/reset">[[login:forgot_password]]</a>
30
+ <a id="reset-link" tabindex="-1" class="text-sm text-reset text-decoration-underline" href="{config.relative_path}/reset">[[login:forgot-password]]</a>
31
31
  {{{ end }}}
32
32
  </div>
33
33
  <div>
@@ -40,7 +40,7 @@
40
40
  <div class="mb-2">
41
41
  <div class="checkbox">
42
42
  <label>
43
- <input type="checkbox" name="remember" id="remember" checked /> [[login:remember_me]]
43
+ <input type="checkbox" name="remember" id="remember" checked /> [[login:remember-me]]
44
44
  </label>
45
45
  </div>
46
46
  </div>
@@ -59,7 +59,7 @@
59
59
  <hr/>
60
60
 
61
61
  {{{ if allowRegistration }}}
62
- <span class="text-sm">[[login:dont_have_account]]</span>
62
+ <span class="text-sm">[[login:dont-have-account]]</span>
63
63
  <a class="btn btn-outline-light text-body" href="{config.relative_path}/register">[[register:register]]</a>
64
64
  {{{ end }}}
65
65
  </form>
@@ -70,7 +70,7 @@
70
70
  {{{ if alternate_logins }}}
71
71
  <div class="col-12 col-md-5 col-lg-3 px-md-0">
72
72
  <div class="alt-login-block d-flex flex-column gap-2">
73
- <label>[[login:alternative_logins]]</label>
73
+ <label>[[login:alternative-logins]]</label>
74
74
  <ul class="alt-logins list-unstyled">
75
75
  {{{ each authentication }}}
76
76
  <li class="{./name} mb-2">
@@ -1,6 +1,6 @@
1
1
  <div class="notifications">
2
2
  <div class="btn-toolbar justify-content-end" role="toolbar">
3
- <button class="btn btn-sm btn-light" component="notifications/mark_all">[[notifications:mark_all_read]]</button>
3
+ <button class="btn btn-sm btn-light" component="notifications/mark_all">[[notifications:mark-all-read]]</button>
4
4
  </div>
5
5
 
6
6
  <hr class="text-muted opacity-25"/>
@@ -4,32 +4,32 @@
4
4
  </button>
5
5
  <ul class="dropdown-menu dropdown-menu-end p-1 text-sm account-sub-links">
6
6
  <li>
7
- <a class="dropdown-item rounded-1" href="{config.relative_path}/user/{userslug}/info">[[user:account_info]]</a>
7
+ <a class="dropdown-item rounded-1" href="{config.relative_path}/user/{userslug}/info">[[user:account-info]]</a>
8
8
  </li>
9
9
  {{{ if (canBan || canMute) }}}
10
10
  <li role="separator" class="dropdown-divider"></li>
11
11
  {{{ end }}}
12
12
  {{{ if canBan }}}
13
13
  <li class="{{{ if banned }}}hide{{{ end }}}">
14
- <a class="dropdown-item rounded-1" component="account/ban" href="#">[[user:ban_account]]</a>
14
+ <a class="dropdown-item rounded-1" component="account/ban" href="#">[[user:ban-account]]</a>
15
15
  </li>
16
16
  <li class="{{{ if !banned }}}hide{{{ end }}}">
17
- <a class="dropdown-item rounded-1" component="account/unban" href="#">[[user:unban_account]]</a>
17
+ <a class="dropdown-item rounded-1" component="account/unban" href="#">[[user:unban-account]]</a>
18
18
  </li>
19
19
  {{{ end }}}
20
20
  {{{ if canMute }}}
21
21
  <li class="{{{ if muted }}}hide{{{ end }}}">
22
- <a class="dropdown-item rounded-1" component="account/mute" href="#">[[user:mute_account]]</a>
22
+ <a class="dropdown-item rounded-1" component="account/mute" href="#">[[user:mute-account]]</a>
23
23
  </li>
24
24
  <li class="{{{ if !muted }}}hide{{{ end }}}">
25
- <a class="dropdown-item rounded-1" component="account/unmute" href="#">[[user:unmute_account]]</a>
25
+ <a class="dropdown-item rounded-1" component="account/unmute" href="#">[[user:unmute-account]]</a>
26
26
  </li>
27
27
  {{{ end }}}
28
28
  {{{ if isAdmin }}}
29
29
  <li>
30
- <a component="account/delete-account" href="#" class="dropdown-item rounded-1">[[user:delete_account_as_admin]]</a>
31
- <a component="account/delete-content" href="#" class="dropdown-item rounded-1">[[user:delete_content]]</a>
32
- <a component="account/delete-all" href="#" class="dropdown-item rounded-1">[[user:delete_all]]</a>
30
+ <a component="account/delete-account" href="#" class="dropdown-item rounded-1">[[user:delete-account-as-admin]]</a>
31
+ <a component="account/delete-content" href="#" class="dropdown-item rounded-1">[[user:delete-content]]</a>
32
+ <a component="account/delete-all" href="#" class="dropdown-item rounded-1">[[user:delete-all]]</a>
33
33
  </li>
34
34
  {{{ end }}}
35
35
  </ul>
@@ -78,7 +78,7 @@
78
78
  <i class="fa fa-caret-down"></i>
79
79
  </button>
80
80
  <ul class="dropdown-menu dropdown-menu-end p-1 text-sm" role="menu">
81
- <li><a class="dropdown-item rounded-1" href="#" component="account/new-chat">[[user:new_chat_with, {username}]]</a></li>
81
+ <li><a class="dropdown-item rounded-1" href="#" component="account/new-chat">[[user:new-chat-with, {username}]]</a></li>
82
82
  </ul>
83
83
  {{{ end }}}
84
84
  </div>
@@ -12,7 +12,7 @@
12
12
  [[user:browser-version-on-platform, {./browser}, {./version}, {./platform}]]<br />
13
13
  <small class="timeago text-muted" title="{../datetimeISO}"></small>
14
14
  <ul>
15
- <li><strong>[[global:ip_address]]</strong>: {../ip}</li>
15
+ <li><strong>[[global:ip-address]]</strong>: {../ip}</li>
16
16
  </ul>
17
17
  </li>
18
18
  {{{ end }}}
@@ -41,7 +41,7 @@
41
41
  {{{ if canEdit }}}
42
42
  <a href="{config.relative_path}/user/{userslug}/categories" class="btn-ghost fw-semibold
43
43
  {{{ if template.account/categories }}}active{{{ end }}}">
44
- <div class="flex-grow-1">[[user:watched_categories]]</div>
44
+ <div class="flex-grow-1">[[user:watched-categories]]</div>
45
45
  <span class="flex-shrink-0 text-xs" title="{counts.categoriesWatched}">{counts.categoriesWatched}</span>
46
46
  </a>
47
47
  {{{ if isSelf }}}
@@ -73,11 +73,11 @@
73
73
  </a>
74
74
  <a href="#" component="account/block" class="btn-ghost-sm {{{ if isBlocked }}}hidden{{{ end }}}">
75
75
  <i class="flex-shrink-0 fa-solid fa-ban text-danger"></i>
76
- <div class="flex-grow-1 text-nowrap">[[user:block_user]]</div>
76
+ <div class="flex-grow-1 text-nowrap">[[user:block-user]]</div>
77
77
  </a>
78
78
  <a href="#" component="account/unblock" class="btn-ghost-sm {{{ if !isBlocked }}}hidden{{{ end }}}">
79
79
  <i class="flex-shrink-0 fa-solid fa-ban text-danger"></i>
80
- <div class="flex-grow-1 text-nowrap">[[user:unblock_user]]</div>
80
+ <div class="flex-grow-1 text-nowrap">[[user:unblock-user]]</div>
81
81
  </a>
82
82
  {{{ end }}}
83
83
 
@@ -1,6 +1,6 @@
1
1
  <noscript><div class="dropdown" component="category-selector"></noscript>
2
2
  <button component="category/post" for="category-dropdown-check" class="btn btn-primary btn-sm text-nowrap" id="new_topic" role="button">
3
- [[category:new_topic_button]]
3
+ [[category:new-topic-button]]
4
4
  </button>
5
5
  <noscript>
6
6
  <input type="checkbox" class="hidden" id="category-dropdown-check" aria-hidden="true">
@@ -19,7 +19,7 @@
19
19
  {{{ if !./posts.length }}}
20
20
  <div component="category/posts" class="ps-2">
21
21
  <div class="post-content overflow-hidden text-xs">
22
- [[category:no_new_posts]]
22
+ [[category:no-new-posts]]
23
23
  </div>
24
24
  </div>
25
25
  {{{ end }}}
@@ -6,7 +6,7 @@
6
6
  </span>
7
7
  {{{ else }}}
8
8
  <i class="fa fa-fw fa-list link-primary"></i>
9
- <span class="visible-md-inline visible-lg-inline fw-semibold">[[unread:all_categories]]</span>{{{ end }}}
9
+ <span class="visible-md-inline visible-lg-inline fw-semibold">[[unread:all-categories]]</span>{{{ end }}}
10
10
  </button>
11
11
  <div component="category-selector-search" class="hidden position-absolute">
12
12
  <input type="text" class="form-control form-control-sm" placeholder="[[search:type-to-search]]" autocomplete="off">
@@ -14,7 +14,7 @@
14
14
  <ul component="category/list" class="dropdown-menu p-1 text-sm category-dropdown-menu" role="menu">
15
15
  <li role="presentation" class="category" data-cid="all">
16
16
  <a class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menu-item" href="{{{ if allCategoriesUrl }}}{config.relative_path}/{allCategoriesUrl}{{{ else }}}#{{{ end }}}">
17
- <div class="flex-grow-1">[[unread:all_categories]]</div>
17
+ <div class="flex-grow-1">[[unread:all-categories]]</div>
18
18
  <i component="category/select/icon" class="flex-shrink-0 fa fa-fw fa-check {{{if selectedCategory}}}invisible{{{end}}}"></i>
19
19
  </a>
20
20
  </li>
@@ -7,7 +7,7 @@
7
7
  </span>
8
8
  {{{ else }}}
9
9
  <i class="fa fa-fw {{{ if selectCategoryIcon }}}{selectCategoryIcon}{{{ else }}}fa-list{{{ end }}} text-primary"></i>
10
- <span class="visible-md-inline visible-lg-inline fw-semibold">{{{ if selectCategoryLabel }}}{selectCategoryLabel}{{{ else }}}[[topic:thread_tools.select_category]]{{{ end }}}</span>
10
+ <span class="visible-md-inline visible-lg-inline fw-semibold">{{{ if selectCategoryLabel }}}{selectCategoryLabel}{{{ else }}}[[topic:thread-tools.select-category]]{{{ end }}}</span>
11
11
  {{{ end }}}
12
12
  </span>
13
13
  </button>
@@ -1,28 +1,28 @@
1
1
  <div class="btn-group bottom-sheet" component="thread/sort">
2
2
  <button class="btn-ghost-sm d-flex gap-2 dropdown-toggle" data-bs-toggle="dropdown" type="button">
3
3
  <i class="fa fa-fw fa-arrow-down-wide-short text-primary"></i>
4
- <span class="visible-md-inline visible-lg-inline fw-semibold">[[topic:sort_by]]</span>
4
+ <span class="visible-md-inline visible-lg-inline fw-semibold">[[topic:sort-by]]</span>
5
5
  </button>
6
6
 
7
7
  <ul class="dropdown-menu p-1 text-sm">
8
8
  <li><a class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#" class="newest_to_oldest" data-sort="newest_to_oldest">
9
- <span class="flex-grow-1">[[topic:newest_to_oldest]]</span>
9
+ <span class="flex-grow-1">[[topic:newest-to-oldest]]</span>
10
10
  <i class="flex-shrink-0 fa fa-fw text-muted"></i>
11
11
  </a></li>
12
12
  <li><a class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#" class="oldest_to_newest" data-sort="oldest_to_newest">
13
- <span class="flex-grow-1">[[topic:oldest_to_newest]]</span>
13
+ <span class="flex-grow-1">[[topic:oldest-to-newest]]</span>
14
14
  <i class="flex-shrink-0 fa fa-fw text-muted"></i>
15
15
  </a></li>
16
16
  <li><a class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#" class="most_posts" data-sort="most_posts">
17
- <span class="flex-grow-1">[[topic:most_posts]]</span>
17
+ <span class="flex-grow-1">[[topic:most-posts]]</span>
18
18
  <i class="flex-shrink-0 fa fa-fw text-muted"></i>
19
19
  </a></li>
20
20
  <li><a class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#" class="most_votes" data-sort="most_votes">
21
- <span class="flex-grow-1">[[topic:most_votes]]</span>
21
+ <span class="flex-grow-1">[[topic:most-votes]]</span>
22
22
  <i class="flex-shrink-0 fa fa-fw text-muted"></i>
23
23
  </a></li>
24
24
  <li><a class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#" class="most_views" data-sort="most_views">
25
- <span class="flex-grow-1">[[topic:most_views]]</span>
25
+ <span class="flex-grow-1">[[topic:most-views]]</span>
26
26
  <i class="flex-shrink-0 fa fa-fw text-muted"></i>
27
27
  </a></li>
28
28
  </ul>
@@ -2,34 +2,34 @@
2
2
  <div class="btn-group thread-tools bottom-sheet">
3
3
  <button class="btn-ghost-sm d-flex gap-2 dropdown-toggle" data-bs-toggle="dropdown" type="button">
4
4
  <i class="fa fa-fw fa-gear text-primary"></i>
5
- <span class="visible-md-inline visible-lg-inline fw-semibold">[[topic:thread_tools.title]]</span>
5
+ <span class="visible-md-inline visible-lg-inline fw-semibold">[[topic:thread-tools.title]]</span>
6
6
  <span component="topic/selected/badge" class="badge rounded-pill bg-secondary"></span>
7
7
  </button>
8
8
  <ul class="dropdown-menu p-1 text-sm">
9
9
  <li>
10
10
  <a component="topic/mark-unread-for-all" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2">
11
- <i class="fa fa-fw text-muted fa-inbox"></i> [[topic:thread_tools.markAsUnreadForAll]]
11
+ <i class="fa fa-fw text-muted fa-inbox"></i> [[topic:thread-tools.markAsUnreadForAll]]
12
12
  </a>
13
13
  </li>
14
14
  <li>
15
15
  <a component="topic/pin" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2">
16
- <i class="fa fa-fw text-muted fa-thumb-tack"></i> [[topic:thread_tools.pin]]
16
+ <i class="fa fa-fw text-muted fa-thumb-tack"></i> [[topic:thread-tools.pin]]
17
17
  </a>
18
18
  </li>
19
19
  <li>
20
20
  <a component="topic/unpin" href="#" class="hidden dropdown-item rounded-1">
21
- <i class="fa fa-fw text-muted fa-thumb-tack fa-rotate-90"></i> [[topic:thread_tools.unpin]]
21
+ <i class="fa fa-fw text-muted fa-thumb-tack fa-rotate-90"></i> [[topic:thread-tools.unpin]]
22
22
  </a>
23
23
  </li>
24
24
 
25
25
  <li>
26
26
  <a component="topic/lock" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2">
27
- <i class="fa fa-fw text-muted fa-lock"></i> [[topic:thread_tools.lock]]
27
+ <i class="fa fa-fw text-muted fa-lock"></i> [[topic:thread-tools.lock]]
28
28
  </a>
29
29
  </li>
30
30
  <li>
31
31
  <a component="topic/unlock" href="#" class="hidden dropdown-item rounded-1 d-flex align-items-center gap-2">
32
- <i class="fa fa-fw text-muted fa-unlock"></i> [[topic:thread_tools.unlock]]
32
+ <i class="fa fa-fw text-muted fa-unlock"></i> [[topic:thread-tools.unlock]]
33
33
  </a>
34
34
  </li>
35
35
 
@@ -37,25 +37,25 @@
37
37
 
38
38
  <li>
39
39
  <a component="topic/move" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2">
40
- <i class="fa fa-fw text-muted fa-arrows"></i> [[topic:thread_tools.move]]
40
+ <i class="fa fa-fw text-muted fa-arrows"></i> [[topic:thread-tools.move]]
41
41
  </a>
42
42
  </li>
43
43
  {{{if template.category}}}
44
44
  <li>
45
45
  <a component="topic/move-all" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2">
46
- <i class="fa fa-fw text-muted fa-arrows"></i> [[topic:thread_tools.move_all]]
46
+ <i class="fa fa-fw text-muted fa-arrows"></i> [[topic:thread-tools.move-all]]
47
47
  </a>
48
48
  </li>
49
49
  {{{end}}}
50
50
  <li>
51
51
  <a component="topic/merge" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2">
52
- <i class="fa fa-fw text-muted fa-code-fork"></i> [[topic:thread_tools.merge]]
52
+ <i class="fa fa-fw text-muted fa-code-fork"></i> [[topic:thread-tools.merge]]
53
53
  </a>
54
54
  </li>
55
55
 
56
56
  <li>
57
57
  <a component="topic/tag" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2">
58
- <i class="fa fa-fw text-muted fa-tag"></i> [[topic:thread_tools.tag]]
58
+ <i class="fa fa-fw text-muted fa-tag"></i> [[topic:thread-tools.tag]]
59
59
  </a>
60
60
  </li>
61
61
 
@@ -63,17 +63,17 @@
63
63
 
64
64
  <li>
65
65
  <a component="topic/delete" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2">
66
- <i class="fa fa-fw text-muted fa-trash-o"></i> [[topic:thread_tools.delete]]
66
+ <i class="fa fa-fw text-muted fa-trash-o"></i> [[topic:thread-tools.delete]]
67
67
  </a>
68
68
  </li>
69
69
  <li>
70
70
  <a component="topic/restore" href="#" class="hidden dropdown-item rounded-1">
71
- <i class="fa fa-fw text-muted fa-history"></i> [[topic:thread_tools.restore]]
71
+ <i class="fa fa-fw text-muted fa-history"></i> [[topic:thread-tools.restore]]
72
72
  </a>
73
73
  </li>
74
74
  <li>
75
75
  <a component="topic/purge" href="#" class="hidden dropdown-item rounded-1">
76
- <i class="fa fa-fw text-muted fa-eraser"></i> [[topic:thread_tools.purge]]
76
+ <i class="fa fa-fw text-muted fa-eraser"></i> [[topic:thread-tools.purge]]
77
77
  </a>
78
78
  </li>
79
79
 
@@ -1,7 +1,7 @@
1
1
  {{{ if !rooms.length }}}
2
2
  <li class="text-center p-4 d-flex flex-column">
3
3
  <div class="p-4"><i class="fa-solid fa-wind fs-2 text-muted"></i></div>
4
- <div class="text-xs fw-semibold text-muted">[[modules:chat.no_active]]</div>
4
+ <div class="text-xs fw-semibold text-muted">[[modules:chat.no-active]]</div>
5
5
  </li>
6
6
  {{{ end }}}
7
7
 
@@ -9,7 +9,7 @@
9
9
  {{{ if !roomId }}}
10
10
  <div class="d-flex flex-column align-items-center gap-3 my-auto">
11
11
  <i class="fa-solid fa-wind fs-2 text-muted"></i>
12
- <span class="text-muted text-sm">[[modules:chat.no_active]]</span>
12
+ <span class="text-muted text-sm">[[modules:chat.no-active]]</span>
13
13
  </div>
14
14
  {{{ else }}}
15
15
  <div component="chat/header" class="d-flex align-items-center px-md-3 gap-3">
@@ -20,7 +20,7 @@
20
20
  <span class="visible-md-inline visible-lg-inline">{selectedCategory.name}</span>
21
21
  </span>
22
22
  {{{ else }}}
23
- <span class="visible-md-inline visible-lg-inline">[[unread:all_categories]]</span>
23
+ <span class="visible-md-inline visible-lg-inline">[[unread:all-categories]]</span>
24
24
  {{{ end }}}
25
25
  <span class="caret"></span>
26
26
  </button>
@@ -3,7 +3,7 @@
3
3
  <div class="row">
4
4
  <div class="col-12 col-lg-6">
5
5
  <div class="mb-3">
6
- <label class="form-label" for="name">[[groups:details.group_name]]</label>
6
+ <label class="form-label" for="name">[[groups:details.group-name]]</label>
7
7
  <input {{{ if group.system }}}readonly{{{ end }}} class="form-control" name="name" id="name" type="text" value="{group.displayName}" />
8
8
  </div>
9
9
  <div class="mb-3">
@@ -16,18 +16,18 @@
16
16
  <input class="form-check-input" name="private" type="checkbox"{{{ if group.private }}} checked{{{ end }}}>
17
17
  {{{ if !allowPrivateGroups }}}
18
18
  <p class="form-text">
19
- [[groups:details.private_system_help]]
19
+ [[groups:details.private-system-help]]
20
20
  </p>
21
21
  {{{ end }}}
22
22
  <p class="form-text text-xs m-0">
23
- [[groups:details.private_help]]
23
+ [[groups:details.private-help]]
24
24
  </p>
25
25
  </div>
26
26
  <div class="form-check">
27
27
  <label class="form-check-label">[[groups:details.hidden]]</label>
28
28
  <input class="form-check-input" name="hidden" type="checkbox"{{{ if group.hidden }}} checked{{{ end }}}>
29
29
  <p class="form-text text-xs m-0">
30
- [[groups:details.hidden_help]]
30
+ [[groups:details.hidden-help]]
31
31
  </p>
32
32
  </div>
33
33
 
@@ -51,10 +51,10 @@
51
51
 
52
52
 
53
53
  <div class="mb-2">
54
- <label class="form-label text-xs text-muted" for="userTitle">[[groups:details.badge_text]]</label>
54
+ <label class="form-label text-xs text-muted" for="userTitle">[[groups:details.badge-text]]</label>
55
55
  <div class="d-flex gap-1">
56
56
  <input component="groups/userTitleOption" class="form-control" name="userTitle" id="userTitle" type="text" maxlength="40" value="{group.userTitleEscaped}"{{{ if !group.userTitleEnabled }}} disabled{{{ end }}} />
57
- <button component="groups/userTitleOption" type="button" class="btn btn-outline-secondary text-nowrap" data-action="icon-select"{{{ if !group.userTitleEnabled }}} disabled{{{ end }}}>[[groups:details.change_icon]]</button>
57
+ <button component="groups/userTitleOption" type="button" class="btn btn-outline-secondary text-nowrap" data-action="icon-select"{{{ if !group.userTitleEnabled }}} disabled{{{ end }}}>[[groups:details.change-icon]]</button>
58
58
  <input type="hidden" name="icon" value="{{{ if group.icon }}}{group.icon}{{{ end }}}" />
59
59
  <div id="icons" class="hidden">
60
60
  <div class="icon-container">
@@ -66,11 +66,11 @@
66
66
  </div>
67
67
  </div>
68
68
  <div class="mb-2">
69
- <label class="form-label text-xs text-muted" for="labelColor" class="badge-color-label">[[groups:details.change_label_colour]]</label>
69
+ <label class="form-label text-xs text-muted" for="labelColor" class="badge-color-label">[[groups:details.change-label-colour]]</label>
70
70
  <input class="form-control" component="groups/userTitleOption" type="color" name="labelColor" value="{{{ if group.labelColor }}}{group.labelColor}{{{ end }}}" />
71
71
  </div>
72
72
  <div class="mb-2">
73
- <label class="form-label text-xs text-muted" for="color" class="badge-color-label">[[groups:details.change_text_colour]]</label>
73
+ <label class="form-label text-xs text-muted" for="color" class="badge-color-label">[[groups:details.change-text-colour]]</label>
74
74
  <input class="form-control" component="groups/userTitleOption" type="color" name="textColor" value="{{{ if group.textColor }}}{group.textColor}{{{ end }}}" />
75
75
  </div>
76
76
  </div>
@@ -88,7 +88,7 @@
88
88
  </div>
89
89
  </div>
90
90
 
91
- <button class="btn btn-link text-danger float-end" type="button" data-action="delete">[[groups:details.delete_group]]</button>
92
- <button class="btn btn-primary" type="button" data-action="update">[[global:save_changes]]</button>
91
+ <button class="btn btn-link text-danger float-end" type="button" data-action="delete">[[groups:details.delete-group]]</button>
92
+ <button class="btn btn-primary" type="button" data-action="update">[[global:save-changes]]</button>
93
93
  </form>
94
94
  </div>
@@ -1,7 +1,7 @@
1
1
  {{{ if group.pending.length }}}
2
2
  <div class="d-flex justify-content-end gap-2 mb-3">
3
- <button class="btn btn-danger btn-sm" data-action="rejectAll">[[groups:pending.reject_all]]</button>
4
- <button class="btn btn-success btn-sm" data-action="acceptAll">[[groups:pending.accept_all]]</button>
3
+ <button class="btn btn-danger btn-sm" data-action="rejectAll">[[groups:pending.reject-all]]</button>
4
+ <button class="btn btn-success btn-sm" data-action="acceptAll">[[groups:pending.accept-all]]</button>
5
5
 
6
6
  </div>
7
7
  {{{ end }}}
@@ -3,76 +3,79 @@
3
3
  <!-- IMPORT partials/topic/navigator-mobile.tpl -->
4
4
 
5
5
  <div class="bottombar-nav p-2 text-dark bg-light d-flex justify-content-between align-items-center w-100">
6
- <div class="">
7
- <a href="#" role="button" class="nav-link nav-btn d-flex justify-content-between align-items-center position-relative" data-bs-toggle="dropdown">
8
- <span class="position-relative">
9
- <i class="fa fa-fw fa-lg fa-bars"></i>
10
- <span component="unread/count" data-unread-url="{unreadCount.unreadUrl}" class="position-absolute top-0 start-100 translate-middle badge rounded-1 bg-primary {{{ if !unreadCount.mobileUnread }}}hidden{{{ end }}}">{unreadCount.mobileUnread}</span>
11
- </span>
12
- </a>
13
- <ul class="navigation-dropdown dropdown-menu">
14
- {{{ each navigation }}}
15
- {{{ if displayMenuItem(@root, @index) }}}
16
- <li class="nav-item {./class}{{{ if ./dropdown }}} dropend{{{ end }}}" title="{./title}">
17
- <a class="nav-link nav-btn navigation-link px-3 py-2 {{{ if ./dropdown }}}dropdown-toggle{{{ end }}}"
18
- {{{ if ./dropdown }}} href="#" role="button" data-bs-toggle="collapse" data-bs-target="#collapse-target-{@index}" onclick="event.stopPropagation();" {{{ else }}} href="{./route}"{{{ end }}} {{{ if ./id }}}id="{./id}"{{{ end }}}{{{ if ./targetBlank }}} target="_blank"{{{ end }}}>
19
- <span class="d-inline-flex justify-content-between align-items-center w-100">
20
- <span class="text-nowrap">
21
- {{{ if ./iconClass }}}
22
- <i class="fa fa-fw {./iconClass}" data-content="{./content}"></i>
23
- {{{ end }}}
24
- {{{ if ./text }}}
25
- <span class="nav-text px-2 fw-semibold">{./text}</span>
26
- {{{ end }}}
6
+ <div class="bottombar-nav-left d-flex gap-3 align-items-center">
7
+ <div>
8
+ <a href="#" role="button" class="nav-link nav-btn d-flex justify-content-between align-items-center position-relative" data-bs-toggle="dropdown">
9
+ <span class="position-relative">
10
+ <i class="fa fa-fw fa-lg fa-bars"></i>
11
+ <span component="unread/count" data-unread-url="{unreadCount.unreadUrl}" class="position-absolute top-0 start-100 translate-middle badge rounded-1 bg-primary {{{ if !unreadCount.mobileUnread }}}hidden{{{ end }}}">{unreadCount.mobileUnread}</span>
12
+ </span>
13
+ </a>
14
+ <ul class="navigation-dropdown dropdown-menu">
15
+ {{{ each navigation }}}
16
+ {{{ if displayMenuItem(@root, @index) }}}
17
+ <li class="nav-item {./class}{{{ if ./dropdown }}} dropend{{{ end }}}" title="{./title}">
18
+ <a class="nav-link nav-btn navigation-link px-3 py-2 {{{ if ./dropdown }}}dropdown-toggle{{{ end }}}"
19
+ {{{ if ./dropdown }}} href="#" role="button" data-bs-toggle="collapse" data-bs-target="#collapse-target-{@index}" onclick="event.stopPropagation();" {{{ else }}} href="{./route}"{{{ end }}} {{{ if ./id }}}id="{./id}"{{{ end }}}{{{ if ./targetBlank }}} target="_blank"{{{ end }}}>
20
+ <span class="d-inline-flex justify-content-between align-items-center w-100">
21
+ <span class="text-nowrap">
22
+ {{{ if ./iconClass }}}
23
+ <i class="fa fa-fw {./iconClass}" data-content="{./content}"></i>
24
+ {{{ end }}}
25
+ {{{ if ./text }}}
26
+ <span class="nav-text px-2 fw-semibold">{./text}</span>
27
+ {{{ end }}}
28
+ </span>
29
+ <span component="navigation/count" class="badge rounded-1 bg-primary {{{ if !./content }}}hidden{{{ end }}}">{./content}</span>
27
30
  </span>
28
- <span component="navigation/count" class="badge rounded-1 bg-primary {{{ if !./content }}}hidden{{{ end }}}">{./content}</span>
29
- </span>
30
- </a>
31
- {{{ if ./dropdown }}}
32
- <div class="ps-3">
33
- <ul id="collapse-target-{@index}" class="collapse list-unstyled ps-3">
34
- {./dropdownContent}
35
- </ul>
36
- </div>
31
+ </a>
32
+ {{{ if ./dropdown }}}
33
+ <div class="ps-3">
34
+ <ul id="collapse-target-{@index}" class="collapse list-unstyled ps-3">
35
+ {./dropdownContent}
36
+ </ul>
37
+ </div>
38
+ {{{ end }}}
39
+ </li>
37
40
  {{{ end }}}
38
- </li>
39
- {{{ end }}}
40
- {{{ end }}}
41
- </ul>
41
+ {{{ end }}}
42
+ </ul>
43
+ </div>
42
44
  </div>
45
+ <div class="bottombar-nav-right d-flex gap-3 align-items-center">
46
+ <div>
47
+ {{{ if config.loggedIn }}}
48
+ <ul id="logged-in-menu" class="list-unstyled d-flex align-items-center w-100 gap-3 mb-0">
49
+ {{{ if config.searchEnabled }}}
50
+ <li component="sidebar/search" class="nav-item m-0 search">
51
+ <!-- IMPORT partials/sidebar/search-mobile.tpl -->
52
+ </li>
53
+ {{{ end }}}
43
54
 
44
- <div class="">
45
- {{{ if config.loggedIn }}}
46
- <ul id="logged-in-menu" class="list-unstyled d-flex align-items-center w-100 gap-3 mb-0">
47
- {{{ if config.searchEnabled }}}
48
- <li component="sidebar/search" class="nav-item m-0 search">
49
- <!-- IMPORT partials/sidebar/search-mobile.tpl -->
50
- </li>
51
- {{{ end }}}
52
-
53
- <li component="notifications" class="nav-item m-0 notifications">
54
- <!-- IMPORT partials/sidebar/notifications.tpl -->
55
- </li>
55
+ <li component="notifications" class="nav-item m-0 notifications">
56
+ <!-- IMPORT partials/sidebar/notifications.tpl -->
57
+ </li>
56
58
 
57
- {{{ if canChat }}}
58
- <li class="nav-item m-0 chats">
59
- <!-- IMPORT partials/sidebar/chats.tpl -->
60
- </li>
61
- {{{ end }}}
59
+ {{{ if canChat }}}
60
+ <li class="nav-item m-0 chats">
61
+ <!-- IMPORT partials/sidebar/chats.tpl -->
62
+ </li>
63
+ {{{ end }}}
62
64
 
63
- <li component="sidebar/drafts" class="hidden nav-item m-0 drafts">
64
- <!-- IMPORT partials/sidebar/drafts.tpl -->
65
- </li>
65
+ <li component="sidebar/drafts" class="hidden nav-item m-0 drafts">
66
+ <!-- IMPORT partials/sidebar/drafts.tpl -->
67
+ </li>
66
68
 
67
- <li id="user_label" class="nav-item m-0 py-2 usermenu">
68
- <!-- IMPORT partials/sidebar/user-menu.tpl -->
69
- </li>
70
- </ul>
71
- {{{ else }}}
72
- <ul id="logged-out-menu" class="list-unstyled d-flex w-100 gap-3 mb-0 logged-out-menu">
73
- <!-- IMPORT partials/sidebar/logged-out-menu.tpl -->
74
- </ul>
75
- {{{ end }}}
69
+ <li id="user_label" class="nav-item m-0 py-2 usermenu">
70
+ <!-- IMPORT partials/sidebar/user-menu.tpl -->
71
+ </li>
72
+ </ul>
73
+ {{{ else }}}
74
+ <ul id="logged-out-menu" class="list-unstyled d-flex w-100 gap-3 mb-0 logged-out-menu">
75
+ <!-- IMPORT partials/sidebar/logged-out-menu.tpl -->
76
+ </ul>
77
+ {{{ end }}}
78
+ </div>
76
79
  </div>
77
80
  </div>
78
81
  </div>
@@ -1,7 +1,7 @@
1
1
  {{{ if !notifications.length }}}
2
2
  <div class="no-notifs text-center p-4 d-flex flex-column">
3
3
  <div class="p-4"><i class="fa-solid fa-wind fs-2 text-muted"></i></div>
4
- <div class="text-xs fw-semibold text-muted">[[notifications:no_notifs]]</div>
4
+ <div class="text-xs fw-semibold text-muted">[[notifications:no-notifs]]</div>
5
5
  </div>
6
6
  {{{ end }}}
7
7
 
@@ -5,7 +5,7 @@
5
5
  {{{ if loggedIn }}}
6
6
  <button component="topic/mark-unread" class="btn-ghost-sm d-flex gap-2 align-items-center">
7
7
  <i class="fa fa-fw fa-inbox text-primary"></i>
8
- <span class="d-none d-md-inline fw-semibold">[[topic:mark_unread]]</span>
8
+ <span class="d-none d-md-inline fw-semibold">[[topic:mark-unread]]</span>
9
9
  </button>
10
10
  {{{ end }}}
11
11
 
@@ -1,5 +1,5 @@
1
1
  {{{ if matchCount }}}
2
- <div class="card card-header text-xs px-2 py-1 fw-semibold border-0 align-self-start">[[search:results_matching, {matchCount}, {search_query}, {time}]] </div>
2
+ <div class="card card-header text-xs px-2 py-1 fw-semibold border-0 align-self-start">[[search:results-matching, {matchCount}, {search_query}, {time}]] </div>
3
3
  {{{ else }}}
4
4
  {{{ if search_query }}}
5
5
  <div class="badge text-bg-warning align-self-start">[[search:no-matches]]</div>