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

Display appropriate information for Welcome Talk and Lunch Break in Timetable detail screen #284

Conversation

hiraike32
Copy link
Contributor

Issue

Overview (Required)

  • Changed the details screen for special content such as Welcome Talk and Lunch Break to display the appropriate wording.

Links

  • nothing

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

Before After
Screenshot_20240811_173130 Screenshot_20240811_173037

@@ -79,7 +79,18 @@ fun TimetableItemDetailContent(
}

is Special -> {
Text(stringResource(SessionsRes.string.special))
DescriptionSection(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The content is displayed in the same way as in Session.
Please let me know if there is anything missing or incomplete.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for letting me know. I think it is ok

Copy link

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

@github-actions github-actions bot temporarily deployed to deploygate-distribution August 11, 2024 08:54 Inactive
Copy link
Member

@takahirom takahirom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thanks!

Copy link
Member

@takahirom takahirom left a 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!

@takahirom takahirom merged commit 0ade008 into DroidKaigi:main Aug 11, 2024
5 checks passed
@hiraike32 hiraike32 deleted the issue-213/display-appropriate-information-on-special-contents branch August 11, 2024 09:10
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.

Display appropriate information for Welcome Talk and Lunch Break in Timetable detail screen
2 participants