From 1ada92f7d754b81aca1d4c7eb83fe1c53e19118e Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sun, 12 Apr 2026 11:36:13 -0700 Subject: [PATCH] feat: add Resumes route and nav link Add /resumes route (lazy-loaded ResumesView) to router and add DocumentTextIcon Resumes entry to AppNav sidebar navLinks after Apply. --- web/src/components/AppNav.vue | 6 ++++++ web/src/router/index.ts | 1 + 2 files changed, 7 insertions(+) diff --git a/web/src/components/AppNav.vue b/web/src/components/AppNav.vue index 04b102d..5505717 100644 --- a/web/src/components/AppNav.vue +++ b/web/src/components/AppNav.vue @@ -50,6 +50,9 @@ + + +