-
Notifications
You must be signed in to change notification settings - Fork 154
Recreated hardcoded how-to-upload images as localizable SwiftUI views #2967
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
Recreated hardcoded how-to-upload images as localizable SwiftUI views #2967
Conversation
…ssibility for images used in HowToUploadViewController
Increase hover circle x offset 1 point to the right
Clarified image subview names
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.
Sorry for the delay @teaseaque. I left a few comments about overall code structure but it looks REALLY good in testing.
Do you think it would make sense to remove the HowToUploadViewController.xib
or are there still useful pieces in there? We have a RoundedButton style that should work for the bottom button.
Co-authored-by: Brandon Titus <b@titus.io>
Co-authored-by: Brandon Titus <b@titus.io>
…ges into ViewBuilders
Hey @bjtitus, all good, thanks for the feedback! I made updates for your feedback to refactor using ViewBuilders, plus replace HowToUploadViewController.swift and .xib with HowToUploadView.swift. Now tapping "Done" has some tactile feedback, too. |
Hey @bjtitus or @SergioEstevao, just revisiting this - can you please help merge this PR and close out the issue? I completed your suggested changes and really appreciate the opportunity to contribute! |
@TEAMMATE I'm so sorry for the delay. Thanks for looping back to us. I'm taking a look today. |
All good! And yep, sounds great! |
Code looks much better, thank you! I probably won't be able to branch and trigger the CI build today but I'll do it first thing tomorrow. |
Fixes #7
Before testing
If the test device system language is English, add a non-English language that is supported by Pocket Casts (e.g. French) in Settings app > General > Language & Region. Then, set the preferred language for Pocket Casts to the non-English language in Settings app > Apps > Pocket Casts
Test
Checklist
CHANGELOG.md
if necessary.