[feat] 앱 다운로드 유도 페이지 제작#16
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 an app download page (/app-download) and restricts access to the admin layout for users with the "USER" role, redirecting them to the download page while clearing their session. The review comments highlight several improvement opportunities: handling potential API errors when fetching user information in AdminLayout to prevent rendering issues and properly redirecting to the sign-in page, and adding target="_blank" and rel="noopener noreferrer" attributes to the external App Store and Google Play links for better user experience and security.
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.
개요 💡
앱 다운로드 유도 페이지 제작하였습니다.
작업내용 ⌨️