You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(spec): regenerate ui reference docs for userActions.refresh
`content/docs/references/ui/{view,page}.mdx` are generated from the spec
(gen:schema + gen:docs). Adding `userActions.refresh` made them drift; this
regenerates them so `check:docs` passes.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01C7Z2cbcb14wb99upTD6LNw
@@ -584,6 +584,7 @@ User action toggles for the view toolbar
584
584
|**sort**|`boolean`| ✅ | Allow users to sort records |
585
585
|**search**|`boolean`| ✅ | Allow users to search records |
586
586
|**filter**|`boolean`| ✅ | Allow users to filter records |
587
+
|**refresh**|`boolean`| ✅ | Allow users to reload the view data from the backend without a full page reload |
587
588
|**rowHeight**|`boolean`| ✅ | Allow users to toggle row height/density |
588
589
|**addRecordForm**|`boolean`| ✅ | Add records through a form instead of inline |
589
590
|**editInline**|`boolean`| ✅ | Allow users to edit records inline — click a cell to edit it with the field's type-aware widget (the same control the form uses). Off by default: the list is read-only unless the author opts in. |
0 commit comments