nodebb-theme-harmony 1.0.31 → 1.0.33
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
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
<div class="flex-grow-1 align-self-center">
|
|
5
5
|
<textarea component="chat/input" placeholder="[[modules:chat.placeholder.mobile]]" class="bg-transparent text-body form-control chat-input mousetrap rounded-0 border-0 shadow-none ps-1 py-0" style="min-height: 1.5rem;height:0;max-height:30vh;resize:none;"></textarea>
|
|
6
6
|
</div>
|
|
7
|
-
<div
|
|
8
|
-
|
|
7
|
+
<div class="d-flex gap-1">
|
|
8
|
+
<div component="chat/message/remaining" class="text-xs text-muted me-1 align-self-center">{maximumChatMessageLength}</div>
|
|
9
|
+
<button class="btn-ghost-sm px-2" type="button" data-action="send"><i class="fa fa-fw fa-paper-plane text-primary"></i></button>
|
|
10
|
+
</div>
|
|
9
11
|
</div>
|
|
10
12
|
<form class="hidden" component="chat/upload" method="post" enctype="multipart/form-data">
|
|
11
13
|
<input type="file" name="files[]" multiple class="hidden"/>
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<strong class="text-xs fw-semibold teaser-username">{./teaser.user.username}:</strong>
|
|
34
34
|
{./teaser.content}
|
|
35
35
|
</div>
|
|
36
|
-
<div class="teaser-timestamp text-muted text-xs">{./teaser.timeagoLong}</div>
|
|
36
|
+
<div class="teaser-timestamp text-muted text-xs">{{{ if ./teaser.timeagoLong }}}{./teaser.timeagoLong}{{{ else }}}<span class="timeago" title="{./teaser.timestampISO}"></span>{{{ end }}}</div>
|
|
37
37
|
{{{ end }}}
|
|
38
38
|
</div>
|
|
39
39
|
</div>
|