Commit facc738
feat(ui): the deploy panel's run verbs carry the arm-driving bolt
The coaching work replaced the panel's Start/Stop pair with RunVerbs, whose
three verbs all start an inference session. Their `variant` is the
armed-state channel and their `title` carries the blocked reason, so they
cannot take RobotActionButton; the shared affordance rides on the icon
alone: the Play glyph inside each label becomes the bolt from
lib/robotActions.ts. Variants, title, aria-disabled and the ring are
untouched, and RunVerbs.test.tsx asserts nothing about the icon.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>1 parent daaf9a8 commit facc738
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
346 | 350 | | |
347 | 351 | | |
348 | 352 | | |
| |||
0 commit comments