refactor: Phase 4 - pages/ 디렉토리 제거 및 Router.tsx 정리#152
Merged
leeleeleeleejun merged 1 commit intodevelop-v1from Feb 22, 2026
Merged
refactor: Phase 4 - pages/ 디렉토리 제거 및 Router.tsx 정리#152leeleeleeleejun merged 1 commit intodevelop-v1from
leeleeleeleejun merged 1 commit intodevelop-v1from
Conversation
- pages/Search → features/home/SearchPage.tsx 이동 - pages/PostDetail/page.style.ts → features/post/styles/postDetailStyles.ts 이동 - Router.tsx: @/pages/Search → @/features/home/SearchPage.tsx로 변경 - Map 컴포넌트: 새 스타일 파일 사용하도록 수정 - pages/ 디렉토리 전체 삭제 (32개 파일) - 빌드 검증 완료 (3.51s)
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
Changes
1. SearchPage 이동
src/pages/Search/→src/features/home/SearchPage.tsxsrc/features/home/SearchPage.style.ts2. PostDetail 스타일 이동
src/pages/PostDetail/page.style.ts→src/features/post/styles/postDetailStyles.ts3. Router.tsx 업데이트
@/pages/Search→@/features/home/SearchPage.tsx4. pages/ 디렉토리 삭제
Testing
Migration Summary
Breaking Changes
없음 - 순수 리팩토링으로 기능 변경 없음