From 10adca26af5ebf5a151797c4d16c4ba19660c005 Mon Sep 17 00:00:00 2001
From: IO420 <320154041@pcpuma.acatlan.unam.mx>
Date: Wed, 17 Sep 2025 19:42:13 -0600
Subject: [PATCH] fixed problems and add AlertBox
---
app/(private)/ActivosMantenimiento/page.tsx | 2 +-
app/(private)/AgregarTiempo/page.tsx | 47 +++++++++++++--------
app/(private)/AsignacionEquipo/page.tsx | 4 +-
app/(private)/AsignacionMesas/page.tsx | 4 +-
app/(private)/BitacoraSanciones/page.tsx | 2 +-
app/(private)/Impresiones/page.tsx | 20 ++++++---
app/(private)/Inscripciones/page.tsx | 2 +-
app/(private)/QuitarSancion/page.tsx | 2 +-
app/Components/AlertBox/AlertBox.css | 32 ++++++++++++++
app/Components/AlertBox/AlertBox.tsx | 37 ++++++++++++++++
app/Components/Impressions/impressions.tsx | 24 +++--------
app/Components/SearchUser/searchUser.tsx | 10 ++++-
app/globals.css | 32 --------------
app/lib/getStudent.ts | 1 +
14 files changed, 134 insertions(+), 85 deletions(-)
create mode 100644 app/Components/AlertBox/AlertBox.css
create mode 100644 app/Components/AlertBox/AlertBox.tsx
diff --git a/app/(private)/ActivosMantenimiento/page.tsx b/app/(private)/ActivosMantenimiento/page.tsx
index 8517154..cd39ba2 100644
--- a/app/(private)/ActivosMantenimiento/page.tsx
+++ b/app/(private)/ActivosMantenimiento/page.tsx
@@ -19,7 +19,7 @@ export default function Page() {
label: "Equipos",
content: (
<>
-