Add home button to customizations editor sidebar#308919
Merged
joshspicer merged 1 commit intomainfrom Apr 10, 2026
Merged
Conversation
abcc9d7 to
e025430
Compare
Contributor
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a dedicated “Customizations” home button to the AI Customizations management editor sidebar so users can explicitly navigate back to the welcome page (instead of relying on deselecting via blank-space clicks).
Changes:
- Add a new sidebar “Customizations” home button (with home codicon) above the sections list.
- Wire the button to
showWelcomePage()to clear selection and show the welcome content. - Add CSS to style the button to align with existing sidebar item styling.
Show a summary per file
| File | Description |
|---|---|
| src/vs/workbench/contrib/chat/browser/aiCustomization/media/aiCustomizationManagement.css | Adds styling for the new sidebar home button. |
| src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationManagementEditor.ts | Renders the new home button in the sidebar and hooks it up to navigate to the welcome page. |
Copilot's findings
- Files reviewed: 2/2 changed files
- Comments generated: 2
a95ab81 to
6e4679f
Compare
An Overview button with a home icon sits in the header row alongside the harness picker. When the harness picker is visible, the button shows only the icon; when hidden (single harness), it expands to a full-width button with label.
6e4679f to
c89ade8
Compare
bhavyaus
approved these changes
Apr 10, 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.
Adds a prominent "Customizations" button with a home icon at the top of the sidebar in the AI Customizations management editor. Clicking it navigates back to the welcome page.
This complements the existing behavior where clicking blank space in the sections list deselects and shows the welcome page, but provides a more discoverable way to get back.
Changes
sidebar-home-buttonelement above the sections list in the sidebarshowWelcomePage()