mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user