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 the conference screen #237

Merged
merged 2 commits into from
Jan 23, 2025
Merged

implement About the conference screen #237

merged 2 commits into from
Jan 23, 2025

Conversation

kropp
Copy link
Member

@kropp kropp commented Jan 17, 2025

The screen is ready except the data is not yet there, I filled the schedule with placeholder text

@kropp kropp requested review from e5l and zsmb13 January 17, 2025 11:21
@kropp kropp requested a review from zsmb13 January 21, 2025 14:11
AboutConference(
onPrivacyPolicy = { navController.navigate(PrivacyPolicyForVisitorsScreen) },
onGeneralTerms = { navController.navigate(TermsOfUseScreen) },
onWebsiteLink = { urlHandler.openUri("https://kotlinconf.com/") },
Copy link
Member

Choose a reason for hiding this comment

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

please extract URL to resources

Column(
verticalArrangement = Arrangement.spacedBy(48.dp),
) {
// TODO retrieve data from the service
Copy link
Member

Choose a reason for hiding this comment

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

please log an issue and link it in the comment

@kropp kropp merged commit 94998cf into kotlinconf-2025 Jan 23, 2025
5 checks passed
@kropp kropp deleted the screens/about branch January 23, 2025 07:59
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.

3 participants