[Feat] 라우팅 설정 수정 및 반응형 적용 리팩토링#49
Merged
Hidden character warning
The head ref may contain hidden characters: "45-feat/ssr-\ub77c\uc6b0\ud305-\uc124\uc815"
Merged
Conversation
PR 검증 결과✅ TypeScript: 통과 |
PR 검증 결과✅ TypeScript: 통과 |
PR 검증 결과✅ TypeScript: 통과 |
PR 검증 결과✅ TypeScript: 통과 |
jwj0620gcu
approved these changes
Jan 22, 2026
jwj0620gcu
left a comment
Collaborator
There was a problem hiding this comment.
라우팅 구조랑 UI 리팩토링까지 한 번에 정리하느라 수고하셨습니다!
오래 걸리셨을텐데 감사합니다!
YeBeenChoi
approved these changes
Jan 22, 2026
YeBeenChoi
left a comment
Collaborator
There was a problem hiding this 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.
✨ 주요 변경사항
📝 작업 상세 내용
1. 페이지 구현
2. 라우팅 구조
routes.ts상수 파일 추가 (ROUTES.LOGIN,ROUTES.SIGNUP등)auth.login.tsx→login.tsx)pages/auth/→pages/login/,pages/signup/으로 분리3. 공통 컴포넌트
4. UI 리팩토링
5. 아이콘/에셋
6. schemas.ts 리팩토링
z→zod별칭 적용requiredString,lengthString헬퍼 함수 추가7. View Transitions
{ viewTransition: true }옵션 적용8. 테스트 & 문서
✅ 체크리스트
Close #번호추가📸 스크린샷 (선택)
메인페이지(데스크탑)
메인페이지(모바일)
메인페이지(햄버거버튼)
로그인페이지(모바일)
회원가입(모바일)
🔍 기타 참고사항
🔗 관련 이슈