-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: sidebar 추가 #17
feat: sidebar 추가 #17
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Caution Review failedThe pull request is closed. 워크스루이 풀 리퀘스트는 애플리케이션의 사이드바와 관련된 광범위한 UI 구성 요소를 추가하고 개선합니다. Radix UI 라이브러리의 새로운 컴포넌트들(콜랩서블, 드롭다운 메뉴, 분리자)을 통합하고, 반응형 사이드바 시스템을 구현했습니다. 레이아웃, 네비게이션, 브레드크럼 컴포넌트가 추가되어 애플리케이션의 구조와 사용자 경험을 향상시켰습니다. 변경 사항
시퀀스 다이어그램sequenceDiagram
participant App
participant Layout
participant AppSidebar
participant SidebarProvider
participant NavMain
participant NavProjects
App->>Layout: 렌더링
Layout->>SidebarProvider: 초기화
SidebarProvider->>AppSidebar: 생성
AppSidebar->>NavMain: 메인 네비게이션 로드
AppSidebar->>NavProjects: 프로젝트 네비게이션 로드
시 🐰
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (15)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary by CodeRabbit
릴리즈 노트
새로운 기능
의존성 업데이트
@radix-ui/react-collapsible
@radix-ui/react-dropdown-menu
@radix-ui/react-separator
@radix-ui/react-tooltip
UI/UX 개선