-
Notifications
You must be signed in to change notification settings - Fork 5
[Feat] 무한스크롤 및 우측 화살표 버튼 클릭시 추가 데이터 로딩 #102
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
summerDev96
merged 9 commits into
codeit-fe16-part2-team2:main
from
looseeyeon:feat/list-sy
Jun 10, 2025
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
c76bc1f
refactor: Listpage 내 파일 import 주소를 절대경로로 수정
looseeyeon 705a510
refactor: sortLike파라미터 사용하요 api 호출
looseeyeon e43136f
feat:카드를 20개 더 로딩해오는loadmore함수 추가
looseeyeon b0751c3
teat
looseeyeon d7bc953
Merge branch 'main' into feat/list-sy
looseeyeon 5fb6ee7
feat: listpage 무한 스크롤 및 화살표 버튼 클릭시 loadmore 호출
looseeyeon 829cbdf
refactor: 버튼 컴포넌트 적용
looseeyeon ffeb8d2
Merge branch 'main' into feat/list-sy
looseeyeon 3fd9738
chore: limit 값 수정
looseeyeon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
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.
수연님! 프리뷰 링크에서 확인해보았는데, 태블릿 사이즈 이하에서 무한 스크롤시에는 데이터가 순차적으로 잘 불러와지고 있고,
웹에서는 초기에 데이터가 여러번 호출되어 마지막 리스트에서 버튼을 클릭하지 않아도 데이터를 불러오고 있는 것 같습니다. 해당 부분 확인 부탁드립니다!