MkSpacer for chat room

This commit is contained in:
ThatOneCalculator 2022-11-09 13:21:13 -08:00
parent f50a22625f
commit 4c2e67b2dd
2 changed files with 38 additions and 37 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "12.119.0-calc.10.1",
"version": "12.119.0-calc.10.2",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -6,6 +6,7 @@
@drop.prevent.stop="onDrop"
>
<div class="_content mk-messaging-room">
<MkSpacer :content-max="800">
<div class="body">
<MkPagination v-if="pagination" ref="pagingComponent" :key="userAcct || groupId" :pagination="pagination">
<template #empty>
@ -14,7 +15,6 @@
<div>{{ i18n.ts.noMessagesYet }}</div>
</div>
</template>
<template #default="{ items: messages, fetching: pFetching }">
<XList
v-if="messages.length > 0"
@ -45,6 +45,7 @@
</transition>
<XForm v-if="!fetching" ref="formEl" :user="user" :group="group" class="form"/>
</footer>
</MkSpacer>
</div>
</div>
</template>