Conversation
sua710
reviewed
May 20, 2026
Comment on lines
+18
to
+23
| @Composable | ||
| fun ProductGridItem( | ||
| product: ProductData, | ||
| showWishButton: Boolean = true, | ||
| onWishClick: () -> Unit = {} | ||
| ) { |
jeongkyueun
approved these changes
May 20, 2026
Collaborator
jeongkyueun
left a comment
There was a problem hiding this comment.
LazyVerticalGrid로 마이그레이션하면서 기존 Adapter 구조보다 훨씬 코드가 직관적이고 깔끔해진 것 같습니다! 잘 구현하셨고 고생 많으셨습니다!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 PR 제목
🔗 관련 이슈
Closes #55
✨ 변경 사항
items()함수를 사용하여 동일한 리스트 데이터 표시key를 지정하여 상태 안정성 확보🔍 테스트
📸 스크린샷 (선택)
🚨 추가 이슈