fix(mobile): allow collapsing the tool calls panel - #17
Open
tomaash wants to merge 6 commits into
Open
Conversation
On viewports ≤720px the tools toggle was hidden and _toggleToolsCol was a no-op, so the stacked tool-calls pane always took space and crowded the conversation. Show the topbar control, honor collapse on mobile (no Split.js), default to collapsed on first mobile visit, and keep fullscreen tools from hiding the chat stream on small screens.
Hide topbar, rail, and chat tabs behind a slim peek strip so conversations get more vertical room on phones. Close the sidebar when tapping outside or selecting a conversation (pointer-driven rows never fired the old click handler). Bump the service worker shell cache and fix the gr launcher shebang for tsx.
Chrome-peek stacks above .app, so it covered the conversations drawer header when UI was collapsed. Offset the drawer and backdrop under the peek strip and bump the shell cache.
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.
Summary
_toggleToolsCol()was a no-op.Changes
src/main.ts— showtopbar-sidebar-righton mobilesrc/views/chat.ts— honor collapse without Split.js; force fullscreen off on mobile; default collapsed on first mobile visitsrc/style.css— reinforce collapsed/fullscreen behavior in the mobile layoutTest plan
localStorage