From b046aedceef853f824f339427b6614b30c675215 Mon Sep 17 00:00:00 2001 From: LukeGus Date: Wed, 27 Aug 2025 16:07:11 -0500 Subject: [PATCH] Improve auth page --- src/App.tsx | 38 +++++-------- src/ui/Homepage/Homepage.tsx | 80 +++++++++++++++------------- src/ui/Homepage/HomepageAuth.tsx | 4 +- src/ui/Homepage/HompageUpdateLog.tsx | 47 +++++++--------- 4 files changed, 78 insertions(+), 91 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 223e6246..fb3e1525 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -90,31 +90,19 @@ function AppContent() { return (
{!isAuthenticated && !authLoading && ( -