feat: 화면 하단에 학교 동아리명 푸터 배지 추가 - #24
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Code Review
This pull request introduces a new FooterBadge component, exports it from the shared UI module, and integrates it into the main App component. The reviewer recommended adding a z-index class (such as z-50) to the fixed badge element to ensure it remains visible and is not obscured by other elements on the page.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
g-hyxn
approved these changes
Jun 15, 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 요약
📋 작업 내용
src/shared/ui/FooterBadge.tsx— 푸터 배지 컴포넌트 신규 생성src/shared/ui/index.ts— shared/ui 배럴 export 추가src/app/App.tsx—<FooterBadge />전역 렌더링 추가position: fixed+bottom-3으로 모든 라우트에서 동일하게 노출되며,text-[10px] / text-violet-400/50로 앱 테마에 맞게 자연스러운 디자인 적용🤝 리뷰 시 참고사항
pointer-events-none처리로 기존 UI 동작에 영향 없음