Commit acf2ca2
committed
fix(configurator): hide brand-colors card in Advanced mode (filter bypass)
The Brand & Status Colors section (Colors domain) and the Essentials
card (other domains) were rendered unconditionally in Advanced mode,
bypassing the Modified-only and Internal filters. When a user checked
either filter, those rows stayed on screen, making it appear as though
the filters had no effect on most of the visible tokens.
Both sections are now gated behind `!advanced`. The Advanced full
catalogue already contains every token (brand colors included), so
no information is lost, and filters now work as expected on every
visible row.
https://claude.ai/code/session_01MAgtQ7JY16X2TqZZyGfkuu1 parent 7608822 commit acf2ca2
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | | - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
233 | 236 | | |
234 | 237 | | |
235 | 238 | | |
| |||
0 commit comments