peregrine/web/src
pyr0ball f4a524ba0b
Some checks failed
CI / Backend (Python) (push) Failing after 1m45s
CI / Frontend (Vue) (push) Failing after 22s
Mirror / mirror (push) Failing after 11s
feat(resume-optimizer): make proposed text editable in review modal and preview
Summary and experience bullet fields in the review modal are now
editable textareas. Edited values flow through decisions to
apply_review_decisions(), which uses edited_text/edited_bullets when
the section is accepted. Clearing unwanted LLM-added bullets (empty
lines filtered server-side) addresses the extra-bullets issue.

The preview textarea in the apply workspace is also now editable;
approveResume() passes preview_text_override so manual edits survive
the approve step without re-rendering from struct.
2026-05-05 13:35:01 -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 feat(resume-optimizer): make proposed text editable in review modal and preview 2026-05-05 13:35:01 -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