-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Fix] 연도가 다른 타임 블록 배치 #210
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
b649cbc
#205 fix: 연도 걸치는 타임 블록 배치 완료
namdaeun e78b1e9
#205 chore: 필요 없는 코드 제거
namdaeun f74d84f
#205 feat: 연도 바꾸면 1월부터 보이게 구현
namdaeun 15d720e
#205 feat: 연도/월 바뀔 때마다 스크롤 시작 위치 왼쪽으로 초기화
namdaeun df4baf4
#205 fix: date-fns devDependency만 남기기
namdaeun 8447d7b
#205 fix: ref 사용해서 스크롤 처리
namdaeun e0abd1f
#205 chore: 사용하지 않는 dependency 제거
namdaeun 8dfecce
#205 chore: cd 해결
namdaeun 05fd288
#205 chore: date-fns dev로 재설치
namdaeun a1546f1
#205 refactor: 커스텀 훅과 상태관리 코드 모아놓기
namdaeun 8ab9f90
#205 chore: 필요없는 코드 제거
namdaeun 1f5f4df
#205 style: Flex 컴포넌트 tag 추가
namdaeun 9f87289
#205 feat: 컴포넌트 초기 렌더링 시, teamId 바뀔 때만 달 헤더 현재 달로 초기화
namdaeun e9fea31
#205 fix: set함수 if문 안에 배치
namdaeun cae3003
#205 feat: 커스텀 훅 인자 옵셔널로 수정
namdaeun 89f24fa
#205 fix: 마운트 됐을 때 set함수 실행
namdaeun acdd4c9
#205 fix: teamId가 바뀔 때마다 set함수 초기화
namdaeun 0984121
#205 docs: merge develop
namdaeun 7a59d81
#205 chore: lint에러 해결 & 핸들러 함수 분리
namdaeun b009245
#205 refactor: 코드 순서 변경
namdaeun 2b7a79c
Merge branch 'develop' into fix/archiving/#205-fix-timeblock-period
namdaeun 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
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.
요고는 의도가 무엇이죠 ???
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.
달이 바뀔 때 스크롤 됐던 부분을 좌측으로 스크롤해주고자 작성해주었습니다 !