feat(web): mobile top bar with tabs, chat toggle, and home sidebar sheet#3317
Merged
feat(web): mobile top bar with tabs, chat toggle, and home sidebar sheet#3317
Conversation
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Contributor
Release OptionsSuggested: Minor ( React with an emoji to override the release type:
Current version:
|
Contributor
🧪 BenchmarkShould we run the Virtual MCP strategy benchmark for this PR? React with 👍 to run the benchmark.
Benchmark will run on the next push after you react. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this contribution about?
Adds a mobile top bar to the agent shell that surfaces the main-panel tabs bar plus chat-toggle and new-task buttons alongside the existing menu button, and conditionally renders
MainPanelContent(wrapped in ErrorBoundary + Suspense) whenmainOpenis true on mobile so users can switch between chat and main panel views. Adds a mobile home toolbar toorg-shell-layoutwith a sidebar sheet that mountsStudioSidebarMobile+TasksPanel, and removes outer padding/border-radius fromorg-homeon mobile for a full-bleed layout. Drops a no-opml-autofromMainPanelTabsBarso it composes correctly inside the new mobile container.How to Test
🤖 Generated with Claude Code
Summary by cubic
Adds a mobile top bar with tabs, a chat toggle, and a new-task button in the agent view, plus a mobile home toolbar that opens a sidebar sheet for navigation and tasks. Mobile users can switch between chat and main-panel views; desktop is unchanged.
New Features
StudioSidebarMobileandTasksPanel.Refactors
ml-autofrom MainPanelTabsBar for correct layout in the new mobile container.Written for commit 6b74cf3. Summary will update on new commits.