mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 15:00:24 +00:00
wip(desktop): progress
This commit is contained in:
parent
e694d4d880
commit
f20d6e8555
2 changed files with 15 additions and 1 deletions
|
|
@ -489,6 +489,9 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
|
|||
<Show when={!i.cost || i.cost?.input === 0}>
|
||||
<Tag>Free</Tag>
|
||||
</Show>
|
||||
<Show when={i.latest}>
|
||||
<Tag>Latest</Tag>
|
||||
</Show>
|
||||
</div>
|
||||
)}
|
||||
</SelectDialog>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue