-
Notifications
You must be signed in to change notification settings - Fork 200
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 SwiftUIContributorView #162
Conversation
@@ -90,8 +90,8 @@ public struct RootReducer { | |||
state.paths.about.append(.staff(.init())) | |||
return .none | |||
|
|||
case .about(.view(.contributersTapped)): | |||
state.paths.about.append(.contributor(.init(text: ""))) | |||
case .about(.view(.contributorsTapped)): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix typo
.navigationBarTitleStyle( | ||
color: AssetColors.Surface.onSurface.swiftUIColor, | ||
titleTextStyle: .titleMedium, | ||
largeTitleTextStyle: .headlineSmall | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is custom modifier.
I looked Figma design, navigation title of all screens are same style, so I changed it in RootView.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This struct is used from TimetableDetailView, too. So moved to Model module.
@shin-usu Please fix conflicts 🙏 |
It looks like its the color names from the name update. If you change the color name to flamingo it should resolve the issue. |
e0d5b69
to
1966f49
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -0,0 +1,25 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to share these strings between iOS and Android? We should move to a shared location if that is possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it was decided whether to share Resource between iOS and Android.
In fact, all iOS projects use the string catalog.
Therefore, it would be more efficient to replace all of them after the policy is decided.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM👍
Overview (Required)
Screenshot (Optional if screenshot test is present or unrelated to UI)
Movie (Optional)
2024-07-26.1.19.37.mov