Conversation
Walkthrough이번 변경에서는 여러 UI 컴포넌트의 레이아웃과 스타일을 개선하고, 일부 컴포넌트의 내부 로직을 리팩토링하였으며, 인증 오류 처리와 로그아웃 오류 발생 시의 네비게이션 동작을 보완했습니다. 기능의 주요 흐름이나 API, props 등 외부 인터페이스에는 변화가 없습니다. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant EventDetailsPage
participant EventAPI
User->>EventDetailsPage: 페이지 진입
EventDetailsPage->>EventAPI: 이벤트 데이터 요청
EventAPI-->>EventDetailsPage: 이벤트 데이터 반환
EventDetailsPage->>User: HTML 설명 렌더링 (dangerouslySetInnerHTML)
User->>EventDetailsPage: 북마크 클릭
EventDetailsPage->>EventAPI: event.result 기준으로 북마크 처리
sequenceDiagram
participant User
participant http-client
participant AuthStore
User->>http-client: API 요청
http-client-->>User: 401 에러 발생
http-client->>AuthStore: access/refresh 토큰 삭제, logout() 호출, 인증 모달 오픈
Poem
Note ⚡️ AI Code Reviews for VS Code, Cursor, WindsurfCodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback. Note ⚡️ Faster reviews with cachingCodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 16th. To opt out, configure 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (8)
🧰 Additional context used🧬 Code Graph Analysis (2)src/shared/types/api/http-client.ts (1)
src/features/home/ui/EventSliderSection.tsx (1)
🔇 Additional comments (13)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 (
|
Yejiin21
left a comment
There was a problem hiding this comment.
에러사항 모두 잘 수정해주셨네요👍 LGTM~
이벤트 카드 크기 통일
북마크 취소 오류 해결 & 상세 페이지 html 문자열 랜더링
네트워크 카테고리 이벤트 카드 크기 오류 수정