Commit 7608822
committed
fix(configurator): hide essentials card in Advanced mode
In Advanced mode the full token catalogue is already visible and responds
to the Modified-only and Internal filters. Showing a separate unfiltered
Essentials card alongside it broke both filters from the user's perspective:
the curated tokens stayed on screen regardless of filter state, making it
look like the checkboxes had no effect on most rows.
Fix: gate the Essentials card behind `!advanced` — the same guard used for
the Basic curated forms. The Advanced catalogue contains every essential
token anyway, so nothing is lost; filters now work exactly as expected.
https://claude.ai/code/session_01MAgtQ7JY16X2TqZZyGfkuu1 parent 121577f commit 7608822
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
259 | 262 | | |
260 | 263 | | |
261 | 264 | | |
262 | 265 | | |
263 | | - | |
| 266 | + | |
264 | 267 | | |
265 | 268 | | |
266 | 269 | | |
| |||
0 commit comments