-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GGFE-199] 관리자 상점관리 - 아이템 조회 수정 api 연결 #978
Merged
The head ref may contain hidden characters: "GGFE-199-\uAD00\uB9AC\uC790-\uC544\uC774\uD15C-\uC870\uD68C-\uC218\uC815-api-\uC5F0\uACB0"
Merged
Changes from 15 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
bb5779c
[Feat] [GGFE-199] 관리자 - 아이템 수정, 삭제, 이력 조회 api 연결
PHJoon 09fc470
[Chore] [GGFE-199] 안쓰는 변수 삭제
PHJoon 43ac72c
[Feat] [GGFE-199] put->post 변경 + 요청 바디 폼 키 수정
PHJoon c127893
[Feat] [GGFE-199] 관리자 - 아이템 수정 에러코드 메세지 추가
PHJoon 2a6ab69
[Feat] [GGFE-199] 관리자 - 아이템 관리 주, 부설명 추가
PHJoon 72ab825
[Feat] [GGFE-199] 관리자 - 아이템, 아이템 변경 내역 속성 변경
PHJoon adfcd88
[Test] [GGFE-199] 아이템 수정, 변경내역 mockapi 수정
PHJoon ffd8bd4
[Feat] [GGFE-199] 아이템 수정 모달 주설명, 부설명 추가
PHJoon 11efb57
[Feat] [GGFE-199] 아이템 삭제 모달 주설명, 부설명 수정
PHJoon c4fb55a
[Feat] [GGFE-199] 관리자 - 아이템 목록 api 수정
PHJoon 65a1e84
[Style] [GGFE-199] 아이템 수정, 삭제 textarea padding 추가
PHJoon 4f4b459
[Fix] [GGFE-199] 아이템 수정 모달 주,부설명 수정
PHJoon 04ca05c
[Fix] [GGFE-199] 관리자 아이템 조회 수정 테이블 오류 수정
PHJoon 229e171
Merge branch 'main' into GGFE-199-관리자-아이템-조회-수정-api-연결
PHJoon c796da2
[Chore] [GGFE-199] 안쓰는 import 삭제
PHJoon d9ce845
[Feat] [GGFE-199] useUpload 이미지 사이즈 인자로 수정
PHJoon 469ade1
[Feat] [GGFE-199] 설명 더보기 개행 추가
PHJoon 7d83e4c
Merge branch 'main' into GGFE-199-관리자-아이템-조회-수정-api-연결
PHJoon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 부분에도
item.imageUri
이 잘못된 값일 경우에 빈 문자열 대신 fallback image를 넣어주면 좋을 것 같아요!There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수정했습니다!