This commit is contained in:
Timothy J. Baek
2024-06-06 23:29:08 -07:00
parent 5196b65c2e
commit 4f19a92dc5
4 changed files with 295 additions and 62 deletions

View File

@@ -19,7 +19,8 @@
WEBUI_NAME,
banners,
user,
socket
socket,
showCallOverlay
} from '$lib/stores';
import {
convertMessagesToHistory,
@@ -57,6 +58,7 @@
import Banner from '../common/Banner.svelte';
import { getUserSettings } from '$lib/apis/users';
import { chatCompleted } from '$lib/apis';
import CallOverlay from './MessageInput/CallOverlay.svelte';
const i18n: Writable<i18nType> = getContext('i18n');
@@ -1193,6 +1195,8 @@
</title>
</svelte:head>
<CallOverlay />
{#if !chatIdProp || (loaded && chatIdProp)}
<div
class="h-screen max-h-[100dvh] {$showSidebar