Agents: Update session terminology and enhance layout#307426
Merged
mrleemurray merged 4 commits intomainfrom Apr 2, 2026
Merged
Agents: Update session terminology and enhance layout#307426mrleemurray merged 4 commits intomainfrom
mrleemurray merged 4 commits intomainfrom
Conversation
…ns to discard Co-authored-by: Copilot <copilot@github.com>
…e" and remove unused session section icon styles
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Agents Sessions UI to use “Done” terminology for archived sessions and tweaks the sessions list section header layout to better accommodate the updated presentation.
Changes:
- Renamed “Archived” labeling to “Done” in the sessions view filter and list section header.
- Updated archive/unarchive actions to “Mark as Done” / “Restore” (including confirmation dialog copy) and refreshed their icons.
- Adjusted flex layout CSS for the session section header (label/count alignment).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/vs/sessions/contrib/sessions/browser/views/sessionsViewActions.ts | Updates archive/unarchive action labels, dialog text, and action icons to match “Done/Restore” terminology. |
| src/vs/sessions/contrib/sessions/browser/views/sessionsView.ts | Renames the “Archived” filter option to “Done”. |
| src/vs/sessions/contrib/sessions/browser/views/sessionsList.ts | Renames the archived section label to “Done”. |
| src/vs/sessions/contrib/sessions/browser/media/sessionsList.css | Adjusts section header flex layout for label/count positioning. |
lszomoru
approved these changes
Apr 2, 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.
Revise terminology for archived sessions to "Done" and improve the layout of the session section with icons. Simplify the session filter title and update action icons for archiving and unarchiving sessions. This enhances clarity and usability in managing session states.
Addresses: #307225