Commit c82c46b
feat(showcase): add the action
showcase_archive_task demonstrates disabled vs visible: where MarkDone's
`visible: '!record.done'` HIDES once done, Archive's
`disabled: 'record.done != true'` stays on screen and greys until the task
is done. Added to the task-detail quick-actions bar (actionNames is an
explicit list — a new action does not appear without being named).
Dogfoods the renderer-side wiring completed in objectui (#1885
follow-through): browser-verified greyed on an in-progress task, clickable
on a done one.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>disabled-predicate specimen (Archive)1 parent 6ba3788 commit c82c46b
2 files changed
Lines changed: 36 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
238 | 269 | | |
239 | 270 | | |
240 | 271 | | |
| |||
245 | 276 | | |
246 | 277 | | |
247 | 278 | | |
| 279 | + | |
248 | 280 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| |||
0 commit comments