feat: aside 앱 설치 QR 플로팅 추가#273
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. Walkthrough레이아웃에 새로운 장식 컴포넌트 AsideDecoration을 추가했습니다. 해당 컴포넌트는 고정 위치의 비상호작용 이미지(/src/assets/common/aside.svg)를 렌더링하며, 뷰포트 1250px 미만에서는 숨겨집니다. Layout.tsx에서 AsideDecoration을 임포트하고 렌더링만 추가되었습니다. Changes
Sequence Diagram(s)sequenceDiagram
actor User as User
participant App as App Router
participant Layout as Layout
participant Aside as AsideDecoration
User->>App: 페이지 접속
App->>Layout: 레이아웃 렌더
Layout->>Aside: 장식 컴포넌트 렌더
Note over Aside: 고정 위치 이미지 표시<br/>1250px 미만에서는 숨김
Layout-->>User: 콘텐츠 + 장식 출력
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
⛔ Files ignored due to path filters (2)
📒 Files selected for processing (2)
Comment |
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.
#️⃣연관된 이슈
없음
📝작업 내용
Summary by CodeRabbit
스타일
접근성