refactor: update app.vue and various components to improve routing paths, enhance UI consistency, and streamline layout for better user experience

This commit is contained in:
Jennie Robinson Faber 2025-09-11 11:51:48 +01:00
parent b6e8d3b7ec
commit 78af43770c
29 changed files with 1699 additions and 1990 deletions

View file

@ -30,17 +30,17 @@ const coopBuilderItems = [
{
id: "coop-builder",
name: "Settings",
path: "/coop-builder",
path: "/tools/coop-builder",
},
{
id: "budget",
name: "Studio Budget",
path: "/budget",
path: "/tools/budget",
},
{
id: "project-budget",
name: "Project Budget",
path: "/project-budget",
path: "/tools/project-budget",
},
];