From 13420e5d2b311e50ba46838d91a6fc58f24ebe8e Mon Sep 17 00:00:00 2001 From: Jan Jaap Date: Thu, 30 Apr 2026 10:26:59 +0200 Subject: [PATCH 1/3] fix(web): make new thread button always visible on mobile Make the new thread button visible on mobile viewports (max-sm) by adding max-sm:pointer-events-auto and max-sm:opacity-100 classes. On desktop, the button remains hidden by default and appears on hover/focus. This allows users on mobile devices to start new chats in a project without needing hover capability. Co-Authored-By: Claude Haiku 4.5 --- apps/web/src/components/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/Sidebar.tsx b/apps/web/src/components/Sidebar.tsx index 5d778eec36e..63c89484758 100644 --- a/apps/web/src/components/Sidebar.tsx +++ b/apps/web/src/components/Sidebar.tsx @@ -2020,7 +2020,7 @@ const SidebarProjectItem = memo(function SidebarProjectItem(props: SidebarProjec +