-
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
Implement about screen roughly #131
Conversation
Detekt check failed. Please run |
import io.github.droidkaigi.confsched.designsystem.strings.Strings | ||
import io.github.droidkaigi.confsched.designsystem.strings.StringsBindings | ||
|
||
sealed class AboutStrings : Strings<AboutStrings>(Bindings) { |
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. How about adding TODO here like // TODO: Please migrate this to Compose Multiplatform resources instead of this
here because we don't use Strings class for this year.
.padding( | ||
horizontal = 12.dp, | ||
), | ||
tint = Color.Green, |
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 about adding // TODO: Migrate this to theme's color
here? 👀
) | ||
item { | ||
AboutFooterLinks( | ||
versionName = "1.6.0", |
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.
Could you add // TODO: Inject the right version name
?
45fca8f
to
b5dbb0c
Compare
# Conflicts: # app-android/src/main/java/io/github/droidkaigi/confsched/KaigiApp.kt
b5dbb0c
to
f89dfb3
Compare
9640421
to
df7c74d
Compare
Issue
Overview (Required)
I implemented about screen roughly
Links
Screenshot (Optional if screenshot test is present or unrelated to UI)
Movie (Optional)