-
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-144] 상점 아이템 보관함 페이지 #917
The head ref may contain hidden characters: "GGFE-144-\uC0C1\uC810-\uC544\uC774\uD15C-\uBCF4\uAD00\uD568-\uD398\uC774\uC9C0"
Conversation
styles/store/Inventory.module.scss
Outdated
|
||
.img { | ||
object-fit: cover; | ||
// object-fit: contain; |
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.
지금 상태로는 cotain이 좀 더 깔끔하게 보이는 것 같아요! 그런데 미리보기 이미지에 따라 다를 수도 있을 것 같습니다
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.
무한스크롤 잘 작동하고 상점 목록들도 페이지 없는 경우, 페이지 한 개인 경우, 두 개인 경우 다 잘 되네요! 무한 스크롤 엄청 어려워보이는데 고생하셨습니다!!
totalPage: 2, | ||
}; | ||
|
||
function pagination( |
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.
이런식으로 테스트데이터 보내는 건 생각도 못했네요 배워갑니다!
overflow: hidden; | ||
} | ||
|
||
.img { |
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.
저는 contain이 더 나은거 같습니다
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.
저도 contain이 좋은것 같습니다
일단 피드백에 맞춰서 contain으로 수정했습니닷 |
저는 디자인 개인적으로 마음에 듭니다! 깔끔한 것 같아요. hover시 버튼 나타나는 것도 좋네용 tooltip도 배워갑니다! 저도 mui좀 찾아봐야겠네요. 고생하셨습니다!! |
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.
무한스크롤이 굉장히 빠르게 동작하네요. 디자인도 저는 이쁜것 같아요 스마트폰, 터치스크린일때 호버를 사용하면 두번클릭을 해야하거나 동작이 안되는 경우가 있어서
@media (hover: none) and (pointer: coarse) { ... }
스마트폰일때 동작이 달라야할 것같습니다.
overflow: hidden; | ||
} | ||
|
||
.img { |
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.
저도 contain이 좋은것 같습니다
@parksangmin1543 모바일인 경우에 터치를 해서 hover된 효과를 내게 하려고 일부러 hover를 쓴거긴 한데, 모바일에서 hover가 안될 수 있다는건 전혀 생각을 못했네요.. 터치 디바이스인 경우에는 따로 클릭 이벤트를 받을 수 있게 하는 방법을 찾아볼게요! |
📌 개요
💻 작업사항
아래 주석 수정해서 빈 경우, 페이지가 1개인 경우, 페이지가 2개인 경우 테스트 해 볼수 있어요,
object-fit: cover;
로 할지object-fit: contain;
로 할지 고민중인데 의견 부탁드립니다❗️✅ 변경로직