From 2846d053f18a7f2d92aa28ccd83ccfb47d80170d Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 18 Feb 2026 11:03:21 +0000 Subject: fix(frontend): hide loading spinner on mobile when feed sidebar is hidden The Suspense fallback (LoadingSpinner) was visible on mobile even though FeedSidebar itself had `hidden md:block`. Move the responsive hiding classes to a wrapper div so both the spinner and the sidebar are hidden on mobile screens. https://claude.ai/code/session_01Nfc9gnkDPgnXZwEWyGrb9U --- frontend/src/components/FeedSidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/components') diff --git a/frontend/src/components/FeedSidebar.tsx b/frontend/src/components/FeedSidebar.tsx index e196127..209be23 100644 --- a/frontend/src/components/FeedSidebar.tsx +++ b/frontend/src/components/FeedSidebar.tsx @@ -28,7 +28,7 @@ export function FeedSidebar({ basePath, isReadView = false }: Props) { }; return ( -