From 0e546a4cd7478299b22e2e42f6f742ef603f25a0 Mon Sep 17 00:00:00 2001
From: CarlosssFlores <307100636@pcpuma.acatlan.unam.mx>
Date: Fri, 19 Sep 2025 13:01:23 -0600
Subject: [PATCH 1/5] new view
---
app/not-found.tsx | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/app/not-found.tsx b/app/not-found.tsx
index 6cfec87..9af9ceb 100644
--- a/app/not-found.tsx
+++ b/app/not-found.tsx
@@ -4,16 +4,16 @@ export default function NotFound() {
-
- {/* TĆtulo */}
404 - PƔgina no encontrada
- {/* Texto */}
- Lo sentimos, la pƔgina que buscas no existe.
- Por favor, verifica la URL o regresa a la pƔgina principal.
-
+
+ Lo sentimos, la pƔgina que buscas no existe
+
+
+ Por favor, verifica la URL o regresa a la pƔgina principal.
+
+
);
}
From 9c316afa9ce9b019d4aaa4e223d39645f0c299ec Mon Sep 17 00:00:00 2001
From: CarlosssFlores <307100636@pcpuma.acatlan.unam.mx>
Date: Fri, 19 Sep 2025 13:21:55 -0600
Subject: [PATCH 2/5] new view
---
app/globals.css | 12 +++++++++---
app/not-found.tsx | 26 ++++++++++++++------------
2 files changed, 23 insertions(+), 15 deletions(-)
diff --git a/app/globals.css b/app/globals.css
index a3b6673..2e5efe7 100644
--- a/app/globals.css
+++ b/app/globals.css
@@ -362,11 +362,17 @@ table tr {
justify-content: center;
align-items: center;
}
+.centerGrido {
+ display: grid;
+ grid-template-columns: auto 200px;
+ justify-content: center;
+ align-items: center;
+}
.impressions-title {
- font-size: 1.75rem;
- font-weight: bold;
- text-align: start;
+ font-size: 1.75rem;
+ font-weight: bold;
+ text-align: start;
}
@media (max-width: 1300px) {
diff --git a/app/not-found.tsx b/app/not-found.tsx
index ce4601f..3181bab 100644
--- a/app/not-found.tsx
+++ b/app/not-found.tsx
@@ -10,19 +10,21 @@ export default function NotFound() {
};
return (
-
-
+
+
+
- {/* TĆtulo */}
- 404 - PƔgina no encontrada
+ {/* TĆtulo */}
+ 404 - PƔgina no encontrada
- {/* Texto */}
- Lo sentimos, la pƔgina que buscas no existe.
- Por favor, verifica la URL o regresa a la pƔgina principal.
-
-
+ {/* Texto */}
+
Lo sentimos, la pƔgina que buscas no existe.
+
Por favor, verifica la URL o regresa a la pƔgina principal.
+
+
+
);
}
From f1129ff2d639b3865dd75b5a4b08352e71b2cfca Mon Sep 17 00:00:00 2001
From: CarlosssFlores <307100636@pcpuma.acatlan.unam.mx>
Date: Mon, 22 Sep 2025 15:03:41 -0600
Subject: [PATCH 3/5] formated
---
middleware.ts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/middleware.ts b/middleware.ts
index 4f554d5..18cd69f 100644
--- a/middleware.ts
+++ b/middleware.ts
@@ -29,6 +29,7 @@ export const config = {
"/AsignacionEquipo",
"/Alta",
"/AgregarTiempo",
- "/ActivosMantenimiento"],
+ "/ActivosMantenimiento",
+ ],
};
//IO
From 58b819303ef9adfad1879c5d30dfaea3b8bee671 Mon Sep 17 00:00:00 2001
From: CarlosssFlores <307100636@pcpuma.acatlan.unam.mx>
Date: Mon, 22 Sep 2025 15:06:40 -0600
Subject: [PATCH 4/5] merge lino
---
app/not-found.tsx | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
diff --git a/app/not-found.tsx b/app/not-found.tsx
index d3bf81f..6e292db 100644
--- a/app/not-found.tsx
+++ b/app/not-found.tsx
@@ -11,19 +11,15 @@ export default function NotFound() {
return (
-
+
- {/* TĆtulo */}
- 404 - PƔgina no encontrada
+ {/* TĆtulo */}
+ 404 - PƔgina no encontrada
- {/* Texto */}
- Lo sentimos, la pƔgina que buscas no existe.
- Por favor, verifica la URL o regresa a la pƔgina principal.
-
-
-
+ {/* Texto */}
+ Lo sentimos, la pƔgina que buscas no existe.
+ Por favor, verifica la URL o regresa a la pƔgina principal.
+
+
);
}
From e8e162e21503a1b1fb11cc111fd5cb43bcab0a40 Mon Sep 17 00:00:00 2001
From: CarlosssFlores <307100636@pcpuma.acatlan.unam.mx>
Date: Mon, 22 Sep 2025 16:59:47 -0600
Subject: [PATCH 5/5] new view
---
app/(private)/InformacionEquipo/page.tsx | 19 +++++++++++++---
app/(private)/Programas/page.tsx | 28 +++++++++++++++++++++++-
middleware.ts | 19 +---------------
3 files changed, 44 insertions(+), 22 deletions(-)
diff --git a/app/(private)/InformacionEquipo/page.tsx b/app/(private)/InformacionEquipo/page.tsx
index a477682..0e7ab86 100644
--- a/app/(private)/InformacionEquipo/page.tsx
+++ b/app/(private)/InformacionEquipo/page.tsx
@@ -27,11 +27,24 @@ export default function Page() {
-
+
-
-
+
diff --git a/app/(private)/Programas/page.tsx b/app/(private)/Programas/page.tsx
index b6a9f29..1419f31 100644
--- a/app/(private)/Programas/page.tsx
+++ b/app/(private)/Programas/page.tsx
@@ -5,7 +5,11 @@ import styleprograms from "./programas.module.css";
export default function Page() {
const [Editar, setEditar] = useState(true);
+ const [Nuevo, setNuevo] = useState(true);
+ const handleNuevo = () => {
+ setNuevo(false);
+ };
const handleEditar = () => {
setEditar(false);
};
@@ -26,7 +30,10 @@ export default function Page() {
-
@@ -51,6 +58,25 @@ export default function Page() {
)}
+
+ {!Nuevo && (
+
+ )}
>
);
}
diff --git a/middleware.ts b/middleware.ts
index 0f47ec8..f068a83 100644
--- a/middleware.ts
+++ b/middleware.ts
@@ -13,23 +13,6 @@ export function middleware(request: NextRequest) {
}
export const config = {
- matcher: [
- "/Reportes",
- "/Monitor",
- "/QuitarSancion",
- "/Programas",
- "/Mensajes",
- "/Inscritos",
- "/Inscripciones",
- "/InformacionEquipo",
- "/Impresiones",
- "/CambiarPass",
- "/BitacoraSanciones",
- "/AsignacionMesas",
- "/AsignacionEquipo",
- "/Alta",
- "/AgregarTiempo",
- "/ActivosMantenimiento",
- ],
+ matcher: [],
};
//IO