Commit cd63f70
feat(spec): interface base filterBy uses the unified filter-builder widget (#2056)
The page form rendered `interfaceConfig.filterBy` (the always-on base
filter) as a generic `type:'repeater'`, a different and clunkier editor
than the polished FilterBuilder the list toolbar uses. Switch it to
`widget:'filter-builder'` with `dependsOn:'source'` so the Studio
renders the same popout visual builder for the base filter as for the
per-tab presets — one consistent filter UX everywhere.
The widget is implemented in objectui (SchemaForm widget registry);
stored format is unchanged (ViewFilterRule[]).
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 123f971 commit cd63f70
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments