Updated form for creating delivery

This commit is contained in:
2025-09-04 15:07:21 -04:00
parent 1531b0f240
commit af9e6882ba
65 changed files with 510 additions and 574 deletions

View File

@@ -1,3 +1,4 @@
<!-- src/pages/service/ServiceCalendar.vue -->
<template>
<div class="flex">

View File

@@ -1,3 +1,4 @@
<!-- src/pages/service/ServiceEditModal.vue -->
<template>
<!-- Modal Overlay -->
<div class="fixed inset-0 bg-gray-800 bg-opacity-75 flex items-center justify-center z-50">

View File

@@ -1,3 +1,4 @@
<!-- src/pages/service/ServiceHome.vue -->
<template>
<div class="flex">
<div class="w-full px-4 md:px-10 py-4">

View File

@@ -1,3 +1,4 @@
<!-- src/pages/service/ServicePast.vue -->
<template>
<div class="flex">

View File

@@ -1,3 +1,4 @@
<!-- src/pages/service/calender/CalendarCustomer.vue -->
<template>
<div class="flex">
<div class="w-full px-4 md:px-10 py-4">

View File

@@ -1,3 +1,4 @@
<!-- src/pages/service/calender/EventModal.vue -->
<template>
<div class="fixed inset-0 bg-gray-800 bg-opacity-75 flex items-center justify-center z-50">
<div class="relative bg-white p-6 rounded-lg shadow-xl w-full max-w-md">

View File

@@ -1,3 +1,4 @@
<!-- src/pages/service/calender/EventSidebar.vue -->
<template>
<!--
This container is now responsive. It's full-width on mobile