mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 06:50:26 +00:00
wip(desktop): progress
This commit is contained in:
parent
804ad5897f
commit
91d743ef9a
10 changed files with 163 additions and 102 deletions
|
|
@ -483,6 +483,11 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
|
|||
<Icon name="chevron-down" size="small" />
|
||||
</Button>
|
||||
}
|
||||
actions={
|
||||
<Button class="h-7 -my-1 text-14-medium" icon="plus-small" tabIndex={-1}>
|
||||
Connect provider
|
||||
</Button>
|
||||
}
|
||||
>
|
||||
{(i) => (
|
||||
<div class="w-full flex items-center gap-x-2.5">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue