mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 13:25:20 +00:00
refac
This commit is contained in:
parent
539e95a206
commit
1815cfe99d
1 changed files with 4 additions and 0 deletions
|
|
@ -137,6 +137,8 @@
|
||||||
id="chat-controls-button"
|
id="chat-controls-button"
|
||||||
on:click={async () => {
|
on:click={async () => {
|
||||||
await showControls.set(true);
|
await showControls.set(true);
|
||||||
|
await showOverview.set(false);
|
||||||
|
await showArtifacts.set(false);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<AdjustmentsHorizontal className=" size-4" strokeWidth="0.5" />
|
<AdjustmentsHorizontal className=" size-4" strokeWidth="0.5" />
|
||||||
|
|
@ -150,6 +152,7 @@
|
||||||
on:click={async () => {
|
on:click={async () => {
|
||||||
await showControls.set(true);
|
await showControls.set(true);
|
||||||
await showOverview.set(true);
|
await showOverview.set(true);
|
||||||
|
await showArtifacts.set(false);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Map className=" size-4" strokeWidth="1.5" />
|
<Map className=" size-4" strokeWidth="1.5" />
|
||||||
|
|
@ -162,6 +165,7 @@
|
||||||
on:click={async () => {
|
on:click={async () => {
|
||||||
await showControls.set(true);
|
await showControls.set(true);
|
||||||
await showArtifacts.set(true);
|
await showArtifacts.set(true);
|
||||||
|
await showOverview.set(false);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Cube className=" size-4" strokeWidth="1.5" />
|
<Cube className=" size-4" strokeWidth="1.5" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue