Update UI of Sessions window based on prototype#302599
Draft
Conversation
Contributor
|
@copilot try this again please! |
… 'More' toggle - Make section headers primary white color (var(--vscode-foreground)) and semi-bold (font-weight: 600) - Add letter-spacing: 0.04em to section headers - Add 'More archived' toggle button that appears at the bottom of the sessions list when there are archived sessions hidden (collapsed) by default - Button shows count of archived sessions and expands the Archived section on click - Restructure AgentSessionsControl to use flex column layout with list wrapper Co-authored-by: jo-oikawa <14115185+jo-oikawa@users.noreply.github.com>
Contributor
Author
Done in commit Section headers (Today, Yesterday, Last 7 days, Archived, etc.) are now:
'More archived' toggle button — appears at the bottom of the sessions list when there are archived sessions that are collapsed by default. Shows the count (e.g., "3 archived") and expands the Archived section when clicked. Disappears once the section is expanded. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Copilot
AI
changed the title
[WIP] Update UI of Sessions window based on prototype
Update UI of Sessions window based on prototype
Mar 17, 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.
Updates the Sessions window UI based on the mini prototype at
jo-oikawa/js-vscode-mini-v3(branchfeature/layout-polish-2025-12-17).Changes Made
font-weight: 600) and more prominent by using the primary foreground color (var(--vscode-foreground)) instead ofdescriptionForeground. Addedletter-spacing: 0.04emto improve readability..agent-sessions-vieweris now a flex column with a.agent-sessions-list-wrapperchild, so the "More archived" button appears cleanly below the scrollable list.Testing
npm run compile-check-ts-native)npm run valid-layers-check)Original prompt
Created from VS Code.
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.