mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
refac
This commit is contained in:
parent
1fc40ad5ee
commit
04f37ca279
1 changed files with 9 additions and 0 deletions
|
|
@ -493,6 +493,15 @@
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<button
|
||||||
|
id="sidebar-new-chat-button"
|
||||||
|
class="hidden"
|
||||||
|
on:click={() => {
|
||||||
|
goto('/');
|
||||||
|
newChatHandler();
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
|
||||||
{#if !$mobile && !$showSidebar}
|
{#if !$mobile && !$showSidebar}
|
||||||
<div
|
<div
|
||||||
class=" py-2 px-1.5 flex flex-col justify-between text-black dark:text-white h-full border-e border-gray-50 dark:border-gray-850 z-10"
|
class=" py-2 px-1.5 flex flex-col justify-between text-black dark:text-white h-full border-e border-gray-50 dark:border-gray-850 z-10"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue