-
Notifications
You must be signed in to change notification settings - Fork 8
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
[GGFE-154] 이름 색상 변경 모달 프리뷰 기능 #941
The head ref may contain hidden characters: "GGFE-154-\uC0C1\uC810-\uC774\uB984-\uC0C9\uC0C1-\uBCC0\uACBD-\uBAA8\uB2EC"
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.
색상 값에 따라 미리보기 잘보이고 기존 랭크페이지도 잘 작동하네요. status message는 굳이 안보여줘도 될거 같습니다. rankLIstItem도 분리되니 더 이해하기 쉬운거 같아요. 모달 위아래 크기만 조금 조절하면 될 듯 하네요.(제 화면에서는 pc일 때 모달 위아래가 벗어나네요, 개발자 - 모바일화면에선 잘 됩니다!) 고생하셨습니다!! 👍👍
textColor: string; | ||
} | ||
|
||
export interface RankUser extends BaseUser { |
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.
확장 사용하니 더 좋은거 같네요! 👍
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.
와 엄청 가독성이 올라갔네요. myranking과 myvip같은 경우 확인해보니 자기 랭킹을 찾아갈때 사용되는 부분이였습니다. 그래서 지금 ranklist_division과 ranklistitem이 같은 색깔로 적용이 됩니다. myranking과 myvip주석처리할때 정상적으로 돌아오는걸 확인했습니다. 색깔을 적용하니 훨씬 이쁘네요. 👍
|
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.
코드가 많이 깔끔해졌네요!! 너무 고생하셨습니다👍👍 각 미리보기 이미지에서 my ranking, my vip 이렇게 제목 달아줘도 좋을 것 같아요! 고생하셨습니다!!
📌 개요
💻 작업사항
IdPreviewComponent
tierImageUri
데이터가 들어온다면 실제 티어에 해당하는 이미지를 보여줄지 (근데 이렇게 하면 티어를 제외한 데이터가 더미데이터라 좀 어색할수도 있을 것 같습니다.)statusMessage
가 있으니까 모달 너비가 너무 길어지는 것 같아서(적당히 넣을 상태 메시지도 생각나지 않아서)빼는 쪽으로 했는데 괜찮은지 모르겠습니다... 🤯RankListItem, NormalListItem
RankUser
와NormalUser
를 함께 쓰던RankListItem
을 각각RankUser
는RankListItem
,NormalUser
는NormalListItem
를 쓰도록 분리했습니다.그 외
✅ 변경로직