diff --git a/frontend/src/components/AppHeader.vue b/frontend/src/components/AppHeader.vue index df896d7..09eba84 100644 --- a/frontend/src/components/AppHeader.vue +++ b/frontend/src/components/AppHeader.vue @@ -15,103 +15,83 @@ - - - - - - SIBU NEXUS ELITE - - + + + + SIBU + + {{ authStore.isAuthenticated ? 'account_circle' : 'fingerprint' }} - + - - {{ authStore.isAuthenticated ? 'SISTEMA ACTIVO' : 'ACCESO INVITADO' }} - {{ authStore.isAuthenticated ? authStore.userName : 'NEXUS GUEST' }} + + {{ authStore.isAuthenticated ? 'USUARIO ACTIVO' : 'MODO INVITADO' }} + {{ authStore.isAuthenticated ? authStore.userName : 'Invitado' }} - - - - GESTIÓN DE FLOTA - - - shield_person - Panel Control Admin - chevron_right + + GESTIÓN + + shield_person + Panel de Control - - - minor_crash - Servicio Conductor - chevron_right + + minor_crash + Servicio Conductor - - - store - Central Promotores - chevron_right + + store + Central Promotores - - - NAVEGACIÓN - - - account_circle - Mi Identidad Nexus - chevron_right + + MENU + + account_circle + Mi Perfil - - - star - Destinos Favoritos - chevron_right + + star + Favoritos - - - CONFIGURACIÓN SISTEMA - - - translate - {{ locale === 'es' ? 'Protocolo: English (EN)' : 'Protocolo: Español (ES)' }} + + CONFIGURACIÓN + + translate + {{ locale === 'es' ? 'Idioma: English' : 'Idioma: Español' }} - - - palette - Modo Visual Oscuro - + + palette + Modo Oscuro + - - - SOPORTE TÉCNICO - - report_problem - Reportar Incidencia + + SOPORTE + + report_problem + Enviar Reporte - -