mirror of
https://github.com/open-webui/desktop
synced 2025-06-26 18:15:59 +00:00
refac
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<title>Open WebUI</title>
|
<title>Open WebUI</title>
|
||||||
|
<link rel="preload" href="/assets/fonts/InstrumentSerif-Regular.ttf" as="font" crossorigin="anonymous" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|||||||
@@ -76,6 +76,20 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{:else}
|
||||||
|
<div class="flex flex-row w-full h-full relative dark:text-gray-100">
|
||||||
|
<div class="absolute top-0 left-0 w-full h-7 bg-transparent draggable"></div>
|
||||||
|
|
||||||
|
<div class="flex-1 w-full flex justify-center relative">
|
||||||
|
<div class="m-auto">
|
||||||
|
<div class="flex flex-col gap-3">
|
||||||
|
<Spinner className="size-5" />
|
||||||
|
|
||||||
|
<div class=" font-secondary">Launching Open WebUI...</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Reference in New Issue
Block a user