From 67261cd1fc847251ca3fd24eb5b947ad86d81dcf Mon Sep 17 00:00:00 2001 From: josedario87 Date: Thu, 16 Oct 2025 19:42:00 -0600 Subject: [PATCH] Fix: Corregir errores de TypeScript en componentes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Instalar @types/node para resolver referencias a process - Corregir colores inválidos en componentes (orange→warning, purple→secondary, gray→neutral, etc.) - Agregar tipos explícitos en GroupCheckButton y EditProfileButton - Eliminar propiedad timeout inválida en toasts --- .../auth/BackendVerificationButton.vue | 7 +++---- .../auth/CheckAuthentikAdminsButton.vue | 2 +- .../components/auth/CheckGrupoPruebaButton.vue | 2 +- nuxt4/app/components/auth/CheckLvl0Button.vue | 2 +- .../auth/CheckPublicAccessButton.vue | 2 +- .../app/components/auth/EditProfileButton.vue | 10 +++++++--- .../auth/FrontendVerificationButton.vue | 7 +++---- nuxt4/app/components/auth/GroupCheckButton.vue | 8 +++----- nuxt4/app/components/auth/UserMetadata.vue | 2 +- nuxt4/package-lock.json | 18 ++++++++++++++++++ nuxt4/package.json | 1 + 11 files changed, 40 insertions(+), 21 deletions(-) diff --git a/nuxt4/app/components/auth/BackendVerificationButton.vue b/nuxt4/app/components/auth/BackendVerificationButton.vue index a3cf8c0..655bd93 100644 --- a/nuxt4/app/components/auth/BackendVerificationButton.vue +++ b/nuxt4/app/components/auth/BackendVerificationButton.vue @@ -1,6 +1,6 @@