feat: 라우팅 인프라 및 Layout 구축 - #27
Merged
Merged
Conversation
app 레이어에서 페이지-라우트를 결합하는 APP_ROUTES(app/routes.tsx)와 경로 문자열 상수 ROUTES(shared/config/routes.ts)를 분리해 FSD 레이어링을 지켰다. 앱 전체를 모바일 웹 최대폭(--container-max-width) 으로 감싸는 Layout도 app에 추가했다. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2 tasks
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
sohxxny
approved these changes
Aug 10, 2026
sohxxny
left a comment
Member
There was a problem hiding this comment.
제가 했어야 했는데 ㅠㅠ 감사합니다!
혹시 최소너비 한 375px로 지정하는건 어떻게 생각하시나요?
Collaborator
Author
해당 부분 슬랙에서 말씀드렸어요! |
Member
최대가 480이고 최소는 따로 없는 건가요? |
Collaborator
Author
min-width을 걸면 뷰포트가 그보다 좁을 때 컨테이너가 화면 밖으로 넘쳐서 가로 스크롤이 생기거나 내용이 잘리기 때문입니당 |
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
앱 라우팅 뼈대(
app/routes.tsx,shared/config/routes.ts)와 모바일 웹 최대폭으로 화면을 감싸는Layout을 추가했다.Related Issues
PR Point (To Reviewer)
ROUTES(경로 문자열)는shared/config에, 페이지 엘리먼트와 결합한APP_ROUTES는app레이어에 둬서 상위 레이어만 하위를 참조하는 FSD 레이어링을 지켰다.Screenshot
해당 없음
ETC
소셜로그인 화면 및 카카오/마네킹 아이콘 등 페이지 단위 구현은 별도 브랜치(feat/issue-26)로 분리해서 진행한다.