-
Notifications
You must be signed in to change notification settings - Fork 47
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
경북대 FE_이효은 4주차 과제 Step3 #95
Open
Hyoeunkh
wants to merge
25
commits into
kakao-tech-campus-2nd-step2:hyoeunkh
Choose a base branch
from
Hyoeunkh:step3
base: hyoeunkh
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
6346775
feat: chakra ui 설치 및 세팅
Hyoeunkh 3b1fd84
feat: ProductDetailPage 구현
Hyoeunkh d6f11b4
feat: DetailSection 구현
Hyoeunkh 810610f
feat: detail response type 지정
Hyoeunkh 84afd42
feat: item과 detail page 연결
Hyoeunkh 2afd9df
feat: OptionSection 구현
Hyoeunkh f6ae017
feat: useOrderHistory context API 구현
Hyoeunkh 9c858e1
feat: useProductDetail API 구현
Hyoeunkh e46fced
feat: orderHistoryProvider 세팅
Hyoeunkh 6855ae9
feat: OrderPage 구현
Hyoeunkh a5bcb62
feat: GiftMessageSection의 메세지 카드와 선물내역 구현
Hyoeunkh bd42efe
feat: PaymentSection의 현금영수증과 결제정보 구현
Hyoeunkh cf72269
docs: 2단계 README 작성
Hyoeunkh 7b1eee1
feat: ProductOption API 구현
Hyoeunkh 9736b0e
feat: giftOrderLimit을 초과한 경우 선택불가 구현
Hyoeunkh 0487d08
style: 불필요한 주석 삭제
Hyoeunkh f97786b
feat: message card ref 세팅
Hyoeunkh 255d031
feat: 현금영수증 ref 세팅 및 validation 구현
Hyoeunkh 6d555bf
docs: 3단계 README 작성
Hyoeunkh 1a4b675
feat: react-hook-form 설치
Hyoeunkh f3c1c2c
feat: useFormContext 설정
Hyoeunkh 5be8000
refactor: GiftMessageSection을 react-hook-form으로 리팩토링
Hyoeunkh e2bc560
refactor: PaymentSection을 react-hook-form으로 리팩토링
Hyoeunkh 1d4d962
docs: 4단계 질문 답변 작성
Hyoeunkh b82b68d
Merge branch 'hyoeunkh' into step3
Hyoeunkh 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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.
FormProvider가 필요 이상으로 상위에 위치하는 것은 아닐까요?