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

Fix bottom space from DayTab offsets in Timetable Screen #919

Merged
merged 4 commits into from
Sep 3, 2024

Conversation

kktaro
Copy link
Contributor

@kktaro kktaro commented Sep 1, 2024

Issue

Overview (Required)

  • In Timetable Screen, remove bottom empty space due to DateTab offset.
  • Replace Column and offset with Box and Padding.

Links

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

Before After

Movie (Optional)

portrait

Before After
before_portrait.mp4
after_portrait.mp4

landscape

Before After
before_landscape.mp4
after_landscape.mp4

@github-actions github-actions bot temporarily deployed to deploygate-distribution September 2, 2024 14:37 Inactive
@takahirom
Copy link
Member

takahirom commented Sep 2, 2024

Thank you for your pull request!
Could you check the grid behavior?
image

@kktaro
Copy link
Contributor Author

kktaro commented Sep 2, 2024

Sorry.
In TimetableGrid Screen, modifier from arguments is changed to apply to the whole screen.

@github-actions github-actions bot temporarily deployed to deploygate-distribution September 3, 2024 03:25 Inactive
@@ -139,7 +139,7 @@ fun TimetableGrid(
val animatedScope = LocalAnimatedVisibilityScope.current

Row(
modifier = Modifier
Copy link
Member

Choose a reason for hiding this comment

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

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.

This is important fix! Thank you for your contribution!

@takahirom takahirom merged commit 5bca9d8 into DroidKaigi:main Sep 3, 2024
7 checks passed
Corvus400 added a commit to Corvus400/conference-app-2024 that referenced this pull request Sep 6, 2024
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.

In TimetableList, Items cannot be displayed at the bottom of the screen by the offset of DayTab
2 participants