Skip to content

feat: 화면 하단에 학교 동아리명 푸터 배지 추가 - #24

Merged
koreahghg merged 3 commits into
developfrom
feat/footer-club-badge
Jun 15, 2026
Merged

feat: 화면 하단에 학교 동아리명 푸터 배지 추가#24
koreahghg merged 3 commits into
developfrom
feat/footer-club-badge

Conversation

@koreahghg

Copy link
Copy Markdown
Member

💡 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 동작에 영향 없음
  • 페이지별 배경색이 달라도 투명 배경이라 튀지 않게 표시됨

@koreahghg
koreahghg requested a review from g-hyxn June 15, 2026 03:04
@koreahghg koreahghg self-assigned this Jun 15, 2026
@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
aikon Ready Ready Preview, Comment Jun 15, 2026 3:08am

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread src/shared/ui/FooterBadge.tsx Outdated
@koreahghg
koreahghg merged commit 97a4c79 into develop Jun 15, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants