-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Improve UX in light mode #9
Comments
Hello! Happy to have found this issue via Hacktoberfest. 🎃 I'd love to contribute, and have an idea of some WCAG 2.0 accessible contrasts that would do the trick. However most of my experience with swift is in Swift 5 on iOS. I hope this won't be an issue for contributing? |
@jamie-brannan Hello Jamie! Do not hesitate to at least try to fix the contrast! 👏✅ If you have any questions do not hesitate to contact us me or @Jakub-Vacek. |
Awesome, will do! Thank you! 🚀 |
Hello again @prokopsimek , quick question – in reading your contribution guide I see you have commit conventions but would you like me to follow any particular branch naming conventions? |
Hi, @jamie-brannan . We use the |
Yes thank you 😊 |
Hello 👋 I have a few more questions about getting my environment and contributing set up. I've got macOS 11 beta installed, Xcode 12, PromiseKit and AwaitKit – my only issue is resolving signing certificates before I can build. Or is this not necessary? About branching, I'm new to contributing but I was wondering if it's standard procedure to always fork, then create a branch from there and a PR – simply to commit to my fork directly before creating a PR? |
Hi 👋 Try |
Hi! I hope its ok to jump on this issue thread. I'm also attempting to build the project, so I went through the screenshots above, and I still have the same warnings as @jamie-brannan but with the additional of the signing certificate errors (Jamie if you could let me know how you solved it, that would be amazing :) ). Were these warnings eventually resolved? I'd love to know how. Thanks!! |
Hi @rarcilla, there's several things to resolve your build errors. First, make sure you're running Xcode Version 12.2 beta 3. This is what resolved the |
@Jakub-Vacek Just a little update, I've got my Xcode sorted out, build going and reading more into the code and different strategies for storing running color schemes and assets efficiently in Swift UI for the project ;) I should have much more to come before midweek, and sources to handover! There doesn't happen to already be a graphic chart or branding created for this projet by any chance, or that I may have over looked? Otherwise, I'll stick closely to Apple-centric colors for this PR |
@jamie-brannan Great job 👍 @rarcilla Thank you 😊 |
I had a little trouble at first, but at last I've cracked how to implement a |
Improve colors when using "light mode" on your Mac.
TextField
text, labels and icons should be more contrasting (black).TextField
after saving configuration should disappear.Current state:
The text was updated successfully, but these errors were encountered: