nodebb-theme-persona 12.1.1 → 12.1.2

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 (122) hide show
  1. package/.eslintrc +2 -2
  2. package/README.md +14 -14
  3. package/languages/de/persona.json +3 -3
  4. package/languages/en-US/persona.json +2 -2
  5. package/languages/fr/persona.json +3 -3
  6. package/languages/pl/persona.json +3 -3
  7. package/languages/pt-PT/persona.json +2 -2
  8. package/languages/tr/persona.json +4 -4
  9. package/languages/zh-CN/persona.json +4 -4
  10. package/less/bootstrap-flipped.css +1550 -1550
  11. package/less/categories.less +235 -235
  12. package/less/chats.less +0 -4
  13. package/less/flags.less +42 -42
  14. package/less/footer.less +17 -17
  15. package/less/ip-blacklist.less +6 -6
  16. package/less/keyframes.less +152 -152
  17. package/less/mixins.less +1 -1
  18. package/less/modules/composer-default.less +16 -16
  19. package/less/modules/cookie-consent.less +12 -12
  20. package/less/modules/morph.less +268 -268
  21. package/less/modules/necro-post.less +8 -8
  22. package/less/modules/nprogress.less +80 -80
  23. package/less/noscript.less +82 -82
  24. package/less/notifications.less +37 -37
  25. package/less/outgoing.less +8 -8
  26. package/less/persona.less +47 -47
  27. package/less/post-queue.less +19 -19
  28. package/less/register.less +75 -75
  29. package/less/rtl.less +132 -132
  30. package/less/tags.less +36 -36
  31. package/less/users.less +72 -72
  32. package/package.json +1 -1
  33. package/public/.eslintrc +2 -2
  34. package/public/modules/autohidingnavbar.js +220 -220
  35. package/templates/account/blocks.tpl +34 -34
  36. package/templates/account/categories.tpl +28 -28
  37. package/templates/account/consent.tpl +68 -68
  38. package/templates/account/edit/password.tpl +31 -31
  39. package/templates/account/edit/username.tpl +29 -29
  40. package/templates/account/followers.tpl +16 -16
  41. package/templates/account/following.tpl +16 -16
  42. package/templates/account/groups.tpl +16 -16
  43. package/templates/account/info.tpl +230 -230
  44. package/templates/account/posts.tpl +18 -18
  45. package/templates/account/sessions.tpl +31 -31
  46. package/templates/account/topics.tpl +30 -30
  47. package/templates/account/uploads.tpl +42 -42
  48. package/templates/admin/plugins/persona.tpl +28 -28
  49. package/templates/alert.tpl +15 -15
  50. package/templates/categories.tpl +31 -31
  51. package/templates/category.tpl +62 -62
  52. package/templates/chats.tpl +16 -16
  53. package/templates/flags/list.tpl +71 -71
  54. package/templates/groups/details.tpl +272 -272
  55. package/templates/groups/list.tpl +46 -46
  56. package/templates/groups/members.tpl +8 -8
  57. package/templates/ip-blacklist.tpl +55 -55
  58. package/templates/notifications.tpl +64 -64
  59. package/templates/partials/acceptTos.tpl +8 -8
  60. package/templates/partials/account/category-item.tpl +22 -22
  61. package/templates/partials/buttons/newTopic.tpl +15 -15
  62. package/templates/partials/categories/item.tpl +46 -46
  63. package/templates/partials/categories/lastpost.tpl +26 -26
  64. package/templates/partials/categories/link.tpl +10 -10
  65. package/templates/partials/category/sort.tpl +14 -14
  66. package/templates/partials/category/subcategory.tpl +17 -17
  67. package/templates/partials/category/tags.tpl +4 -4
  68. package/templates/partials/category/tools.tpl +80 -80
  69. package/templates/partials/category/watch.tpl +22 -22
  70. package/templates/partials/category-filter-content.tpl +16 -16
  71. package/templates/partials/category-filter-right.tpl +2 -2
  72. package/templates/partials/category-filter.tpl +2 -2
  73. package/templates/partials/category-selector-right.tpl +2 -2
  74. package/templates/partials/category-selector.tpl +2 -2
  75. package/templates/partials/change_owner_modal.tpl +22 -22
  76. package/templates/partials/chats/messages.tpl +6 -6
  77. package/templates/partials/chats-menu.tpl +40 -40
  78. package/templates/partials/cookie-consent.tpl +4 -4
  79. package/templates/partials/delete_posts_modal.tpl +18 -18
  80. package/templates/partials/fork_thread_modal.tpl +21 -21
  81. package/templates/partials/groups/list.tpl +20 -20
  82. package/templates/partials/groups/memberlist.tpl +39 -39
  83. package/templates/partials/merge_topics_modal.tpl +57 -57
  84. package/templates/partials/modals/flag_modal.tpl +44 -44
  85. package/templates/partials/modals/manage_room.tpl +10 -10
  86. package/templates/partials/modals/manage_room_users.tpl +6 -6
  87. package/templates/partials/modals/post_history.tpl +36 -36
  88. package/templates/partials/modals/rename_room.tpl +3 -3
  89. package/templates/partials/modals/votes_modal.tpl +10 -10
  90. package/templates/partials/move_thread_modal.tpl +16 -16
  91. package/templates/partials/paginator.tpl +44 -44
  92. package/templates/partials/post_bar.tpl +20 -20
  93. package/templates/partials/posts_list.tpl +7 -7
  94. package/templates/partials/quick-search-results.tpl +30 -30
  95. package/templates/partials/slideout-menu.tpl +4 -4
  96. package/templates/partials/tags_list.tpl +4 -4
  97. package/templates/partials/thread_tools.tpl +7 -7
  98. package/templates/partials/topic/badge.tpl +4 -4
  99. package/templates/partials/topic/deleted-message.tpl +10 -10
  100. package/templates/partials/topic/navigation-post.tpl +11 -11
  101. package/templates/partials/topic/necro-post.tpl +2 -2
  102. package/templates/partials/topic/post.tpl +105 -105
  103. package/templates/partials/topic/quickreply.tpl +25 -25
  104. package/templates/partials/topic/reply-button.tpl +26 -26
  105. package/templates/partials/topic/selection-tooltip.tpl +2 -2
  106. package/templates/partials/topic/sort.tpl +9 -9
  107. package/templates/partials/topic/stats.tpl +11 -11
  108. package/templates/partials/topic/tags.tpl +4 -4
  109. package/templates/partials/topic/watch.tpl +20 -20
  110. package/templates/partials/users_list_menu.tpl +10 -10
  111. package/templates/popular.tpl +61 -61
  112. package/templates/recent.tpl +51 -51
  113. package/templates/reset.tpl +23 -23
  114. package/templates/reset_code.tpl +41 -41
  115. package/templates/tag.tpl +35 -35
  116. package/templates/tags.tpl +30 -30
  117. package/templates/top.tpl +61 -61
  118. package/templates/tos.tpl +4 -4
  119. package/templates/unread.tpl +49 -49
  120. package/templates/users.tpl +47 -47
  121. package/theme.json +6 -6
  122. package/templates/account/edit/email.tpl +0 -30
package/.eslintrc CHANGED
@@ -1,3 +1,3 @@
1
- {
2
- "extends": "nodebb/lib"
1
+ {
2
+ "extends": "nodebb/lib"
3
3
  }
package/README.md CHANGED
@@ -1,14 +1,14 @@
1
- Persona theme for NodeBB
2
- ====================
3
-
4
- Persona is the new default theme for NodeBB as of v0.7.1
5
-
6
- ## Addons
7
-
8
- [Recent Cards](https://github.com/psychobunny/nodebb-plugin-recent-cards)
9
-
10
- ## Screenshots
11
-
12
- ![](https://d2gn4xht817m0g.cloudfront.net/p/product_screenshots/images/original/000/570/286/570286-db378dfd28256a8fabacc9129b3638dc678ac393.png?1439315393)
13
-
14
- ![](https://d2gn4xht817m0g.cloudfront.net/p/product_screenshots/images/original/000/570/287/570287-5875c63ce086d361b76d94e5bc7cc88a5fd34b8b.png?1439315419)
1
+ Persona theme for NodeBB
2
+ ====================
3
+
4
+ Persona is the new default theme for NodeBB as of v0.7.1
5
+
6
+ ## Addons
7
+
8
+ [Recent Cards](https://github.com/psychobunny/nodebb-plugin-recent-cards)
9
+
10
+ ## Screenshots
11
+
12
+ ![](https://d2gn4xht817m0g.cloudfront.net/p/product_screenshots/images/original/000/570/286/570286-db378dfd28256a8fabacc9129b3638dc678ac393.png?1439315393)
13
+
14
+ ![](https://d2gn4xht817m0g.cloudfront.net/p/product_screenshots/images/original/000/570/287/570287-5875c63ce086d361b76d94e5bc7cc88a5fd34b8b.png?1439315419)
@@ -1,4 +1,4 @@
1
- {
2
- "mobile-menu-side": "Menüposition der mobilen Seiten umschalten",
3
- "post-quick-reply": "Schnelle Antwort"
1
+ {
2
+ "mobile-menu-side": "Menüposition der mobilen Seiten umschalten",
3
+ "post-quick-reply": "Schnelle Antwort"
4
4
  }
@@ -1,3 +1,3 @@
1
- {
2
- "mobile-menu-side": "Switch which side each mobile menu is on"
1
+ {
2
+ "mobile-menu-side": "Switch which side each mobile menu is on"
3
3
  }
@@ -1,3 +1,3 @@
1
- {
2
- "mobile-menu-side": "Changer la position du menu en version mobiles"
3
- }
1
+ {
2
+ "mobile-menu-side": "Changer la position du menu en version mobiles"
3
+ }
@@ -1,3 +1,3 @@
1
- {
2
- "mobile-menu-side": "Menu mobilne po prawej stronie"
3
- }
1
+ {
2
+ "mobile-menu-side": "Menu mobilne po prawej stronie"
3
+ }
@@ -1,3 +1,3 @@
1
- {
2
- "mobile-menu-side": "Alternar de que lado fica cada menu lateral em telemóvel"
1
+ {
2
+ "mobile-menu-side": "Alternar de que lado fica cada menu lateral em telemóvel"
3
3
  }
@@ -1,4 +1,4 @@
1
- {
2
- "mobile-menu-side": "Mobil menünün bulunduğu tarafı değiştir",
3
- "post-quick-reply": "Hızlı Cevap Gönder"
4
- }
1
+ {
2
+ "mobile-menu-side": "Mobil menünün bulunduğu tarafı değiştir",
3
+ "post-quick-reply": "Hızlı Cevap Gönder"
4
+ }
@@ -1,4 +1,4 @@
1
- {
2
- "mobile-menu-side": "移动端导航菜单切换到另一侧",
3
- "post-quick-reply": "快速回复"
4
- }
1
+ {
2
+ "mobile-menu-side": "移动端导航菜单切换到另一侧",
3
+ "post-quick-reply": "快速回复"
4
+ }