Open
Conversation
Replace the old BottomSheet with a slide-in/out side drawer for mobile and tablet layouts. Add a persistent top bar with hamburger menu, session name, and connection status. Improve session management: create auto-focuses the new session, delete auto-selects the next one, three-dot context menu per session with rename/tags/delete options. - New MobileDrawer component with slide-in/out animations - Rewire LayoutShell for mobile (< 640px) and tablet (640-1024px) - Single-session mode on mobile in MainContent (no carousel/tiled/queue) - Hide pane-title-bar and main-header on mobile (redundant with top bar) - InputBar: prevent send button from dismissing keyboard on mobile - Add theme picker and auto-rotate toggle to drawer footer - Delete dead BottomSheet component and CSS - Add key prop to SessionPane for clean remount on session switch Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9a249c2 to
dc80827
Compare
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.
Replace the old BottomSheet with a slide-in/out side drawer for mobile and tablet layouts. Add a persistent top bar with hamburger menu, session name, and connection status. Improve session management: create auto-focuses the new session, delete auto-selects the next one, three-dot context menu per session with rename/tags/delete options.