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

[Feature] 메뉴 관리 페이지 생성 #534

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

hsgo2430
Copy link
Contributor

🐾 개요

  • 사장님 메뉴 관리 페이지 추가

🐳 상세 작업

  • 메뉴를 관리할 수 있는 페이지를 추가했습니다.
  • 상단의 메뉴카테고리를 누르면 해당 메뉴 카테고리로 이동하는 기능을 추가했습니다.
  • 메뉴 수정, 등록 화면의 UI를 변경하였습니다.

📷 결과 화면

@hsgo2430 hsgo2430 requested a review from a team as a code owner February 12, 2025 12:18
Copy link
Collaborator

@kongwoojin kongwoojin left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

Text(
modifier = Modifier.padding(horizontal = 20.dp),
text = state.storeInfo?.name ?: stringResource(R.string.shop_name),
style = TextStyle(color = Color.Black, fontSize = 20.sp),
Copy link
Collaborator

Choose a reason for hiding this comment

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

fontSize가 두번 선언된거 같아요!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

이런 그러네요 삭제하도록 할게요

@@ -336,7 +334,7 @@ fun ModifyMenuScreenImpl(
if(registerMenuState.menuOptionPrice.isEmpty()){
Box(
modifier = modifier
.border(width = 1.dp, color = ColorMinor)
.border(width = 1.dp, color = ColorMinor, shape = RoundedCornerShape(8.dp))
Copy link
Collaborator

Choose a reason for hiding this comment

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

shape도 디자인 시스템에 선언된 값을 사용하면 좋을 것 같습니다!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

한번 확인해볼게요!

text = item.categoryName,
style = KoinTheme.typography.medium12,
color = if(item.isChecked) Color.White else Gray3,
fontWeight = FontWeight(500),
Copy link
Collaborator

Choose a reason for hiding this comment

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

fontWeight를 추가로 선언하신 이유가 있을까요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

과거 코딩의 산재네요... 확인하고 영향 없으면 삭제할게요!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants