From f39c76e2918fc9d0ab81d6dabac5ddb6ecd8be7a Mon Sep 17 00:00:00 2001 From: Wally Hackenslacker Date: Fri, 1 May 2026 15:20:05 -0400 Subject: [PATCH] feat: integrate dark mode support in vehicle detail view --- views/vehicle.php | 139 +++++++++++++++++++++++----------------------- 1 file changed, 71 insertions(+), 68 deletions(-) diff --git a/views/vehicle.php b/views/vehicle.php index ce0f683..0896159 100644 --- a/views/vehicle.php +++ b/views/vehicle.php @@ -6,14 +6,15 @@ <?php echo APP_NAME; ?> - <?php echo htmlspecialchars($vehicle['name']); ?> + - + -
+
- + @@ -39,15 +40,15 @@ -
+
-

-
+

+

@@ -71,7 +72,7 @@

@@ -79,13 +80,13 @@ class="px-4 py-2 bg-blue-600 hover:bg-blue-700 text-white rounded-lg transition"> - -
-

Add Maintenance Record

+
+

Add Maintenance Record

- + - + class="w-full px-3 py-2 border theme-input theme-border rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500"> +
- + + class="w-full px-3 py-2 border theme-input theme-border rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500">
- + + class="w-full px-3 py-2 border theme-input theme-border rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500">
- + + class="w-full px-3 py-2 border theme-input theme-border rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500">
- + + class="w-full px-3 py-2 border theme-input theme-border rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500">
- + + class="w-full px-3 py-2 border theme-input theme-border rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500">
- + + class="w-full px-3 py-2 border theme-input theme-border rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500">
-
-

Maintenance History ()

+
+

Maintenance History ()

-
+

No maintenance records yet

-
+
-

+

$
-
+
@@ -194,7 +195,7 @@
-

+

@@ -219,51 +220,51 @@