DroidKaigi / conference-app-2024

The Official Conference App for DroidKaigi 2024
Apache License 2.0
458 stars 200 forks source link

fix: timetableGridItem title maxLine3 while keeping the existing layout #917

Closed Matuyuhi closed 2 months ago

Matuyuhi commented 2 months ago

Issue

Overview (Required)

Links

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

Before After
github-actions[bot] commented 2 months ago
Snapshot diff report File name Image
TimetableVerticalSca
le60PercentPreview_c
ompare.png
TimetableVerticalSca
le20PercentPreview_c
ompare.png
PreviewTimetableGrid
ItemMoreLongTitleIte
m_compare.png
TimetableVerticalSca
le40PercentPreview_c
ompare.png
Matuyuhi commented 2 months ago

↑ Fix padding between texts https://github.com/DroidKaigi/conference-app-2024/pull/917/commits/8c6f0e72866536fb7f75e1d16b849e1d69624384

takahirom commented 2 months ago

Looks great! Could we have screenshot tests so we can check the three lines and more of the sessions?

Matuyuhi commented 2 months ago

Thanks! I'll wait for the running test as it is.

Matuyuhi commented 2 months ago

Added preview of long titles!

takahirom commented 2 months ago

I think it might be better for this pattern to be on one line because the space between the title and the speaker icon is a little narrow.

image
Matuyuhi commented 2 months ago

good idea. I would put the same spacing between the title and the speaker icon as the schedule.

takahirom commented 2 months ago

Thanks!

Matuyuhi commented 2 months ago

Ready to tests!