(#728) Add open gallery context menu#1139
Merged
vexx32 merged 1 commit intoMay 26, 2026
Merged
Conversation
Member
Author
|
Keeping this in draft until #1138 have been merged, once that is merged this can be taken out of draft. |
vexx32
previously approved these changes
May 21, 2026
vexx32
left a comment
Member
There was a problem hiding this comment.
Overall LGTM for the bits added just for this PR. We'll wait on merging this until the other PR this was building on is merged and this is rebased.
70d62b6 to
2cce2bd
Compare
Implement the ability to open package gallery URLs directly from the context menu. This feature allows users to quickly access the gallery page for a specific package version in their default browser. Key Changes: - Add OpenGallery() method to PackageViewModel with error handling and user feedback - Add "Open Gallery" menu item to package context menu with visibility binding to GalleryDetailsUrl - Add localized resource strings for gallery operation labels and error messages - Update Resources.Designer.cs with new resource accessors Reason of the change: - Improve user experience by providing quick access to package gallery pages - Enable users to view detailed package information without manual URL navigation - Provide proper error handling and localized feedback when gallery URL cannot be opened
2cce2bd to
c65f839
Compare
vexx32
approved these changes
May 26, 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.
Description Of Changes
OpenGallery()method to PackageViewModel with error handling and user feedbackMotivation and Context
Improve user experience by providing quick access to package gallery pages, enabling users to view detailed package information without manual URL navigation.
Testing
Before starting the testing step, ensure that you have at least 1 package installed from the Chocolatey Community Repository, one package from a non Chocolatey Community Repository source, as well as having the Chocolatey Community Repository source, and one non Chocolatey Community Repository source available and enabled.
This PCsidebar menuOpen Gallery, then verify a new browser tab is opened and shows the expected package pageOpen GallerychocolateysourceOpen Gallery, then verify a new browser tab is opened and shows the expected package pageOpen GalleryOperating Systems Testing
Change Types Made
Change Checklist
Related Issue
Fixes #728