From 1373c786511944c96797d882429b8879a9bd20b8 Mon Sep 17 00:00:00 2001 From: Nancy Huang <205217630+naanci@users.noreply.github.com> Date: Fri, 23 Jan 2026 03:02:04 -0500 Subject: [PATCH 1/2] 656: removed extra padding from landing/dashboard page on mobile --- js/src/app/_component/AboutUs.tsx | 46 ++++++++++---------- js/src/app/dashboard/Dashboard.page.tsx | 58 +++++++++++++------------ 2 files changed, 54 insertions(+), 50 deletions(-) diff --git a/js/src/app/_component/AboutUs.tsx b/js/src/app/_component/AboutUs.tsx index a8c7af7ac..450cfedf9 100644 --- a/js/src/app/_component/AboutUs.tsx +++ b/js/src/app/_component/AboutUs.tsx @@ -30,8 +30,16 @@ export default function AboutUs() { }; return ( - <> - + + Celebrating CodeBloom's 1 Year Anniversary! 🎉 - + <Title order={3} style={{ color: "#4cffb0" }}> Level Up Your Coding with Patina's LeetCode Challenge! -
+
-
+
- - + + Celebrating CodeBloom's 1 Year Anniversary! 🎉 - + <Title order={5} style={{ color: "#4cffb0" }}> Level Up Your Coding with Patina's LeetCode Challenge! -
+
-
+
- -
+ + + + -
- + + ); } diff --git a/js/src/app/dashboard/Dashboard.page.tsx b/js/src/app/dashboard/Dashboard.page.tsx index f0a6b6c3b..ab528f4f5 100644 --- a/js/src/app/dashboard/Dashboard.page.tsx +++ b/js/src/app/dashboard/Dashboard.page.tsx @@ -8,7 +8,7 @@ import DocumentTitle from "@/components/ui/title/DocumentTitle"; import Toast from "@/components/ui/toast/Toast"; import ToastWithRedirect from "@/components/ui/toast/ToastWithRedirect"; import { useAuthQuery } from "@/lib/api/queries/auth"; -import { Center, Flex, Loader, Title } from "@mantine/core"; +import { Center, Flex, Loader, Title, Box } from "@mantine/core"; import { useMediaQuery } from "@mantine/hooks"; export default function DashboardPage() { @@ -52,38 +52,40 @@ export default function DashboardPage() { - -
- Dashboard -
-
- {!data.user.leetcodeUsername ? - - : } -
- - - - - - - - - + +
+ Dashboard +
+
+ {!data.user.leetcodeUsername ? + + : } +
+ + + + + + + + + +
-
+ ); } From 2e53979edd9dfb586114cd8804ad789d41f3a5d9 Mon Sep 17 00:00:00 2001 From: Nancy Huang <205217630+naanci@users.noreply.github.com> Date: Sat, 24 Jan 2026 03:49:28 -0500 Subject: [PATCH 2/2] 656: removed unneeded props --- js/src/app/_component/AboutUs.tsx | 14 +++----------- js/src/app/dashboard/Dashboard.page.tsx | 10 +--------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/js/src/app/_component/AboutUs.tsx b/js/src/app/_component/AboutUs.tsx index 450cfedf9..b499b0b2b 100644 --- a/js/src/app/_component/AboutUs.tsx +++ b/js/src/app/_component/AboutUs.tsx @@ -30,15 +30,7 @@ export default function AboutUs() { }; return ( - + Celebrating CodeBloom's 1 Year Anniversary! 🎉 - + <Title order={3} style={{ color: "#4cffb0", alignItems: "center" }}> Level Up Your Coding with Patina's LeetCode Challenge! - +