-
Notifications
You must be signed in to change notification settings - Fork 0
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
[PC-551] 매칭 홈 분기 화면 UI 구현 및 API 연결 #62
Conversation
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.
고생하셨습니다 태규님!!!
data class MatchInfo( | ||
val matchId: Int, | ||
val matchStatus: MatchStatus, | ||
val description: String, | ||
val nickname: String, | ||
val birthYear: String, | ||
val location: String, | ||
val job: String, | ||
val matchedValueCount: Int, | ||
val matchedValueList: List<String>, | ||
) |
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.
👍
import com.puzzle.designsystem.foundation.PieceTheme | ||
|
||
@Composable | ||
internal fun MatchingPendingScreen( |
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.
잠깐 이쪽 화면에 한 화면에서 state를 어떻게 만들어야 하나 고민했었는데, 생각해보니까 이렇게 하면 훨씬 덜 복잡해지고 깔끔하겠네요👍 👍 👍
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.
오예~~~ 가독성 괜찮나요 ㅎㅎㅎㅎ
감사합니둥
1. ⭐️ 변경된 내용
2. 🖼️ 스크린샷(선택)