-
Notifications
You must be signed in to change notification settings - Fork 4
✨ feat: 페이지네이션 컴포넌트 api 에 맞게 수정 #51 #58
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
Merged
BaeZzi813
merged 8 commits into
codeit-FE18-part3:develop
from
sohyun0:feat/#51-mainpage
Oct 14, 2025
Merged
✨ feat: 페이지네이션 컴포넌트 api 에 맞게 수정 #51 #58
BaeZzi813
merged 8 commits into
codeit-FE18-part3:develop
from
sohyun0:feat/#51-mainpage
Oct 14, 2025
Conversation
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
|
@sohyun0 is attempting to deploy a commit to the projects Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
currentPage 에서 흰색 글씨 bold 가 더 눈에 띄어서 훨씬 좋은 것 같습니다! 👍 반응형에 따라 보여지는 페이지 개수 '''데스크탑 10 / 태블릿 7 / 모바일 5''' 로 픽스 하실지만 답변 주시면 승인 머지 후 useMedaiQuery 사용해서 반응형 대응해서 다시 올리겠습니다! |
Contributor
Author
BaeZzi813
approved these changes
Oct 14, 2025
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.

📝 작업 개요 (필수)
page 방식 = offset / limit + 1 -> offset 방식 = (page - 1) * limit
✨ 작업 내용 (필수)
📸 스크린샷
before


after
🧐 해결해야 하는 문제
🤔 리뷰어 확인 필요 사항
currentPage 에서 흰색 글씨가 얇게 있어 눈에 안띄는것 같아 bold 로 바꿨는데 어떤가요 ? 🧐
🔗 관련 이슈
🛠️ 후속 작업
✅ 체크리스트 (필수)