sessions: align list row hover feedback - #336953
Merged
Sandeep Somavarapu (sandy081) merged 3 commits intoSep 21, 2026
Merged
Sandeep Somavarapu (sandy081) merged 3 commits into
Sandeep Somavarapu (sandy081) merged 3 commits into
Conversation
Sandeep Somavarapu (sandy081)
enabled auto-merge (squash)
September 20, 2026 21:18
Copilot started reviewing on behalf of
Sandeep Somavarapu (sandy081)
September 20, 2026 21:18
View session
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The focused implementation matches the intended behavior and includes appropriate regression coverage.
Review effort: Balanced
Findings: None
What changed in this PR
Aligns hover feedback across Agents window session-list rows while preserving spacing and responsive behavior.
Changes:
- Standardizes full-width, square row feedback.
- Preserves shortcut spacing and show-more padding.
- Adds regression coverage for classes, geometry, and padding.
| File | Description |
|---|---|
src/vs/sessions/contrib/sessions/test/browser/sessionsList.test.ts |
Tests row styling, spacing, and geometry. |
src/vs/sessions/contrib/sessions/browser/views/sessionsList.ts |
Applies section classes and shortcut spacing. |
src/vs/sessions/contrib/sessions/browser/media/sessionsList.css |
Unifies row feedback styling and padding. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Benjamin Christopher Simmonds (benibenj)
previously approved these changes
Sep 20, 2026
Contributor
Screenshot ChangesBase: Changed (63)2 insignificant change(s) omitted (≤20 px, Δ≤2). See CI logs for details. |
Use consistent full-width hover geometry for session, section, shortcut, and show-more rows while preserving each row's content spacing. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Accept the component-fixture baselines for the intentional Sessions list hover and spacing changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Keep the rebased blocks-ci manifest byte-for-byte compatible with the generated fixture list. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sandeep Somavarapu (sandy081)
force-pushed
the
agents/bg-hover-feedbacks-are-not-similar-on-folder
branch
from
September 21, 2026 07:49
3680c51 to
213244c
Compare
Giuseppe Cianci (Giuspepe)
approved these changes
Sep 21, 2026
Sandeep Somavarapu (sandy081)
deleted the
agents/bg-hover-feedbacks-are-not-similar-on-folder
branch
September 21, 2026 08:09
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.
Aligns hover feedback across Sessions list rows so sessions, workspace folders, custom groups, shortcuts, and show-more rows use the same full-width square background.
Preserves the intended content spacing for section labels and show-more separators, and reserves the row-spacing height for shortcut entries. Adds regression coverage for row classes, geometry, and padding.
Validation:
npm run compilenpm run hygiene./scripts/test.sh --run src/vs/sessions/contrib/sessions/test/browser/sessionsList.test.ts(145 passing)