summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/src/components
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-12-10 12:48:08 -0600
committerAdam <[email protected]>2025-12-10 15:17:03 -0600
commit91d743ef9a5c346fe17bb857db68dca92a6e9ba1 (patch)
treeeae37157434a8024df90ad55f08d51abc3390207 /packages/desktop/src/components
parent804ad5897f17cd5f002fbd0c124d5301205efcfb (diff)
downloadopencode-91d743ef9a5c346fe17bb857db68dca92a6e9ba1.tar.gz
opencode-91d743ef9a5c346fe17bb857db68dca92a6e9ba1.zip
wip(desktop): progress
Diffstat (limited to 'packages/desktop/src/components')
-rw-r--r--packages/desktop/src/components/prompt-input.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/desktop/src/components/prompt-input.tsx b/packages/desktop/src/components/prompt-input.tsx
index 8579647da..97d27ee1e 100644
--- a/packages/desktop/src/components/prompt-input.tsx
+++ b/packages/desktop/src/components/prompt-input.tsx
@@ -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">