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/#247 store detail edit #264

Merged
merged 97 commits into from
Nov 17, 2024
Merged

Feature/#247 store detail edit #264

merged 97 commits into from
Nov 17, 2024

Conversation

0se0
Copy link
Member

@0se0 0se0 commented Nov 6, 2024

📌 Issue

⛳️ Work Description

-2차 스프린트

📸 Screenshot

동영상

  • Video 1:
3.mp4

이미지

Image 1 Image 2
Image 2 Image 3

📢 To Reviewers

  • 메뉴 개수를 제대로 불러오지 못했습니다..

@0se0 0se0 requested a review from chattymin November 14, 2024 06:35
Copy link
Member

@chattymin chattymin left a comment

Choose a reason for hiding this comment

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

어우 깔끔하게 잘 하셧네용
이번 스프린트도 고생 많으셨습니다!!!

Comment on lines +472 to +490
Box(modifier = Modifier.width(32.dp)) {
if (showDeleteButton) {
Column {
Text(
text = "",
style = HankkiTheme.typography.body8,
color = Color.Transparent
)
Spacer(modifier = Modifier.height(11.dp))
Icon(
painter = painterResource(id = R.drawable.ic_circle_x),
contentDescription = "delete",
tint = Gray300,
modifier = Modifier
.size(32.dp)
.noRippleClickable(onClick = deleteMenu)
)
}
}
Copy link
Member

Choose a reason for hiding this comment

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

showDeleteButton이 false일 때 Box에 해당하는 영역은 존재할거같아요!
두가지 궁금증이 있어요

  1. Box로 묶은 이유가 있나요? 단순 width라면 Column에서 처리해도 될 것 같아요! 그게 아니라면 Box도 같이 If문 안에 있는건 어떨까요?
  2. Text에는 값이 없는데 들어간 이유가 있는걸까용?

Copy link
Member Author

Choose a reason for hiding this comment

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

  1. 리스트가 하나 남아있을 상황에서는 delete 버튼을 없애자는 의견이 나와서 이렇게 구현하였습니다!
  2. text부분 만큼의 크기를 주어서 delete 버튼의 위치를 조정한 것입니다!

@0se0 0se0 requested a review from chattymin November 16, 2024 11:26
Copy link
Member

@chattymin chattymin left a comment

Choose a reason for hiding this comment

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

채고~~~~
완전 고생했수용 🎉

@0se0 0se0 merged commit 445ef40 into develop Nov 17, 2024
@0se0 0se0 deleted the feature/#247-store-detail-edit branch November 17, 2024 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] store-detail-edit
3 participants