nodebb-theme-harmony 2.0.39 → 2.0.41
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
CHANGED
|
@@ -74,6 +74,16 @@
|
|
|
74
74
|
</a>
|
|
75
75
|
{{{ end }}}
|
|
76
76
|
|
|
77
|
+
{{{ if remoteUrl }}}
|
|
78
|
+
<hr class="w-100 my-2"/>
|
|
79
|
+
|
|
80
|
+
<a href="{remoteUrl}" target="_self" component="account/view-remote" class="btn btn-ghost btn-sm ff-secondary d-flex align-items-center gap-2 text-start">
|
|
81
|
+
<i class="flex-shrink-0 fa-solid fa-globe"></i>
|
|
82
|
+
<div class="flex-grow-1 text-nowrap">[[user:view-remote]]</div>
|
|
83
|
+
</a>
|
|
84
|
+
{{{ end }}}
|
|
85
|
+
|
|
86
|
+
|
|
77
87
|
{{{ if (loggedIn && (!isSelf && !banned)) }}}
|
|
78
88
|
<hr class="w-100 my-2"/>
|
|
79
89
|
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
{{{ end }}}
|
|
30
30
|
<div data-save-id="{./save_id}">
|
|
31
31
|
<div class="d-flex gap-1 justify-content-between ff-base">
|
|
32
|
-
<
|
|
32
|
+
<a href="#" class="d-flex flex-column flex-grow-1 gap-2 justify-content-start align-items-start btn btn-ghost btn-sm ff-sans text-start" component="drafts/open" data-save-id="{./save_id}" role="menuitem">
|
|
33
33
|
{{{ if (./action == "topics.post") }}}
|
|
34
34
|
{{{ if ./title}}}
|
|
35
35
|
<div class="text text-xs fw-semibold line-clamp-2 text-break">{./title}</div>
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
<div class="text text-sm line-clamp-3 text-break">{./text}</div>
|
|
49
49
|
{{{ end }}}
|
|
50
50
|
<div class="timeago text-xs text-muted" title="{./timestampISO}"></div>
|
|
51
|
-
</
|
|
51
|
+
</a>
|
|
52
52
|
<div>
|
|
53
53
|
<button component="drafts/delete" data-save-id="{./save_id}" class="btn btn-light btn-sm">
|
|
54
54
|
<i class="unread fa fa-xs fa-trash text-secondary"></i>
|