From 99d19214570845faa9698e3cff80c2f95d2afa6a Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 23 Sep 2025 15:08:26 -0700 Subject: chore: migrate tailwind 3 to tailwind 4 --- frontend/src/components/NavBar.tsx | 2 +- frontend/src/components/displays/GenericScoreDisplay.tsx | 2 +- frontend/src/pages/AllScores.tsx | 6 +++--- frontend/src/pages/Chart.tsx | 4 ++-- frontend/src/pages/Login.tsx | 2 +- frontend/src/pages/Register.tsx | 2 +- frontend/src/pages/Score.tsx | 6 +++--- 7 files changed, 12 insertions(+), 12 deletions(-) (limited to 'frontend/src') diff --git a/frontend/src/components/NavBar.tsx b/frontend/src/components/NavBar.tsx index ac70dfb..045705c 100644 --- a/frontend/src/components/NavBar.tsx +++ b/frontend/src/components/NavBar.tsx @@ -52,7 +52,7 @@ export const NavBar = ({ currentPage, user, handleLogout }: {
{/* Logo */}
-
+
M
Mirage diff --git a/frontend/src/components/displays/GenericScoreDisplay.tsx b/frontend/src/components/displays/GenericScoreDisplay.tsx index 41a125c..003f022 100644 --- a/frontend/src/components/displays/GenericScoreDisplay.tsx +++ b/frontend/src/components/displays/GenericScoreDisplay.tsx @@ -373,7 +373,7 @@ const ScoreDisplay: React.FC = ({ return (
-
+
diff --git a/frontend/src/pages/AllScores.tsx b/frontend/src/pages/AllScores.tsx index c6fb250..e89cc64 100644 --- a/frontend/src/pages/AllScores.tsx +++ b/frontend/src/pages/AllScores.tsx @@ -185,7 +185,7 @@ const AllScores = () => { if (isLoading) { return ( -
+

Loading games...

@@ -195,12 +195,12 @@ const AllScores = () => { } return ( -
+
-

+

{gameName ? `${games.find(g => g.internalName === gameName)?.formattedName || gameName} - Community Scores` : "Community Scores" diff --git a/frontend/src/pages/Chart.tsx b/frontend/src/pages/Chart.tsx index 78f6d76..19f57cc 100644 --- a/frontend/src/pages/Chart.tsx +++ b/frontend/src/pages/Chart.tsx @@ -119,7 +119,7 @@ const Chart = () => { if (isLoading || loading) { return ( -
+

Loading scores...

@@ -129,7 +129,7 @@ const Chart = () => { } return ( -
+
{ {errors.general && (
-
+
{ {errors.general && (
-
+
diff --git a/frontend/src/pages/Score.tsx b/frontend/src/pages/Score.tsx index d842cb0..3474f1b 100644 --- a/frontend/src/pages/Score.tsx +++ b/frontend/src/pages/Score.tsx @@ -141,7 +141,7 @@ const Score = () => { if (isLoading || loading) { return ( -
+

Loading your scores...

@@ -151,12 +151,12 @@ const Score = () => { } return ( -
+
-

+

Your Scores

-- cgit v1.2.3