feat(ext): style adjust; rm rerunDisabled

This commit is contained in:
Simon
2026-03-20 16:36:23 +08:00
parent 0bc47a997d
commit c35f367b39
3 changed files with 42 additions and 40 deletions

View File

@@ -112,7 +112,6 @@ export default function App() {
onSelect={(id) => setView({ name: 'history-detail', sessionId: id })}
onBack={() => setView({ name: 'chat' })}
onRerun={runTask}
rerunDisabled={status === 'running'}
/>
)
}
@@ -123,7 +122,6 @@ export default function App() {
sessionId={view.sessionId}
onBack={() => setView({ name: 'history' })}
onRerun={runTask}
rerunDisabled={status === 'running'}
/>
)
}