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

[feat] 웨이팅화면 UI 구현 #207

Merged
merged 21 commits into from
Jun 2, 2024
Merged

[feat] 웨이팅화면 UI 구현 #207

merged 21 commits into from
Jun 2, 2024

Conversation

wjdtkdgns777
Copy link
Collaborator

웨이팅화면의 UI 들과 간략하게 모듈틀을 작성해뒀습니다.
부스 상세화면의 다이얼로그 2개와 웨이팅화면의 UI가 포함됩니다.
UI쪽만 작성한 부분이고 수정 사항이 계속 생기는듯하여 일단은 string을 빼두거나 하진 않았습니다

@wjdtkdgns777 wjdtkdgns777 added enhancement New feature or request design tasks releated to design labels Jun 1, 2024
@wjdtkdgns777 wjdtkdgns777 self-assigned this Jun 1, 2024
@easyhooon
Copy link
Collaborator

UI 구현 PR 의 경우 스크린샷이 있으면 좋을 것 같아요 PR 양식에 따로 설정해두진 않았지만

@easyhooon
Copy link
Collaborator

easyhooon commented Jun 1, 2024

다른 화면에서 처럼 Composable 함수 내에서 필요한 파라미터를 하나씩 작성하고, 개행 하는 식으로 수정, Modifier 에 설정값이 한개 뿐일 경우엔 같은 라인에 작성하는 정도만 수정하면 딱히 문제 될 부분이 없어보입니다.

연관된 부분들 수정해주시고 merge 하면 될 것 같습니다. 수고하셨습니다

}

@Composable
fun WaitInfoCard(location: String, order: Int, waitingNumber: Int, people: Int) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

파라미터들을 하나씩 이전에 작성한 다른 컴포저블 함수들 처럼 개행해주세여

Icon(
imageVector = ImageVector.vectorResource(id = R.drawable.ic_arrow_below_waiting),
contentDescription = "filter icon",
modifier = Modifier
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
modifier = Modifier
modifier = Modifier.align(Alignment.CenterVertically),

@wjdtkdgns777 wjdtkdgns777 merged commit 9364491 into develop Jun 2, 2024
1 check passed
@wjdtkdgns777 wjdtkdgns777 deleted the feat/waiting-ui branch June 2, 2024 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design tasks releated to design enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants