Component/Page
Responsive Design/Mobile
Environment
Both
Severity
Medium (Feature partially broken)
Browser
Chrome 149
Operating System
Ubuntu 24.04
Environment Information
Node.js: v22.18.0
pnpm: 11.5.3
Next.js: 15.5.18
Local Development Mode (mock authentication enabled)
Description
On mobile viewports (<768px), navigation becomes inaccessible because no visible control is available to open the sidebar.
The mobile sidebar implementation already exists and uses a Sheet controlled by openMobile state. However, the only toggle control is rendered inside AppSidebar, which is hidden when the mobile sidebar is closed.
Testing showed that rendering SidebarTrigger in the shared app/(main)/layout.tsx restores access to the mobile sidebar across routes such as New Chat, Integrations, Workflows, and Chat pages.
Expected Behavior
Mobile users can access sidebar navigation.
Actual Behavior
Sidebar becomes inaccessible below 768px.
Steps to Reproduce
- Open the application on a viewport below 768px width.
- Observe that the desktop sidebar is hidden.
- Try to access navigation.
Browser Console Errors
No response
Network Errors
No response
Additional Context
No response
Component/Page
Responsive Design/Mobile
Environment
Both
Severity
Medium (Feature partially broken)
Browser
Chrome 149
Operating System
Ubuntu 24.04
Environment Information
Node.js: v22.18.0
pnpm: 11.5.3
Next.js: 15.5.18
Local Development Mode (mock authentication enabled)
Description
On mobile viewports (<768px), navigation becomes inaccessible because no visible control is available to open the sidebar.
The mobile sidebar implementation already exists and uses a
Sheetcontrolled byopenMobilestate. However, the only toggle control is rendered insideAppSidebar, which is hidden when the mobile sidebar is closed.Testing showed that rendering
SidebarTriggerin the sharedapp/(main)/layout.tsxrestores access to the mobile sidebar across routes such as New Chat, Integrations, Workflows, and Chat pages.Expected Behavior
Mobile users can access sidebar navigation.
Actual Behavior
Sidebar becomes inaccessible below 768px.
Steps to Reproduce
Browser Console Errors
No response
Network Errors
No response
Additional Context
No response