Conversation
- 타입에 null 추가 (api에서 응답이 null이 올 수 있음) - 쿼리 개선 (zod validation에 용량 추가) - defaultValue 추가 (추가로 올린 이미지를 지우면, 원래 이미지가 보이게)
- 내정보를 ssr로 불러오도록 개선 - 폼내부 공용 컴포넌트로 교체 - 폼내부 로직 개선
Closed
7 tasks
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
ToKyun02
approved these changes
Feb 13, 2025
Owner
ToKyun02
left a comment
There was a problem hiding this comment.
로직 변경 사항 확인했습니다!
나중에 스켈레톤 UI로 로딩 화면 보여주면 더 예뻐질 것 같네요 ㅎㅎ
rak517
pushed a commit
that referenced
this pull request
Feb 13, 2025
* ♻️ refactor : 이미지 업로드 개선 - 타입에 null 추가 (api에서 응답이 null이 올 수 있음) - 쿼리 개선 (zod validation에 용량 추가) - defaultValue 추가 (추가로 올린 이미지를 지우면, 원래 이미지가 보이게) * ♻️ refactor : 내정보 페이지 개선 - 내정보를 ssr로 불러오도록 개선 - 폼내부 공용 컴포넌트로 교체 - 폼내부 로직 개선 * 🐛 fix : 헤더 내정보에 프로필 이미지 노출 추가
rak517
added a commit
that referenced
this pull request
Feb 13, 2025
* ✨ feat: 할일 카드 모달 생성 * ✨ feat: 할 일 카드 상세정보 모달 구현 * 🐛 fix: 드롭다운, 이미지 수정 * 🔥 remove: 불필요한 console.log 삭제 * ♻️ refactor: confirm 사용 부분 useConfirm으로 교체 * Feat/40/mypage refactor (#126) * ♻️ refactor : 이미지 업로드 개선 - 타입에 null 추가 (api에서 응답이 null이 올 수 있음) - 쿼리 개선 (zod validation에 용량 추가) - defaultValue 추가 (추가로 올린 이미지를 지우면, 원래 이미지가 보이게) * ♻️ refactor : 내정보 페이지 개선 - 내정보를 ssr로 불러오도록 개선 - 폼내부 공용 컴포넌트로 교체 - 폼내부 로직 개선 * 🐛 fix : 헤더 내정보에 프로필 이미지 노출 추가 * 🐛 fix: useParams로 방문중인 대시보드 표시 개선 (#128) Co-authored-by: chanki.kim <chanki.kim89@gmail.com> * 💄 style: 로그인,회원가입 페이지 로고 png->svg변경 (#125) * ♻️ refactor: 코드 리뷰 반영 * 🐛 fix: Avartor 컴포넌트 profileImageUrl 오류 해결 --------- Co-authored-by: 김찬기 (Chanki Kim) <44834561+cksrlcks@users.noreply.github.com> Co-authored-by: SeokChan-Lee <melee0826@gmail.com> Co-authored-by: chanki.kim <chanki.kim89@gmail.com>
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.
❓이슈
✍️ Description
기존 user 쪽 schema를 건드린게 있어서, 도균님도 같이 리뷰 걸어두었습니다.
이미지 업로드 개선
내정보 페이지 개선
✅ Checklist
PR
Test
Additional Notes