Commit 1522c41
fix(ui): resume-builder export picker — replace dead segmented-toggle with the dropdown
The resume-builder's export theme picker still referenced
`.b-artifact-style-option` — the CSS class deleted in 2b5a7ba when the
main ArtifactViewer picker became a <select> dropdown. The two buttons
in ResumeIntake therefore rendered as unstyled defaults with no
visible selected state (operator: "both look like white buttons and i
dont know what i am selecting").
Swap the radiogroup + buttons for the same `.b-artifact-style-select`
dropdown the main picker uses (consistent UX; scales beyond 2 themes;
maximally accessible). Expand from 2 to all 5 themes (parity with the
backend export Literal that already supports them).
Frontend-only. tsc + eslint clean.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 2b5a7ba commit 1522c41
1 file changed
Lines changed: 31 additions & 37 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | | - | |
696 | | - | |
697 | | - | |
698 | | - | |
699 | | - | |
700 | | - | |
701 | | - | |
702 | | - | |
703 | | - | |
704 | | - | |
705 | | - | |
706 | | - | |
707 | | - | |
708 | | - | |
709 | | - | |
710 | | - | |
711 | | - | |
712 | | - | |
713 | | - | |
714 | | - | |
715 | | - | |
716 | | - | |
717 | | - | |
718 | | - | |
719 | | - | |
720 | | - | |
721 | | - | |
722 | | - | |
723 | | - | |
724 | | - | |
725 | | - | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
726 | 720 | | |
727 | 721 | | |
728 | 722 | | |
| |||
0 commit comments