update reservation

This commit is contained in:
root
2026-05-25 15:56:14 -04:00
parent 914ae839a7
commit 8ed572b3bd
17 changed files with 809 additions and 63 deletions
@@ -11,7 +11,7 @@ export type VehicleSheetPoint = {
const SHEET_WIDTH = 573
const SHEET_HEIGHT = 876
const SHEET_IMAGE_PATH = '/vehicle-condition-template.png'
const SHEET_IMAGE_PATH = '/dashboard/vehicle-condition-template.png'
const severityColors: Record<VehicleSheetPoint['severity'], string> = {
MINOR: '#f59e0b',