mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 01:58:31 +00:00
chore: generate
This commit is contained in:
parent
a150424c16
commit
84f94e6143
1 changed files with 2 additions and 14 deletions
|
|
@ -157,13 +157,7 @@ function StickyScrollFixture(props: { separated: boolean; scroll: (scroll: Scrol
|
|||
|
||||
function FailedPendingToolFixture() {
|
||||
return (
|
||||
<InlineToolRow
|
||||
icon="%"
|
||||
complete={false}
|
||||
pending="Preparing patch..."
|
||||
failed={true}
|
||||
failure="Patch failed"
|
||||
>
|
||||
<InlineToolRow icon="%" complete={false} pending="Preparing patch..." failed={true} failure="Patch failed">
|
||||
Patch
|
||||
</InlineToolRow>
|
||||
)
|
||||
|
|
@ -171,13 +165,7 @@ function FailedPendingToolFixture() {
|
|||
|
||||
function FailedCompleteToolFixture() {
|
||||
return (
|
||||
<InlineToolRow
|
||||
icon="→"
|
||||
complete={true}
|
||||
pending="Reading file..."
|
||||
failed={true}
|
||||
failure="Read failed"
|
||||
>
|
||||
<InlineToolRow icon="→" complete={true} pending="Reading file..." failed={true} failure="Read failed">
|
||||
Read src/index.ts
|
||||
</InlineToolRow>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue