fix(tui): flash tabs on prompt admission (#39702)
This commit is contained in:
parent
d6371f2fcd
commit
49081a4e24
6 changed files with 197 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ const FIXTURE_TABS = [
|
|||
{ sessionID: "fixture-12", title: "Prepare review" },
|
||||
]
|
||||
|
||||
const EMPTY_STATUS: FixtureStatus = { unread: undefined, attention: false, busy: false }
|
||||
const EMPTY_STATUS: FixtureStatus = { unread: undefined, promptPulse: 0, attention: false, busy: false }
|
||||
const RUN_DURATION = 1_800
|
||||
const RESUME_DURATION = 900
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue