From 06a3309519caa6d9fa53fcbc41e5395214f517aa Mon Sep 17 00:00:00 2001 From: Maximilian Arzberger Date: Sat, 16 Aug 2025 16:19:51 +0200 Subject: [PATCH] allow selecting --- src/app/four04/four04-mobile.tsx | 8 ++++---- src/app/four04/four04.tsx | 8 ++++---- src/app/landing/landing-mobile.tsx | 3 +-- src/app/layout.tsx | 2 +- src/app/offline/page.tsx | 2 +- src/app/saved/saved.tsx | 2 +- src/app/share/[shareId]/shared.tsx | 2 +- src/app/slots/slots.tsx | 2 +- src/components/ui/Buttons.tsx | 6 +++--- src/components/ui/CompoundTable.tsx | 2 +- src/components/ui/Footer.tsx | 2 +- src/components/ui/Hero.tsx | 13 +------------ src/components/ui/LoadingPopup.tsx | 2 +- src/components/ui/Navbar.tsx | 2 +- src/components/ui/Popup.tsx | 6 +----- src/components/ui/PopupMobile.tsx | 6 +----- src/components/ui/TimeTable.tsx | 4 ++-- 17 files changed, 26 insertions(+), 46 deletions(-) diff --git a/src/app/four04/four04-mobile.tsx b/src/app/four04/four04-mobile.tsx index 220a81f..76c9c82 100644 --- a/src/app/four04/four04-mobile.tsx +++ b/src/app/four04/four04-mobile.tsx @@ -9,7 +9,7 @@ export default function NotFound() { const router = useRouter(); return ( -
+
{/*Shadow*/} {/*Stroke*/} {/*Fill*/} - + 404
diff --git a/src/app/four04/four04.tsx b/src/app/four04/four04.tsx index fdf307e..5e9bd38 100644 --- a/src/app/four04/four04.tsx +++ b/src/app/four04/four04.tsx @@ -10,7 +10,7 @@ import { useRouter } from "next/navigation"; export default function NotFound() { const router = useRouter(); return ( -
+
{/* Shadow */} {/* Stroke */} {/* Fill */} - + 404
diff --git a/src/app/landing/landing-mobile.tsx b/src/app/landing/landing-mobile.tsx index b768e4d..d94ad52 100644 --- a/src/app/landing/landing-mobile.tsx +++ b/src/app/landing/landing-mobile.tsx @@ -27,7 +27,7 @@ export default function View() { /> )} -
+
FFCS Logo {children} diff --git a/src/app/offline/page.tsx b/src/app/offline/page.tsx index e72627c..be9f695 100644 --- a/src/app/offline/page.tsx +++ b/src/app/offline/page.tsx @@ -5,7 +5,7 @@ import Footer from "@/components/ui/Footer"; export default function OfflinePage() { return ( -
+
+
+
+
{/* Background Image */}
CC Button router.push("/")} unselectable="on" draggable={false} @@ -281,7 +281,7 @@ export function BasicToggleButton({ w-[60px] h-[36px] rounded-[12px] - select-none + cursor-pointer font-poppins active:shadow-[2px_2px_0_0_black] diff --git a/src/components/ui/CompoundTable.tsx b/src/components/ui/CompoundTable.tsx index 87b16ae..ecfb4a1 100644 --- a/src/components/ui/CompoundTable.tsx +++ b/src/components/ui/CompoundTable.tsx @@ -40,7 +40,7 @@ export default function CompoundTable({ data, large }: CompoundTableProps) { }); return ( -
+
+