nodebb-theme-persona 13.2.15 → 13.2.16
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
package/templates/chat.tpl
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="modal-dialog">
|
|
3
3
|
<div class="modal-content">
|
|
4
4
|
<div class="modal-header d-flex">
|
|
5
|
-
<div class="fs-
|
|
5
|
+
<div class="fs-6 flex-grow-1" component="chat/room/name" data-icon="{icon}">{{{ if ./roomName }}}<i class="fa {icon} text-muted"></i> {roomName}{{{ else }}}{./chatWithMessage}{{{ end}}}</div>
|
|
6
6
|
<button type="button" class="btn btn-link d-none d-md-block p-2 text-muted align-text-top" data-action="maximize">
|
|
7
7
|
<span aria-hidden="true"><i class="fa fa-fw fa-expand"></i></span>
|
|
8
8
|
<span class="sr-only">[[modules:chat.maximize]]</span>
|
package/templates/chats.tpl
CHANGED
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
</ul>
|
|
45
45
|
</div>
|
|
46
46
|
</div>
|
|
47
|
-
<div component="chat/main-wrapper" class="flex-grow-1 ms-md-2 ps-md-2 border-1 border-start-md h-100" style="min-width: 0;">
|
|
47
|
+
<div component="chat/main-wrapper" class="flex-grow-1 ms-md-2 ps-md-2 border-1 border-start-md h-100" style="min-width: 0;" data-roomid="{roomId}">
|
|
48
48
|
<!-- IMPORT partials/chats/message-window.tpl -->
|
|
49
49
|
</div>
|
|
50
50
|
<div class="imagedrop"><div>[[topic:composer.drag_and_drop_images]]</div></div>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
{{{ else }}}
|
|
8
8
|
<div component="chat/header" class="d-flex align-items-center px-md-3 gap-3">
|
|
9
9
|
<a href="#" data-action="close" role="button" class="flex-shrink-0 d-flex d-md-none btn btn-outline align-text-top"><i class="fa fa-chevron-left"></i></a>
|
|
10
|
-
<h5 class="members flex-grow-1 fw-semibold tracking-tight mb-0 text-truncate text-nowrap">
|
|
10
|
+
<h5 component="chat/header/title" class="members flex-grow-1 fw-semibold tracking-tight mb-0 text-truncate text-nowrap">
|
|
11
11
|
{{{ if ./roomName }}}<i class="fa {icon} text-muted"></i> {roomName}{{{ else }}}{./chatWithMessage}{{{ end}}}
|
|
12
12
|
</h5>
|
|
13
13
|
|