peregrine/web/src/components
pyr0ball 5d8018ef40
Some checks failed
CI / Backend (Python) (push) Failing after 1m32s
CI / Frontend (Vue) (push) Failing after 25s
Mirror / mirror (push) Failing after 7s
Release / release (push) Failing after 6s
fix(theme): scope dark media override to auto mode only
peregrine.css used :root:not([data-theme="hacker"]) in the
prefers-color-scheme:dark block, causing --app-primary-light and
--app-accent-light to resolve to dark navy/brown in every explicit
light theme (light, solarized-light, colorblind) on dark-OS machines.

Changed to :root:not([data-theme]) to match theme.css's pattern,
so the media query only fires in auto mode. Explicit [data-theme="dark"]
block handles the dark-theme-on-light-OS case unchanged.

Also fixed incorrect fallback values in HintChip.vue (#0d1829 → #eaeff8)
and App.vue global toast (#2a3650/#eaeff8 → light-mode values).

Closes: dark elements in light themes on dark-OS machines
2026-05-05 14:22:59 -07:00
..
__tests__ fix(demo): smoke-test fixes — card reset, toast error type, apply hint, text contrast 2026-04-21 10:14:37 -07:00
resume-review feat(resume-optimizer): make proposed text editable in review modal and preview 2026-05-05 13:35:01 -07:00
ApplyWorkspace.vue feat: Interview prep Q&A, cf-orch hardware profile, a11y fixes, dark theme 2026-04-14 17:01:18 -07:00
AppNav.vue feat: /messages route + /contacts redirect + nav rename (#74) 2026-04-20 13:04:27 -07:00
ClassicUIButton.vue feat(web): merge Vue SPA from feature/vue-spa; add ClassicUIButton + useFeatureFlag 2026-03-22 18:46:11 -07:00
CompanyResearchModal.vue feat: Vue SPA demo mode support 2026-04-06 00:07:26 -07:00
DemoBanner.vue fix: DemoBanner button contrast — use semantic surface token instead of hardcoded white 2026-04-21 10:14:37 -07:00
HintChip.vue fix(theme): scope dark media override to auto mode only 2026-05-05 14:22:59 -07:00
InterviewCard.vue feat: shadow listing detector, hired feedback widget, contacts manager 2026-04-15 08:34:12 -07:00
JobCard.vue feat: shadow listing detector, hired feedback widget, contacts manager 2026-04-15 08:34:12 -07:00
JobCardStack.vue fix(demo): smoke-test fixes — card reset, toast error type, apply hint, text contrast 2026-04-21 10:14:37 -07:00
MarkdownView.vue feat: Interview prep Q&A, cf-orch hardware profile, a11y fixes, dark theme 2026-04-14 17:01:18 -07:00
MessageLogModal.vue fix: thread logged_at through message stack; Esc handler and localNow fixes 2026-04-20 12:55:41 -07:00
MessageTemplateModal.vue feat: MessageTemplateModal component (apply/create/edit modes) (#74) 2026-04-20 12:58:00 -07:00
MoveToSheet.vue feat(web): merge Vue SPA from feature/vue-spa; add ClassicUIButton + useFeatureFlag 2026-03-22 18:46:11 -07:00
ResumeLibraryCard.vue fix: review issues — import size limit, aria labels, CSS vars, Set reactivity 2026-04-12 11:52:23 -07:00
ResumeOptimizerPanel.vue feat(resume-optimizer): make proposed text editable in review modal and preview 2026-05-05 13:35:01 -07:00
ResumeReviewModal.vue feat(resume-optimizer): make proposed text editable in review modal and preview 2026-05-05 13:35:01 -07:00
ResumeSyncConfirmModal.vue feat: ResumeSyncConfirmModal — before/after confirmation for profile sync 2026-04-16 14:11:37 -07:00
TaskIndicator.vue feat(web): add task indicator component and task store for background jobs 2026-04-01 07:09:55 -07:00
WelcomeModal.vue feat(demo): add WelcomeModal with localStorage gate 2026-04-21 10:14:15 -07:00
WorkflowButton.vue feat(web): merge Vue SPA from feature/vue-spa; add ClassicUIButton + useFeatureFlag 2026-03-22 18:46:11 -07:00