From 77d454cf090077b43c30cd4c21636ef92ad732c1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 15:08:05 +0000 Subject: [PATCH] rename to cvfs, remove dashboard heading, add branch delete buttons Agent-Logs-Url: https://github.com/velocitatem/cvfs/sessions/2bd56e04-d1e0-4e38-93b6-a99afc1d2b3c Co-authored-by: velocitatem <60182044+velocitatem@users.noreply.github.com> --- apps/webapp/src/app/dashboard/layout.tsx | 9 +-------- apps/webapp/src/app/dashboard/page.tsx | 9 +++++++-- apps/webapp/src/app/layout.tsx | 4 ++-- apps/webapp/src/app/login/page.tsx | 4 ++-- apps/webapp/src/app/page.tsx | 4 ++-- apps/webapp/src/components/Footer.tsx | 6 +++--- apps/webapp/src/components/Header.tsx | 2 +- apps/webapp/src/components/cv/CVTree.tsx | 2 +- 8 files changed, 19 insertions(+), 21 deletions(-) diff --git a/apps/webapp/src/app/dashboard/layout.tsx b/apps/webapp/src/app/dashboard/layout.tsx index 4a20678..6032027 100644 --- a/apps/webapp/src/app/dashboard/layout.tsx +++ b/apps/webapp/src/app/dashboard/layout.tsx @@ -3,12 +3,5 @@ export default function DashboardLayout({ }: { children: React.ReactNode }) { - return ( -
- Resume Branches — private CV control plane + cvfs — CV File System
- Resume Branches + cvfs
Upload your ATS-safe DOCX. Branch it by role. Tailor per company without diff --git a/apps/webapp/src/components/Footer.tsx b/apps/webapp/src/components/Footer.tsx index b76e55b..02ea949 100644 --- a/apps/webapp/src/components/Footer.tsx +++ b/apps/webapp/src/components/Footer.tsx @@ -4,9 +4,9 @@ export default function Footer() {
- Git for CVs. Manage your resume like code with version control, + CV File System. Manage your resume like code with version control, branching, and smart AI-assisted tailoring.
© 2024 Resume Branches. All rights reserved.
+© 2024 cvfs. All rights reserved.