refactor(ui): use Chip for PII configuration action - #8173
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
|
Before → after at bacc6a4. Actual GroupedCheckboxList components with local store/search context. Individual selection, Select all, Clear, none/some/all summaries, disabled state, keyboard opening and search scrolling were checked. No live persistence or PII service run. Intentional differences: standard 30px Chip height, 8px corners and shared outlined/icon/text treatment. The selection modal is unchanged. Light — before left / after right: |
a820bbb
into
codex/control-fix-modal-fields



Use the existing outlined, full-width Chip for the PII configuration trigger, with its icon and trailing selection count slots. This removes the local Button colour, padding, border and radius overrides.
The existing modal, grouped selection, Select all/Clear semantics and search-driven opening/scrolling are unchanged. Intentional visual differences are the standard 30px chip height, 8px corners and shared outlined/icon/text treatment.
Validation: workspace type/import/API/lint checks, complete EMCN suite and 21 consumer tests pass. Both external linters ran against the actual base; the diff checker is clean. Browser checks use the actual components with local store/search context, covering selection summaries, disabled state, keyboard opening and search scrolling. Light/dark and narrow/enlarged-text screenshots are attached separately; no live backend persistence or PII service run.