-
-
Notifications
You must be signed in to change notification settings - Fork 868
Onboarding Screen #906
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
Onboarding Screen #906
Conversation
- Add an onboarding screen (only appear on first launch) - π«π· French translations for the new onboarding screen - Reorganize AppDelegate a bit - Move View Controllers into folders
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.
Everything looks good! Good job!
I think i'm done with this PR, feel free to add commits if you want to maybe add some translations @waydabber @JoniVR |
He @the0neyouseek - I have an issue - something seems to be off. Steps to reproduce:
Also, besides the unexpected nil, the onboarding screen does not pop up now (it did pop up when I did the last approve as I tested it - so something must have changed since then) and a complaint about permissions do pop up (when security permissions are not granted to the app) - I thought this should not present itself before the onboarding so it is not the first impression. |
That's weird. Maybe I messed something up, I'll look into 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.
Works perfectly now! :)
Hey @the0neyouseek - is this PR now done or you still working on it? Shouldn't it be merged? :) |
Done for me :) You can merge it |
This PR is related to this issue: #676
What's new
Tests
I've tested the onboarding screen on both small and large screen, HiDPI and normal res, light and dark mode.
If you want to test the PR you can save your preferences located here:
and run this command to reset your current preferences (where the app check to know if it was started once)
before the launching the project in XCode.
What's left to do
All current translations beside French & English (for the new onboarding) are missing for now.
If you want to help with translations, please read the opening post of this discussion: #637