Commit 97a0802
feat(spec): progressive-disclosure popover for composite form fields
Adds `disclosure?: 'inline' | 'popover'` to FormFieldSchema. A composite field
marked `disclosure: 'popover'` renders as a compact summary line + a gear that
opens its sub-fields in a popover (Airtable-style progressive disclosure),
instead of an always-expanded inline box — keeping the interface-page panel lean.
Applied to the page form's `appearance`, `userActions`, and `addRecord`
composites (the dense sub-toggle groups).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 04ed478 commit 97a0802
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
| 106 | + | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
| 718 | + | |
718 | 719 | | |
719 | 720 | | |
720 | 721 | | |
| |||
0 commit comments