From c376627d39a51fd79293f02420deb16fb1fbed4c Mon Sep 17 00:00:00 2001 From: Hanzo_dev <2002samudiojohan@gmail.com> Date: Wed, 4 Mar 2026 17:48:48 -0500 Subject: [PATCH] refactor: simplify admin drivers panel and remove taxis tab --- frontend/src/views/AdminDrivers.vue | 286 +--------------------------- frontend/src/views/AdminPanel.vue | 8 +- 2 files changed, 8 insertions(+), 286 deletions(-) diff --git a/frontend/src/views/AdminDrivers.vue b/frontend/src/views/AdminDrivers.vue index 763ee72..7bce0e7 100644 --- a/frontend/src/views/AdminDrivers.vue +++ b/frontend/src/views/AdminDrivers.vue @@ -2,67 +2,19 @@
-

Gestión de Conductores y Taxis

+

Gestión de Taxis

- -
- - -
-
Cargando...
- -
-
-
-
-
- Avatar - account_circle -
-
-

{{ driver.full_name }}

- -
- - {{ driver.driver_profile?.vehicle_type === 'taxi' ? 'Taxi' : 'Autobús' }} - - {{ driver.driver_profile?.license_plate }} - 🌐 Inglés -
-
- chevron_right -
-
-
-
- badge -

No hay conductores registrados en la app

-
-
- -
+
@@ -112,49 +64,6 @@
- - -