chore: generate
This commit is contained in:
parent
a150424c16
commit
84f94e6143
@ -157,13 +157,7 @@ function StickyScrollFixture(props: { separated: boolean; scroll: (scroll: Scrol
|
|||||||
|
|
||||||
function FailedPendingToolFixture() {
|
function FailedPendingToolFixture() {
|
||||||
return (
|
return (
|
||||||
<InlineToolRow
|
<InlineToolRow icon="%" complete={false} pending="Preparing patch..." failed={true} failure="Patch failed">
|
||||||
icon="%"
|
|
||||||
complete={false}
|
|
||||||
pending="Preparing patch..."
|
|
||||||
failed={true}
|
|
||||||
failure="Patch failed"
|
|
||||||
>
|
|
||||||
Patch
|
Patch
|
||||||
</InlineToolRow>
|
</InlineToolRow>
|
||||||
)
|
)
|
||||||
@ -171,13 +165,7 @@ function FailedPendingToolFixture() {
|
|||||||
|
|
||||||
function FailedCompleteToolFixture() {
|
function FailedCompleteToolFixture() {
|
||||||
return (
|
return (
|
||||||
<InlineToolRow
|
<InlineToolRow icon="→" complete={true} pending="Reading file..." failed={true} failure="Read failed">
|
||||||
icon="→"
|
|
||||||
complete={true}
|
|
||||||
pending="Reading file..."
|
|
||||||
failed={true}
|
|
||||||
failure="Read failed"
|
|
||||||
>
|
|
||||||
Read src/index.ts
|
Read src/index.ts
|
||||||
</InlineToolRow>
|
</InlineToolRow>
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user