feat(ui): implement modern sidebar navigation and card-based layouts#12
Merged
Conversation
- Create Themes folder with 7 resource dictionaries for centralized styling - Add VS theme-aware styles using VsBrushes for Light/Dark/Blue theme support - Implement INotifyDataErrorInfo in ViewModelBase for validation support - Add validation for required manifest fields (ID, Version, Publisher, DisplayName, Description) - Update all Views and Dialogs to use centralized ThemeResources - Replace hardcoded colors in badges and warning boxes with theme-aware brushes - Standardize spacing with consistent margins across all controls - Add required field indicators (red asterisk) with validation error tooltips
- Replace TabControl with sidebar navigation using RadioButtons - Add card-based layouts with rounded corners and shadows - Add page headers with VS KnownMonikers icons - Implement dialog-based adding for Installation Targets, Prerequisites - Add dynamic VS setup package loading via IVsSetupCompositionService - Add file pickers for Icon, Preview Image, License, Getting Started, Release Notes - Fix ComboBox theming for dark mode with full ControlTemplate - Add purple accent highlight for active sidebar navigation - Fix dirty tracking to exclude navigation state changes - Add screenshots to README
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.
Summary
IVsSetupCompositionServicefor Dependencies and PrerequisitesTest plan
.vsixmanifestfile and verify the new sidebar navigation worksCloses #5