build out client page, edit functionality, create functionality, data massager

This commit is contained in:
Casey 2025-11-19 22:25:16 -06:00
parent f510645a31
commit 34f2c110d6
15 changed files with 1571 additions and 1681 deletions

View file

@ -31,7 +31,7 @@ const createButtons = ref([
{
label: "Client",
command: () => {
router.push("/clients/new");
router.push("/client?new=true");
},
},
{