-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/예약목록refetch #55
Closed
The head ref may contain hidden characters: "feature/\uC608\uC57D\uBAA9\uB85Drefetch"
Closed
Conversation
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
예약 확정 method 추가
* PR테스트 * 불필요한 파일 삭제 * 로그인 페이지 디자인 * styled component 이름 수정 및 static value로 수정 * br대신 margin을 사용하여 마크업
* 예약 확정 method 추가 * [로그인] 로그인 페이지 마크업 작성 완료 (#22) * PR테스트 * 불필요한 파일 삭제 * 로그인 페이지 디자인 * styled component 이름 수정 및 static value로 수정 * br대신 margin을 사용하여 마크업 * [예약목록] 헤더를 위한 임시 로그아웃 버튼 변경 * [예약목록] 예약목록 마크업 작성 완료 * [예약목록]예약목록 마크업에서 로딩화면을 제외한 모든 수정사항 반영 * [예약목록] 로딩 애니메이션 적용 Co-authored-by: GwangjoGong <[email protected]> Co-authored-by: ramel0915 <[email protected]>
* PR테스트 * 불필요한 파일 삭제 * 로그인 페이지 디자인 * styled component 이름 수정 및 static value로 수정 * br대신 margin을 사용하여 마크업 * 로그인 기능 구현
* 코드 리팩터링 * 예약 페이지 마크업 작성
* 코드 리팩터링 * 예약 페이지 마크업 작성 * UI 로직 구현
* PR테스트 * 불필요한 파일 삭제 * 로그인 페이지 디자인 * styled component 이름 수정 및 static value로 수정 * br대신 margin을 사용하여 마크업 * 로그인 기능 구현 * 회원가입 페이지 마크업 작성
* [로그인] 로그인 페이지 마크업 작성 완료 (#22) * PR테스트 * 불필요한 파일 삭제 * 로그인 페이지 디자인 * styled component 이름 수정 및 static value로 수정 * br대신 margin을 사용하여 마크업 * [예약목록] 예약목록 마크업 작성 완료 (#24) * 예약 확정 method 추가 * [로그인] 로그인 페이지 마크업 작성 완료 (#22) * PR테스트 * 불필요한 파일 삭제 * 로그인 페이지 디자인 * styled component 이름 수정 및 static value로 수정 * br대신 margin을 사용하여 마크업 * [예약목록] 헤더를 위한 임시 로그아웃 버튼 변경 * [예약목록] 예약목록 마크업 작성 완료 * [예약목록]예약목록 마크업에서 로딩화면을 제외한 모든 수정사항 반영 * [예약목록] 로딩 애니메이션 적용 Co-authored-by: GwangjoGong <[email protected]> Co-authored-by: ramel0915 <[email protected]> * [예약목록] ReservationPresenter에 필요한 props 전달 * [예약목록] reservations를 state화 * [예약목록] logoutHeader 적용 * [예약목록] 예약목록 관리 로직 * [예약목록] seatViewer 삭제 Co-authored-by: ramel0915 <[email protected]> Co-authored-by: GwangjoGong <[email protected]>
* 예약 확정 페이지 구현 * UI 로직 분리
* 모바일 UI breakpoint 설정 * 예약 버튼 disabled 스타일 * 헤더 UI 확장 * 예약 페이지 UI 확장
* 예약 확정 페이지 UI 확장 * pixi viewport 이벤트 핸들링
* [예약목록] 모바일 마크업 중앙정렬 * [예약목록] 데스크탑 마크업 확장
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 #46
이제 예약목록이 렌더링 될 때마다 refetch합니다.
refetch될 때 로딩이 필요하다고 생각해 client의 query 옵션에
notifyOnNetworkStatusChange: true를 추가하였습니다.
apollographql/react-apollo#321
https://stackoverflow.com/questions/55341558/refetching-a-query-with-react-apollo-why-is-loading-not-true/55373140
를 참고하였습니다