From c017b8816f11f51b5307d5bfa875ac354bd7e204 Mon Sep 17 00:00:00 2001 From: Eric Gullickson <16152721+ericgullickson@users.noreply.github.com> Date: Sun, 21 Dec 2025 20:27:25 -0600 Subject: [PATCH] Mobile Fixes --- .../src/features/settings/mobile/MobileSettingsScreen.tsx | 6 +++--- .../src/features/stations/mobile/StationsMobileScreen.tsx | 8 ++++---- .../shared-minimal/components/mobile/BottomNavigation.tsx | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/src/features/settings/mobile/MobileSettingsScreen.tsx b/frontend/src/features/settings/mobile/MobileSettingsScreen.tsx index 111da73..6f4db72 100644 --- a/frontend/src/features/settings/mobile/MobileSettingsScreen.tsx +++ b/frontend/src/features/settings/mobile/MobileSettingsScreen.tsx @@ -292,11 +292,11 @@ export const MobileSettingsScreen: React.FC = () => { {profile?.displayName?.charAt(0) || user?.name?.charAt(0) || user?.email?.charAt(0)} )} -
-

+

+

{profile?.displayName || user?.name || 'User'}

-

{profile?.email || user?.email}

+

{profile?.email || user?.email}

diff --git a/frontend/src/features/stations/mobile/StationsMobileScreen.tsx b/frontend/src/features/stations/mobile/StationsMobileScreen.tsx index 5b8beea..953d313 100644 --- a/frontend/src/features/stations/mobile/StationsMobileScreen.tsx +++ b/frontend/src/features/stations/mobile/StationsMobileScreen.tsx @@ -251,7 +251,7 @@ export const StationsMobileScreen: React.FC = () => { display: 'flex', flexDirection: 'column', height: '100vh', - pb: 7, // Space for bottom navigation + pb: 0, overflow: 'hidden' }} > @@ -314,7 +314,7 @@ export const StationsMobileScreen: React.FC = () => { > {/* Search Tab */} {activeTab === TAB_SEARCH && ( - + { {/* Saved Tab */} {activeTab === TAB_SAVED && ( - + { {/* Premium 93 Tab */} {activeTab === TAB_PREMIUM_93 && ( - + = ({ = ({