From 65cf292fc36cd05863da918d2d55257303c46241 Mon Sep 17 00:00:00 2001 From: IO420 Date: Wed, 1 Oct 2025 10:12:41 -0600 Subject: [PATCH] fixing style and spelling --- app/(private)/AsignacionEquipo/page.tsx | 4 +- app/(private)/AsignacionMesas/page.tsx | 44 ++++--------------- app/(private)/Inscripcion/page.tsx | 2 +- app/(private)/Inscritos/page.tsx | 29 ++++++++++-- app/(private)/Programas/page.tsx | 4 +- app/Components/ActivosMantenimiento/Areas.tsx | 13 ++++-- app/Components/ActivosMantenimiento/Mesas.tsx | 8 ++-- .../BitacoraSanciones/TableSancion.tsx | 30 ++++++------- app/Components/Equipos/equipos.tsx | 19 ++++---- .../QuitarSancion/QuitarSancion.tsx | 6 +-- .../layout/BarNavigation/BarNavigation.tsx | 6 +-- 11 files changed, 85 insertions(+), 80 deletions(-) diff --git a/app/(private)/AsignacionEquipo/page.tsx b/app/(private)/AsignacionEquipo/page.tsx index 7e4976d..e541857 100644 --- a/app/(private)/AsignacionEquipo/page.tsx +++ b/app/(private)/AsignacionEquipo/page.tsx @@ -50,13 +50,14 @@ export default async function Page(props: {

ASIGNACION DE EQUIPOS

+ {student &&

No hay records disponibles

} @@ -68,6 +69,7 @@ export default async function Page(props: { label: "Cancelar tiempo", content: ( <> +
+ +
+ + + + + + + + + + + + + + + + + + + + +
Impresione B/NImpresiones ColorPlotteoEscanerTotal
5,00010,00010,00020,00045,000
+
); } diff --git a/app/(private)/Programas/page.tsx b/app/(private)/Programas/page.tsx index 014e048..078d3e4 100644 --- a/app/(private)/Programas/page.tsx +++ b/app/(private)/Programas/page.tsx @@ -18,7 +18,7 @@ export default function Page() { }; return ( - <> +
{modo === "ver" && (

PROGRAMAS

@@ -86,6 +86,6 @@ export default function Page() {
)} - +
); } diff --git a/app/Components/ActivosMantenimiento/Areas.tsx b/app/Components/ActivosMantenimiento/Areas.tsx index 16a06e4..9304175 100644 --- a/app/Components/ActivosMantenimiento/Areas.tsx +++ b/app/Components/ActivosMantenimiento/Areas.tsx @@ -1,6 +1,8 @@ "use client"; import { useState } from "react"; +import "@/app/globals.css" + export default function Areas() { const [area, setArea] = useState(""); // Área seleccionada const [activo, setActivo] = useState(false); // Checkbox Activo @@ -36,7 +38,7 @@ export default function Areas() { return (
-
+
{/* Select de áreas */} {/* Checkboxes */} +
+
-
+
{/* Botón Actualizar */} -

{button ?

desactivado

:

activado

}

+ ); } diff --git a/app/Components/Equipos/equipos.tsx b/app/Components/Equipos/equipos.tsx index 81afc2a..88ad08c 100644 --- a/app/Components/Equipos/equipos.tsx +++ b/app/Components/Equipos/equipos.tsx @@ -14,16 +14,17 @@ export default function Equipos() { const [Equipo, setEquipo] = useState(""); const [Data, setData] = useState(); - const handleSubmit = async () => { - const response = await axios.get( - `${envConfig.apiUrl}/InformacionEquipo/${Equipo}` - ); + const handleSubmit = async (e: React.MouseEvent) => { + e.preventDefault(); + // const response = await axios.get( + // `${envConfig.apiUrl}/equipo/${Equipo}` + // ); - if (!response) { - return; - } + // if (!response) { + // return; + // } - setData(response); + setData("response"); }; return ( @@ -37,7 +38,7 @@ export default function Equipos() { }} /> -
diff --git a/app/Components/QuitarSancion/QuitarSancion.tsx b/app/Components/QuitarSancion/QuitarSancion.tsx index 4249427..d40f252 100644 --- a/app/Components/QuitarSancion/QuitarSancion.tsx +++ b/app/Components/QuitarSancion/QuitarSancion.tsx @@ -22,9 +22,9 @@ function QuitarSancion() { id Nombre - Motivo Sancion + Motivo Sanción Duracion (semanas) - Fecha Sancion + Fecha Sanción Podria utilizar el servicio hasta @@ -42,7 +42,7 @@ function QuitarSancion() {
- + ); } diff --git a/app/Components/layout/BarNavigation/BarNavigation.tsx b/app/Components/layout/BarNavigation/BarNavigation.tsx index d8009bb..1b8b2a0 100644 --- a/app/Components/layout/BarNavigation/BarNavigation.tsx +++ b/app/Components/layout/BarNavigation/BarNavigation.tsx @@ -24,7 +24,7 @@ function BarNavigation() {
  • - toggleSubMenu(0)}>Inscripcion + toggleSubMenu(0)}>Inscripción
    • Alta
    • @@ -33,7 +33,7 @@ function BarNavigation() {
    • Agregar Tiempo
    • -
    • Inscripcion
    • +
    • Inscripción
  • @@ -90,7 +90,7 @@ function BarNavigation() {
  • - Quitar sancion + Quitar sanción