fixed auth cycle and upadet indes fail to all model to update style solve pagination in car maintenanc

-delete link step back from home page and change live color in dashboard page
This commit is contained in:
m7amedez5511
2026-07-15 18:44:16 +03:00
parent 0eebef3ba7
commit bbde177f4a
24 changed files with 473 additions and 206 deletions

View File

@@ -1,4 +1,6 @@
// src/Components/Driver/index.ts
// CHANGE: removed DriverDeleteModal export (Issue 1) — page.tsx call sites
// should now import { ConfirmDialog } from "@/src/Components/UI" instead.
export { DriverFormModal } from "./DriverFormModal";
export { DriverDeleteModal } from "./DriverDeleteModal";
export { DriverDetailPanel } from "./DriverDetailPanel";
export { PhotoCard } from "./DriverPhotos";