diff --git a/web/src/views/ResumesView.vue b/web/src/views/ResumesView.vue new file mode 100644 index 0000000..cb6d1f3 --- /dev/null +++ b/web/src/views/ResumesView.vue @@ -0,0 +1,306 @@ + + + + Resume Library + + 📥 Import + + + + + Loading… + + + No resumes saved yet. + Import a resume file or save an optimized resume from the Apply workspace. + + + + + + + + {{ r.is_default ? '★' : '☆' }} + + + {{ r.name }} + {{ r.word_count }} words · {{ fmtDate(r.created_at) }} + Built for job #{{ r.job_id }} + + + + + + + + + {{ editing ? editName : selected.name }} + {{ selected.word_count }} words + Default + + + + ★ Set as Default + + + {{ editing ? 'Cancel' : 'Edit' }} + + + + Download ▾ + + + Download .txt + Download PDF + Download YAML + + + + Delete + + + + + + + + + + + + + {{ saving ? 'Saving…' : 'Save' }} + + Discard + + + {{ actionError }} + + + + + + + +
No resumes saved yet.
Import a resume file or save an optimized resume from the Apply workspace.
{{ actionError }}