[PR] 마이페이지(MyPage)와 상세 페이지(ProjectDetailPage) 모바일 반응형 UI 설정 추가#80
Merged
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces responsive design updates across various UI components, including project lists, user sections, and pagination, by utilizing responsive object syntax for spacing, typography, and layout properties. The review feedback suggests enhancing UI resilience against long text by applying flex-shrink to action areas and line-clamping project names, while also recommending the use of theme tokens over hardcoded pixel values for better design system alignment.
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)
✅ 주요 변경 사항 (Key Changes)
💻 상세 구현 내용 (Implementation Details)
1. 마이페이지 상단 레이아웃 정리
2. 프로젝트 목록 헤더 및 필터 영역 반응형 적용
3. 프로젝트 목록 카드 및 하단 영역 개선
4. 과제 상세 페이지 상단 반응형 적용
5. 과제 상세 페이지 본문 카드 정리
PromptCard는 기존 반응형 구조를 그대로 사용하도록 유지했습니다.🚀 트러블 슈팅 (Trouble Shooting)
📸 스크린샷 (Screenshots)
#️⃣ 관련 이슈 (Related Issues)