-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Machine config list navigation, and repo config names. #3119
Conversation
<TextBlock x:Name="SetupEnvironmentHeader" Style="{StaticResource SettingsSectionHeaderTextBlockStyle}" x:Uid="ms-resource:https:///DevHome.SetupFlow/Resources/MainPage_EnvironmentSetup"/> | ||
<!-- Transparent Grid wrapper for displaying tooltip on disabled settings card --> | ||
<Grid Background="Transparent"> | ||
<ListView ItemContainerStyle="{ThemeResource ListViewItemStretchStyle}" SelectionMode="Single"> | ||
<Grid Background="Transparent"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove the Background, since I assume transparent by default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AmelBawa-msft Is this still needed? I disabled a settings card but I didn't get any tooltip.
Summary of the pull request
The buttons in the Machine Configuration main page could be navigated only via tabs. Not the arrow keys.
I put the items in a ListView. Now all items in the group can be navigated with the arrow keys.
The repo names in the RepoConfig page had the incorrect automation names. Fixed that.
Moved some DevDrive code over to the view model.
References and relevant issues
https://task.ms/50553376
https://task.ms/49676606
Detailed description of the pull request / Additional comments
Validation steps performed
Manually ran and tested.
For the narrator, I added repos and listened to the narrator when they were on the repo config screen.
For Dev Drive
PR checklist