-
Notifications
You must be signed in to change notification settings - Fork 122
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
Settings Screen New Design #196
Conversation
Generated by 🚫 Danger Swift against 67eab37 |
Kudos, SonarCloud Quality Gate passed!
|
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.
Looks good to me, a couple of thoughts inline, but nothing to stop merging this now.
|
||
/// Request settings screen presentation | ||
case showSettingsScreen | ||
/// The settings screen has been dismissed | ||
case dismissedSettingsScreen |
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.
How come you modified the state machine here? Presumably to inject the user session?
I think we need to separate out into 2 of these now, one top level for the whole app and another for navigation with a single user session navigation.
📱 Scan the QR code below to install the build for this PR. If you can't scan the QR code you can install the build via this link: https://i.diawi.com/NBhcMa |
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.
3 small comments in the re-review :)
Fixes #180
Appearance
section not implemented. Also updates placeholder user and room avatars.