From fa9e1687839a41f8b7b1b468d928f7454548e54d Mon Sep 17 00:00:00 2001 From: tyrannusss Date: Tue, 14 Oct 2025 17:18:18 -0600 Subject: [PATCH] cambios --- app/(private)/Alta/page.tsx | 8 ++---- app/(private)/Inscripcion/page.tsx | 8 ++++++ app/Components/Alta/registerAlta.tsx | 25 ++++++++++++++++++- app/Components/Receipt/Receipt.tsx | 2 +- .../layout/BarNavigation/BarNavigation.tsx | 7 ++---- 5 files changed, 37 insertions(+), 13 deletions(-) diff --git a/app/(private)/Alta/page.tsx b/app/(private)/Alta/page.tsx index 6f534c4..a90117a 100644 --- a/app/(private)/Alta/page.tsx +++ b/app/(private)/Alta/page.tsx @@ -2,15 +2,11 @@ import RegisterAlta from "@/app/Components/Alta/registerAlta"; import "./style.css"; -export default async function Page(props: { - searchParams?: Promise<{ - }>; -}) { +export default async function Page(props: { searchParams?: Promise<{}> }) { const params = await props.searchParams; return (
- -

ALTA

+

ALTA USUARIO

diff --git a/app/(private)/Inscripcion/page.tsx b/app/(private)/Inscripcion/page.tsx index 6dc0f1c..50ceb74 100644 --- a/app/(private)/Inscripcion/page.tsx +++ b/app/(private)/Inscripcion/page.tsx @@ -65,6 +65,11 @@ export default async function Page(props: { Credito={student.credito} /> )} + {!student && numAcount && ( + + )} {student && } @@ -72,6 +77,9 @@ export default async function Page(props: { {student && ( <> +
diff --git a/app/Components/Alta/registerAlta.tsx b/app/Components/Alta/registerAlta.tsx index 5a078c4..6e43cbf 100644 --- a/app/Components/Alta/registerAlta.tsx +++ b/app/Components/Alta/registerAlta.tsx @@ -76,6 +76,28 @@ export default function RegisterAlta() { /> +
+ + setUser(e.target.value)} + placeholder="Coloca el email" + /> +
+ +
+ + +
+
- + + ); } diff --git a/app/Components/Receipt/Receipt.tsx b/app/Components/Receipt/Receipt.tsx index 4c0891d..083bdae 100644 --- a/app/Components/Receipt/Receipt.tsx +++ b/app/Components/Receipt/Receipt.tsx @@ -129,7 +129,7 @@ function Receipt({ numAcount }: ReceiptsProps) {
- +
diff --git a/app/Components/layout/BarNavigation/BarNavigation.tsx b/app/Components/layout/BarNavigation/BarNavigation.tsx index 1b8b2a0..d8b4738 100644 --- a/app/Components/layout/BarNavigation/BarNavigation.tsx +++ b/app/Components/layout/BarNavigation/BarNavigation.tsx @@ -24,16 +24,13 @@ function BarNavigation() {
  • - toggleSubMenu(0)}>Inscripción + toggleSubMenu(0)}>Inscripciónes
      - -
    • Alta
    • -
    • Agregar Tiempo
    • -
    • Inscripción
    • +
    • Inscripción Usuario