From 44ed329b681a116c22223741287eb7c0ae6ec842 Mon Sep 17 00:00:00 2001 From: Yago Santana Date: Mon, 1 Dec 2025 10:59:24 -0300 Subject: [PATCH] =?UTF-8?q?atualiza=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.tsx | 127 +++++++++++++++-- components/EventForm.tsx | 118 +++++++++++++++- components/Input.tsx | 85 +++++++++-- components/InstitutionForm.tsx | 248 +++++++++++++++++++++++++++++++++ contexts/DataContext.tsx | 62 ++++++++- package-lock.json | 63 ++++++++- package.json | 5 +- pages/Dashboard.tsx | 47 ++++++- pages/Home.tsx | 179 ++++++++++++++++++------ pages/Register.tsx | 118 +++++++++++++--- public/favicon.png | Bin 0 -> 108050 bytes public/logo23.png | Bin 0 -> 50142 bytes public/logofav.png | Bin 0 -> 91169 bytes types.ts | 14 ++ 14 files changed, 969 insertions(+), 97 deletions(-) create mode 100644 components/InstitutionForm.tsx create mode 100644 public/favicon.png create mode 100644 public/logo23.png create mode 100644 public/logofav.png diff --git a/App.tsx b/App.tsx index 2832a2a..b8c258d 100644 --- a/App.tsx +++ b/App.tsx @@ -70,19 +70,120 @@ const AppContent: React.FC = () => {
{renderPage()}
{currentPage === "home" && ( -