[PR] 과제 업로드 완료 페이지(UploadCompletePage) 모바일 반응형 UI 설정 및 사용자 입력값 ui 추가#78
Merged
Conversation
There was a problem hiding this comment.
Code Review
This pull request refactors the UploadCompletePage to improve responsiveness and component modularity. Key changes include the introduction of the PromptCard component to handle prompt and result displays, the addition of user-submitted results to the asset list, and the application of responsive Chakra UI styling across the page layout and UI elements. I have no feedback to provide.
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)
userSubmittedResult를 완료 페이지에서도 사용자에게 보여주도록 수정했습니다.✅ 주요 변경 사항 (Key Changes)
💻 상세 구현 내용 (Implementation Details)
1. 업로드 완료 페이지 바깥 레이아웃 정리
2. 완료 안내 영역 반응형 적용
3. 과제 요약 카드 정리
Assignment문구 대신 실제 과제 유형이 보이도록 변경했습니다.4. 생성된 자산 영역 개선
PromptCard를 사용하도록 변경했습니다.5. 하단 이동 버튼 정리
마이페이지로 이동버튼의 여백, 높이, 글자 크기를 모바일 기준으로 조정했습니다.🚀 트러블 슈팅 (Trouble Shooting)
📸 스크린샷 (Screenshots)
#️⃣ 관련 이슈 (Related Issues)