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
-[x] Add `visibleWhen` to data fields: `prefixField` (grid only), `_groupBy` (hidden for kanban — uses dedicated type-specific `kanban.groupByField`), `searchableFields`/`filterableFields`/`quickFilters`/`virtualScroll` (grid only)
440
-
-[x] Add `visibleWhen` to appearance fields: `collapseAllByDefault` (only when `groupBy` is set), `fieldTextColor`/`showDescription`/`rowHeight`/`conditionalFormatting` (grid only)
438
+
-[x] Remove `prefixField` from data section (not consumed by any runtime renderer)
439
+
-[x] Remove `collapseAllByDefault` from appearance section (not consumed by any runtime renderer)
440
+
-[x] Remove `fieldTextColor` from appearance section (not consumed by any runtime renderer)
441
+
-[x] Remove `clickIntoRecordDetails` from userActions section (controlled implicitly via navigation mode, not directly consumed)
-[x] Correct `searchableFields`/`filterableFields`/`quickFilters`/`showDescription` to universal (all view types) — data fetch/toolbar features not view-specific
441
447
-[x] Extend `buildSwitchField` and `buildFieldMultiSelect` helpers to accept `visibleWhen` parameter
442
-
-[x]15 new visibleWhen predicate tests covering all new conditional visibility rules
443
-
-[x]1 new test verifying `densityMode` removal
444
-
-[x]Updated ViewConfigPanel interaction tests to account for new visibility conditions
0 commit comments