peregrine/web/src/views/settings
pyr0ball 92bd82b4c9 fix(settings): address resume tab review issues
- add loadError ref (separated from empty-state path)
- add stable id to WorkEntry, use as v-for key
- move addExperience/removeExperience/addTag/removeTag to store actions
- strip id from save payload
- fix uploadError type handling in handleUpload
- add outer try/except to upload_resume endpoint
- gate syncFromProfile to non-loaded resume only
- add date_of_birth input to personal info section
- add loadError test
2026-03-21 03:04:29 -07:00
..
MyProfileView.vue fix(settings): final code quality fixes for My Profile tab 2026-03-21 02:53:29 -07:00
ResumeProfileView.vue fix(settings): address resume tab review issues 2026-03-21 03:04:29 -07:00
SettingsView.test.ts fix(settings): async guard awaits config load, reactive devTierOverride, validate APP_TIER 2026-03-21 02:23:10 -07:00
SettingsView.vue fix(settings): async guard awaits config load, reactive devTierOverride, validate APP_TIER 2026-03-21 02:23:10 -07:00