diff options
| author | Adam <[email protected]> | 2025-12-10 17:30:53 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-10 17:31:13 -0600 |
| commit | 56540f83125d8ec3fd6f26ac7edca7471c2aca3f (patch) | |
| tree | 1514a2ffcabb259863c2396cdc227ae3af3b8549 /packages/desktop/src/components | |
| parent | 89d51ad5962543978968164e6e08f73444af4cc0 (diff) | |
| download | opencode-56540f83125d8ec3fd6f26ac7edca7471c2aca3f.tar.gz opencode-56540f83125d8ec3fd6f26ac7edca7471c2aca3f.zip | |
wip(desktop): progress
Diffstat (limited to 'packages/desktop/src/components')
| -rw-r--r-- | packages/desktop/src/components/prompt-input.tsx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/desktop/src/components/prompt-input.tsx b/packages/desktop/src/components/prompt-input.tsx index 0672dfc85..22f2c1642 100644 --- a/packages/desktop/src/components/prompt-input.tsx +++ b/packages/desktop/src/components/prompt-input.tsx @@ -621,6 +621,12 @@ export const PromptInput: Component<PromptInputProps> = (props) => { </div> )} </List> + <Button variant="ghost" class="w-full justify-start"> + <div class="flex items-center gap-2"> + <Icon name="plus-small" /> + <div class="text-text-strong">View all providers</div> + </div> + </Button> </div> </div> </div> |
