Skip to content

Conversation

@looseeyeon
Copy link
Collaborator

@looseeyeon looseeyeon commented Jun 11, 2025

✨ 작업 내용

  1. 인기순 목록은 카드 8개까지 보여주도록 수정
  2. 인기순/최근순 title 변경
    스크린샷 2025-06-11 오후 3 34 00
  • 인기순 title '요즘 가장 사랑받는 롤링 페이퍼 💌' 으로 워딩 수정
  • 최근순 title '따끈따끈 신상 롤링 페이퍼 🍞' 으로 워딩 수정
  1. 작성된 메시지가 0건인 경우 렌더링할 문구 (TBD)
스크린샷 2025-06-11 오후 3 25 29
  • 이 부분은 각자 어떤 스타일이 좋을지 고민 후 변경 예정
  1. 첫 페이지에서 좌측 화살표 노출되는 부분 수정
  2. 데스크탑 분기점 수정

🔗 관련 이슈

Fixes #

@looseeyeon looseeyeon requested a review from summerDev96 June 11, 2025 06:29
@vercel
Copy link

vercel bot commented Jun 11, 2025

@looseeyeon is attempting to deploy a commit to the Chiyoung Kim's projects Team on Vercel.

A member of the Team first needs to authorize it.

} = useApi(
listRecipients,
{ limit: 20, offset: popularOffset, sortLike: true },
{ limit: 8, offset: popularOffset, sortLike: true },
Copy link
Collaborator

Choose a reason for hiding this comment

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

페이지 반응형 breakpoint 수정, 인기순 8개 불러오는 점 확인하였습니다!

@vercel
Copy link

vercel bot commented Jun 11, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
team2-rolling-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 11, 2025 1:35pm

overflow: visible;

@media screen and (min-width: 768px) and (max-width: 1199px) {
@media screen and (min-width: 768px) and (max-width: 1247px) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

이 부분도 include 추가 부탁드립니다! 아래에 있는 부분도요!

@include tablet {
padding: 0 24px;
width: 100%;
min-height: 100dvh;
}

@include mobile {
padding: 0 20px;
width: 100%;
padding-top: 40px;
min-height: 100dvh;
}


// 데스크톱에서만 보이도록
@media (min-width: 1200px) {
@media (min-width: 1248px) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

include 추가 부탁드립니다!

@include desktop {
display: flex;
}

Copy link
Collaborator

@summerDev96 summerDev96 left a comment

Choose a reason for hiding this comment

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

include 수정된 부분 확인하였습니다!

@looseeyeon looseeyeon merged commit 87816ee into codeit-fe16-part2-team2:main Jun 11, 2025
2 checks passed
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