Commit d90ff40
fix(spa): move Customize onto the filter row, after Clear all (#554)
Closes #554. The header right-side now carries only the +Add primary
action; Customize moves into the FilterBar's `trailing` slot so the
filter row reads as one self-contained unit:
… filter chips | Clear all | Customize
`Clear all` continues to hide when no filter is active (already wired
that way). `Customize` is always visible — it's a column-affordance,
independent of filter state. Both buttons use the same row-aligned
`py-1.5` size so the chrome lines up cleanly.
No second toolbar row, no dangling chrome — matches the "no redundant
chrome" rule.
- typecheck + eslint + stylelint + **dark-mode guard** clean.
- vitest: 142 passed (unchanged).
- `pnpm -r build` ok.
Closes #554
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 418a730 commit d90ff40
1 file changed
Lines changed: 34 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
506 | | - | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
507 | 511 | | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | 512 | | |
525 | 513 | | |
526 | 514 | | |
| |||
582 | 570 | | |
583 | 571 | | |
584 | 572 | | |
585 | | - | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
586 | 590 | | |
587 | 591 | | |
588 | | - | |
589 | | - | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
590 | 596 | | |
591 | 597 | | |
592 | | - | |
593 | | - | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
594 | 605 | | |
595 | | - | |
| 606 | + | |
596 | 607 | | |
597 | 608 | | |
598 | 609 | | |
| |||
0 commit comments