mirror of
https://github.com/open-webui/open-webui
synced 2025-02-17 18:46:57 +00:00
refac
This commit is contained in:
parent
539e95a206
commit
1815cfe99d
@ -137,6 +137,8 @@
|
||||
id="chat-controls-button"
|
||||
on:click={async () => {
|
||||
await showControls.set(true);
|
||||
await showOverview.set(false);
|
||||
await showArtifacts.set(false);
|
||||
}}
|
||||
>
|
||||
<AdjustmentsHorizontal className=" size-4" strokeWidth="0.5" />
|
||||
@ -150,6 +152,7 @@
|
||||
on:click={async () => {
|
||||
await showControls.set(true);
|
||||
await showOverview.set(true);
|
||||
await showArtifacts.set(false);
|
||||
}}
|
||||
>
|
||||
<Map className=" size-4" strokeWidth="1.5" />
|
||||
@ -162,6 +165,7 @@
|
||||
on:click={async () => {
|
||||
await showControls.set(true);
|
||||
await showArtifacts.set(true);
|
||||
await showOverview.set(false);
|
||||
}}
|
||||
>
|
||||
<Cube className=" size-4" strokeWidth="1.5" />
|
||||
|
Loading…
Reference in New Issue
Block a user