Skip to content

fix: navigation between Patch/Extension/OSS modules#22

Merged
JusterZhu merged 1 commit into
mainfrom
fix/nav-buttons
May 20, 2026
Merged

fix: navigation between Patch/Extension/OSS modules#22
JusterZhu merged 1 commit into
mainfrom
fix/nav-buttons

Conversation

@JusterZhu
Copy link
Copy Markdown
Collaborator

ListBox was only bound to ItemsSource with no SelectionChanged/SelectedItem/Command to trigger page switch.

Fix: ItemsControl + Button with ElementName binding to NavigateCommand.

- Add x:Name=MainWin to Window for ElementName binding
- Replace ListBox + TextBlock with ItemsControl + Button
- Each Button binds to MainWindow.NavigateCommand with NavItem as parameter
Copilot AI review requested due to automatic review settings May 20, 2026 11:38
@JusterZhu JusterZhu merged commit b78dba8 into main May 20, 2026
1 check failed
@JusterZhu JusterZhu review requested due to automatic review settings May 20, 2026 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant