[#394] feat(guide): 가이드북 페이지 추가#395
Merged
Merged
Conversation
- 다단계 구조와 애니메이션을 포함한 가이드북 기능 도입 - 신규 UI 컴포넌트, 데이터 모델, 네비게이션 로직 추가 - 애니메이션 처리를 위해 motion 라이브러리 추가 - guide 페이지에서 새로운 Guidebook을 사용하도록 업데이트
- localStorage 키를 기반으로 첫 방문 사용자를 guide로 리다이렉트하는 GuideFirstVisitGate 도입 - 가이드에 skip 버튼을 추가해 사용자가 흐름을 건너뛸 수 있도록 개선 - guide 관련 localStorage 키를 상수로 중앙화하여 관리 - input 및 search input 스타일에서 box-shadow를 제거하고 일관된 외형으로 정리
- 기존 guide-pages.tsx의 대형 파일을 pages/ 디렉터리 하위의 5개 개별 페이지 컴포넌트로 분리 - guide-pages.tsx에서는 신규 페이지 컴포넌트를 재-export하도록 수정
elecharu
approved these changes
Jan 12, 2026
peachPetal
approved these changes
Jan 12, 2026
sehyun0518
approved these changes
Jan 12, 2026
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
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.
📖 개요
가이드북 페이지 추가
📌 관련 이슈
🛠️ 상세 작업 내용
✅ PR 체크리스트
pnpm build로 실행 테스트📸 스크린샷
Framer Motion 설치로
pnpm install부탁드립니다