-
Notifications
You must be signed in to change notification settings - Fork 50
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
Migrate the settings page to Jetpack Compose #252
Migrate the settings page to Jetpack Compose #252
Conversation
Thank you for the pull request!The Scribe team will do our best to address your contribution as soon as we can. The following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :) If you're not already a member of our public Matrix community, please consider joining! We'd suggest using Element as your Matrix client, and definitely join the General and Android rooms once you're in. Also consider joining our bi-weekly Saturday dev syncs. It'd be great to have you! Maintainer checklist |
d9314cb
to
c9ba366
Compare
Happy to make changes to any visual detail that I might have missed while migrating to Jetpack Compose. |
Generally all's looking really good, @angrezichatterbox :) One thing I'm seeing is that the divider line for language sub menus isn't quite right? Should be more in the middle? See below: Aside from that, would you suggest that the toggles change style as they have? The new versions have a cta orange outline if they're not active rather than just a grey background, and there's also padding around the circular interactive element of the toggle, where before it there was no padding. Happy to hear your feedback on this and we can go from there! Would just be good to make sure that iOS and Android are the same, but we can work on it :) |
So currently I am directly using Material Switches I would make it to use the earlier switch. I missed it during the migration. I would also make the divider towards the centre. Thanks :) |
I have tried to make it as similar as possible to the earlier switches. If at all it feels not so similar Happy to make custom switches to make it even more similar. |
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 so much for the word here, @angrezichatterbox! In looking at the toggle designs I made the new versions are much better than the old ones 😊 Thanks for the attention to detail here and continuing the migration!
Contributor checklist
./gradlew lintKotlin detekt test
command as directed in the testing section of the contributing guideDescription
The pull request moves the settings page to Jetpack Compose. A separate issue would be created to migrate the Language settings page to Jetpack Compose since it’s too large to fit within the same PR.
Related issue
#247