Skip to content
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

Merged
merged 7 commits into from
Jul 21, 2024
Merged

Implement about screen roughly #131

merged 7 commits into from
Jul 21, 2024

Conversation

ta9ho4
Copy link

@ta9ho4 ta9ho4 commented Jul 14, 2024

Issue

Overview (Required)

I implemented about screen roughly

Links

Screenshot (Optional if screenshot test is present or unrelated to UI)

Before After
null

Movie (Optional)

Before After

@ta9ho4 ta9ho4 requested a review from takahirom July 14, 2024 20:03
@ta9ho4 ta9ho4 self-assigned this Jul 14, 2024
Copy link

Detekt check failed. Please run ./gradlew detekt --auto-correct to fix the issues.

import io.github.droidkaigi.confsched.designsystem.strings.Strings
import io.github.droidkaigi.confsched.designsystem.strings.StringsBindings

sealed class AboutStrings : Strings<AboutStrings>(Bindings) {
Copy link
Member

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,
Copy link
Member

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",
Copy link
Member

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?

Takumi Hoshimura added 3 commits July 21, 2024 00:24
# Conflicts:
#	app-android/src/main/java/io/github/droidkaigi/confsched/KaigiApp.kt
@ta9ho4 ta9ho4 force-pushed the feature/implement-about branch 3 times, most recently from 9640421 to df7c74d Compare July 20, 2024 18:21
@takahirom takahirom merged commit 56d3734 into main Jul 21, 2024
4 checks passed
@takahirom takahirom deleted the feature/implement-about branch July 21, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

About Screen
2 participants