-
Notifications
You must be signed in to change notification settings - Fork 200
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
[iOS/Android] Updated room names inside app. #116
Conversation
…pecially iOS). Data from the API has not been updated.
case .chipmunk: AssetColors.Custom.chipmunk.swiftUIColor | ||
case .dolphin: AssetColors.Custom.dolphin.swiftUIColor | ||
case .electricEel: AssetColors.Custom.electricEel.swiftUIColor | ||
case .flamingo: AssetColors.Custom.flamingo.swiftUIColor |
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.
Have you changed the color assets on the iOS side?
I asked the question because Framingo colors were added for Android.
Also, ColorAsset is not registered with this name, so I would expect an error?
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.
In the meantime, you should rename the ColorAsset that is no longer needed.
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.
I have not
Could you run ./gradlew detekt --auto-correct to fix the CI status? |
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.
Thank you for your contribution!
Well, it seems that this is a draft PR. Are there any areas you still want to change? You can merge it whenever you're ready! |
Ah, I see that we need to wait for this year's API. |
I fixed the conflict and checked that it works by running 'sh ci.sh'. |
Sorry I didn't get a chance to fully review. LGTM |
Basically updated the room names in our app for iOS and Android. This does not yet match colors, shapes or data coming from the server. These should be updated before merging.
No useful screenshots since its mismatching data.
Warning: Colors may not be updated properly (especially iOS). Data from the API has not been updated.
Issue
Overview (Required)
Links
Screenshot (Optional if screenshot test is present or unrelated to UI)
Movie (Optional)