refac: remove redundant overlay with temp chat

This commit is contained in:
Timothy Jaeryang Baek 2025-06-16 11:57:56 +04:00
parent 3b0da53457
commit 5ab95cbc3a

View File

@ -647,11 +647,7 @@
</div> </div>
{/if} {/if}
<div <div class="relative flex flex-col flex-1 overflow-y-auto overflow-x-hidden">
class="relative flex flex-col flex-1 overflow-y-auto overflow-x-hidden {$temporaryChatEnabled
? 'opacity-20'
: ''}"
>
{#if ($models ?? []).length > 0 && ($settings?.pinnedModels ?? []).length > 0} {#if ($models ?? []).length > 0 && ($settings?.pinnedModels ?? []).length > 0}
<div class="mt-0.5"> <div class="mt-0.5">
{#each $settings.pinnedModels as modelId (modelId)} {#each $settings.pinnedModels as modelId (modelId)}
@ -775,10 +771,6 @@
} }
}} }}
> >
{#if $temporaryChatEnabled}
<div class="absolute z-40 w-full h-full flex justify-center"></div>
{/if}
{#if $pinnedChats.length > 0} {#if $pinnedChats.length > 0}
<div class="flex flex-col space-y-1 rounded-xl"> <div class="flex flex-col space-y-1 rounded-xl">
<Folder <Folder