-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Templates] Added some a11y properties in the ManageMetaPage #27139
Conversation
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.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (1)
- src/Templates/src/templates/maui-mobile/Pages/ManageMetaPage.xaml: Language not supported
src/Templates/src/templates/maui-mobile/Pages/ManageMetaPage.xaml
Outdated
Show resolved
Hide resolved
Isn’t this what I did here? #26903 |
Seems like we have some issues related with the same stuff: Sorry, I didn't find a direct relation between the issue and some PRs etc. There are small changes that would still be interesting, such as adding a hint to a delete button that did not have it (two lists, one of them had it, the other did not). |
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.
These changes look good! I think we should move this PR to the maui-samples repo for now and then we'll move the rest of the changes back to this template
Closing this one in favor of this one :) |
Description of Change
Added some a11y properties in the ManageMetaPage.
Before
After
Issues Fixed
Fixes #26233