Skip to content

[Feat/scroll-97] ✨ feat: 시리즈 폴더 자동 스크롤 추가#98

Merged
swallowedB merged 2 commits intodevfrom
feat/scroll-97
Jan 13, 2026
Merged

[Feat/scroll-97] ✨ feat: 시리즈 폴더 자동 스크롤 추가#98
swallowedB merged 2 commits intodevfrom
feat/scroll-97

Conversation

@swallowedB
Copy link
Owner

요약

  • 변경 목적(왜?): 시리즈 폴더 클릭 시 사용자가 아래 게시글 카드 섹션을 바로 확인할 수 있게 UX 개선
  • 주요 변경(무엇을?): SeriesFolder 클릭 시 scrollIntoView 적용, 대상 섹션에 idscroll-mt 추가

변경 내용

  • UI/컴포넌트
    • SeriesFolder를 클라이언트 컴포넌트로 전환 ("use client")
    • 클릭 시 onSelectscrollIntoView({ behavior: "smooth" }) 적용
    • 정지점 보정 위해 scroll-mt-24 적용
  • 로직/유틸
    • 기존 로직 변경 없음 (라우팅/필터링 onSelect 유지)
  • 문서/설정
    • 없음
  • 기타
    • fallback 문구 수정

스크린샷/동영상 (선택)

테스트

  • 로컬에서 스크롤 동작 확인
  • 유닛 테스트 해당 없음
  • 타입체크/린트 통과 (pnpm typecheck, pnpm lint)

관련 이슈

close #97

@swallowedB swallowedB linked an issue Jan 13, 2026 that may be closed by this pull request
3 tasks
@vercel
Copy link

vercel bot commented Jan 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
b0o0a Ready Ready Preview, Comment Jan 13, 2026 1:48pm

@coderabbitai
Copy link

coderabbitai bot commented Jan 13, 2026

Warning

Rate limit exceeded

@swallowedB has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 4 minutes and 9 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between c46753a and 7e72d52.

📒 Files selected for processing (3)
  • src/app/(layout)/(shell)/(category)/[category]/_components/series/SeriesFolder.tsx
  • src/app/(layout)/(shell)/(category)/[category]/_components/series/SeriesPostList.tsx
  • src/components/common/fallback/BrowseFallback.tsx

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@swallowedB swallowedB merged commit 42e01c7 into dev Jan 13, 2026
4 checks passed
@swallowedB swallowedB deleted the feat/scroll-97 branch January 13, 2026 13:48
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.

✨ feat: 시리즈 섹션 클릭 시 스크롤 인터랙션 추가

1 participant