peregrine/web/src
pyr0ball f42a515629
Some checks failed
CI / Backend (Python) (pull_request) Failing after 1m51s
CI / Frontend (Vue) (pull_request) Failing after 21s
fix: wizard step numbering and loadDbPairs race on mount
Insert Training at step 4 in WIZARD_STEPS (7→8), STEP_LABELS, and
STEP_ROUTES. Bump Identity→5, Inference→6, Search→7, Integrations→8 in
their respective saveStep calls. Cap resumeAt at 8. Await loadStatus()
before loadDbPairs() in FineTuneView onMounted so optedIn is set before
the early-exit guard runs.
2026-05-03 01:34:06 -07:00
..
assets feat: Interview prep Q&A, cf-orch hardware profile, a11y fixes, dark theme 2026-04-14 17:01:18 -07:00
components fix: DemoBanner button contrast — use semantic surface token instead of hardcoded white 2026-04-21 10:14:37 -07:00
composables fix(demo): smoke-test fixes — card reset, toast error type, apply hint, text contrast 2026-04-21 10:14:37 -07:00
router feat: add WizardTrainingStep opt-in consent step to onboarding 2026-05-03 01:11:06 -07:00
stores fix: wizard step numbering and loadDbPairs race on mount 2026-05-03 01:34:06 -07:00
views fix: wizard step numbering and loadDbPairs race on mount 2026-05-03 01:34:06 -07:00
App.vue feat(demo): wire DemoBanner, WelcomeModal, HintChip into app + views 2026-04-21 10:14:15 -07:00
main.ts feat(web): merge Vue SPA from feature/vue-spa; add ClassicUIButton + useFeatureFlag 2026-03-22 18:46:11 -07:00
test-setup.ts feat(web): merge Vue SPA from feature/vue-spa; add ClassicUIButton + useFeatureFlag 2026-03-22 18:46:11 -07:00