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

Add timetable item card #148

Merged
merged 2 commits into from
Jul 19, 2024
Merged

Add timetable item card #148

merged 2 commits into from
Jul 19, 2024

Conversation

shin-usu
Copy link
Contributor

Overview (Required)

  • Add timetable item card
  • Moved the common UI of TimetableDetailView and TimetableListView to the CommonComponent module

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

Before After

@shin-usu shin-usu force-pushed the feature/timetable_item_card branch from 31e936c to f780b92 Compare July 18, 2024 16:38
@shin-usu shin-usu marked this pull request as ready for review July 18, 2024 16:44
import Theme
import class shared.TimetableItem

public struct TimetableItemView: View {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I am not sure what kind of naming I should use.
TimetableItemView, TimetableListItemView, TimetableItemCard, etc...

Copy link
Contributor

Choose a reason for hiding this comment

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

I think ... TimetableCard 🤔?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK👌
I will change that name.
Thanks!!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed
b8474fb

Copy link
Member

@ry-itto ry-itto left a comment

Choose a reason for hiding this comment

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

LGTM!!

Copy link
Contributor

@MrSmart00 MrSmart00 left a comment

Choose a reason for hiding this comment

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

LGTM!!!!
THX🙏

import Theme
import class shared.TimetableItem

public struct TimetableItemView: View {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think ... TimetableCard 🤔?

@shin-usu shin-usu merged commit 5b51cb3 into main Jul 19, 2024
1 check passed
@shin-usu shin-usu deleted the feature/timetable_item_card branch July 19, 2024 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants