Commit 81a3d1f
committed
feat(spec): add userActions.refresh toggle to ListView (objectui#2634)
The ListView UserActionsConfig exposed toolbar toggles for sort / search /
filter / rowHeight but had no toggle for a manual data-refresh action, so
consumers had no spec-canonical way to reload a list without a full page
reload (objectui#2634).
Add `refresh: boolean` (default true) alongside the existing toggles.
objectui's ListView reads `userActions.refresh` to gate its toolbar Refresh
button; the liveness note for `userActions` is updated to record the new
live sub-key.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01C7Z2cbcb14wb99upTD6LNw1 parent 3a18b60 commit 81a3d1f
3 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2126 | 2126 | | |
2127 | 2127 | | |
2128 | 2128 | | |
| 2129 | + | |
2129 | 2130 | | |
2130 | 2131 | | |
2131 | 2132 | | |
| |||
2335 | 2336 | | |
2336 | 2337 | | |
2337 | 2338 | | |
| 2339 | + | |
2338 | 2340 | | |
2339 | 2341 | | |
2340 | 2342 | | |
2341 | 2343 | | |
2342 | 2344 | | |
| 2345 | + | |
2343 | 2346 | | |
2344 | 2347 | | |
2345 | 2348 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| 243 | + | |
243 | 244 | | |
244 | 245 | | |
245 | 246 | | |
| |||
0 commit comments