updated calendar to be tabular, moved bid schedule there, started client view refactoring

This commit is contained in:
Casey 2025-12-12 08:03:48 -06:00
parent c5c5ffb0fb
commit 440381265c
18 changed files with 2283 additions and 2159 deletions

View file

@ -84,7 +84,7 @@ const createButtons = ref([
{
label: "Bid",
command: () => {
router.push("/schedule-bid?new=true");
router.push("/calendar?tab=bids&new=true");
},
},
{
@ -132,7 +132,7 @@ const categories = ref([
icon: Community,
buttons: clientButtons,
},
{ name: "Bids", icon: Neighbourhood, url: "/schedule-bid" },
// { name: "Bids", icon: Neighbourhood, url: "/schedule-bid" },
{ name: "Estimates", icon: Calculator, url: "/estimates" },
{ name: "Jobs", icon: Hammer, url: "/jobs" },
{ name: "Payments/Invoices", icon: ReceiveDollars, url: "/invoices" },