-
Notifications
You must be signed in to change notification settings - Fork 106
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
Ignore background images in OnboardingBackgroundView for VoiceOver users [Bugfix] #658
Conversation
Signed-off-by: Sem Pruijs [email protected] |
Thanks for your contribution @sempruijs, this PR looks good to me. If you could update your changelog filename to be |
Kudos, SonarCloud Quality Gate passed! |
Yesss did it 🙌 |
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.
Thanks very much @sempruijs, I'm sure VoiceOver users will appreciate this contribution 🙌
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #658 +/- ##
===========================================
- Coverage 52.31% 52.31% -0.01%
===========================================
Files 259 259
Lines 14187 14188 +1
Branches 9118 9118
===========================================
Hits 7422 7422
- Misses 6543 6544 +1
Partials 222 222
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
LGTM |
Pull Request Checklist
UI changes have been tested with:
In the welcome screen when you boot the app for the first time, there are moving images that are not useful for VoiceOver users. This pr ignores them.
I do not know the flow of adding lines to the change log, so if someone could explain how that works, I would be glad :)
(It's my first time here)