Merged
Conversation
Contributor
Screenshot ChangesBase: Changed (44) |
Contributor
There was a problem hiding this comment.
Pull request overview
Improves the Agents Sessions window experience on mobile web by switching to a list-detail default (sidebar hidden) and introducing a sidebar overlay behavior when the sidebar is shown, plus auto-collapsing the sidebar after opening a session/chat.
Changes:
- Default the sessions workbench to start with the sidebar hidden on mobile web.
- Add a “mobile sidebar overlay” layout pass that positions the sidebar as a fixed, full-width layer when visible on mobile web.
- Auto-hide the sidebar after opening a chat/session on mobile web.
Show a summary per file
| File | Description |
|---|---|
| src/vs/sessions/services/sessions/browser/sessionsManagementService.ts | Collapses the sidebar after opening a session/chat on mobile web. |
| src/vs/sessions/browser/workbench.ts | Adds mobile-web defaults (sidebar hidden) and implements fixed-position overlay styling/layout for the sidebar. |
Copilot's findings
- Files reviewed: 2/2 changed files
- Comments generated: 2
Yoyokrazy
approved these changes
Apr 16, 2026
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.
No description provided.