Conversation
- 영상 상세의 진행 태그가 로컬 상태(IN_PROGRESS/DONE)만 바꾸고 저장 API가 없어 새로고침하면 되돌아가고, 프로젝트 진행 상태(기획/촬영/편집/완료)와도 화면이 어긋나던 문제를 해결 - 영상 상세 드롭다운이 프로젝트 상태(4단계)를 그대로 재사용하도록 변경, 실제 변경 시 프로젝트 상태 변경 API(updateProject)를 호출 - 완료 전환 시 기존 포트폴리오 안내 ConfirmModal 재사용, 완료된 프로젝트는 변경 비활성화 - VideoCard/VideoFeedbackTab이 영상 자체 progressStatus 대신 프로젝트 상태 라벨을 표시하도록 변경 - 완료 전환 확인 모달 문구가 한글 단어 중간에서 줄바꿈되던 것을 break-keep으로 수정 (ConfirmModal 공용 컴포넌트, ProjectStatusMenu 모달 둘 다) - 헤더 프로필 버튼에 프로필 사진이 전혀 안 뜨던 문제 해결 — Avatar 컴포넌트 미사용이 원인이었음. App→MainLayout→Header→HeaderProfileMenu로 profileImageUrl을 내려주고 Avatar로 교체 (실패/미설정 시 이니셜 폴백 유지)
fix: 영상 진행 태그를 프로젝트 상태와 연동, 헤더 프로필 사진 표시
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
이슈
Closes #
릴리즈이므로 이슈는 없습니다
변경 사항
스크린샷
리뷰 포인트
체크리스트