refactor(tui): compose tab pulse layers

This commit is contained in:
Kit Langton 2026-08-01 18:12:52 +00:00 committed by OpenCode Agent
commit ced6747737
3 changed files with 321 additions and 318 deletions

View file

@ -20,10 +20,12 @@ test("a prompt pulse restarts the neutral edge flash while the tab remains busy"
() => (
<box width={8} height={1} backgroundColor={background}>
<TabPulse
active={true}
promptPulse={promptPulse()}
color={background}
flashColor={flash}
layer={{
active: true,
promptPulse: promptPulse(),
color: background,
flashColor: flash,
}}
backgroundColor={background}
/>
</box>