feat(desktop): collapsible sidebar
This commit is contained in:
parent
146bae82cb
commit
6ba7c54bab
9 changed files with 156 additions and 50 deletions
|
|
@ -543,6 +543,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
|
|||
disabled={!session.prompt.dirty() && !session.working()}
|
||||
icon={session.working() ? "stop" : "arrow-up"}
|
||||
variant="primary"
|
||||
class="rounded-full"
|
||||
/>
|
||||
</Tooltip>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue