Commit a2d3657
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 cd573d0 commit a2d3657
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 | | |
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
357 | 361 | | |
358 | 362 | | |
359 | 363 | | |
| |||
0 commit comments