-
Notifications
You must be signed in to change notification settings - Fork 1
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
[ Deploy ] 0.4.6 QA 1차 반영 테스트 #293
Merged
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
* fix: 누락된 props 추가 * refactor: 스터디 관리 쪽 ImageController로 리팩토링 --------- Co-authored-by: Lee jin <[email protected]>
* feat: unsolved filter 상태에 따른 list data filtering * refactor: pagination placeholderData 로 수정 * feat: unsolved filtering 적용 * refactor: unsolved only 적용 필수 api만으로 수정 * refactor: inprogress만 filtering 적용 * refactor: pending boolean state 삭제 * fix: array filter 삭제 * refactor: unsolved only 단일 boolean 값으로 수정
* feat: unsolved filter 상태에 따른 list data filtering * refactor: pagination placeholderData 로 수정 * feat: unsolved filtering 적용 * refactor: unsolved only 적용 필수 api만으로 수정 * chore: calendar style 수정 * fix: 상태에 따른 다른 배열 렌더링 -> 같은 배열 내에서 filtering * chore: datepicker의 input style 설정 * chore: 불필요 파일 삭제
* feat: 자신의 댓글 여부 isMine, profileUrl prop 전달 * feat: 자신의 댓글이며 isActive일 때 수정/추가 버튼 표시 * refactor: isMine conditional render
* fix: mypage add Suspense to suspense query * feat: create spinner asset + component * feat: apply fallback component * feat: user dashboard time-based revalidation * chore: ts-pattern 으로 재반영
* init: next auth 초기 세팅 * feat: 로그인 api 적용 및 세션 데이터 구성 * fix: transition 적용, 리다이렉트 버그 수정 * fix: 로그인 시 새로고침 버그 수정 * feat: 로그아웃 api 적용 * fix: 로그아웃 후 session 데이터 업데이트 * chore: 콘솔 제거 * fix: CI빌드 에러 * fix: 로그아웃 api 변경사항 반영 * chore: 리뷰 반영(주석, 코드 정리) * fix: 대시보드 페이지에 접근 가능하도록 수정 * feat: 로그인 실패 및 없는 사용자의 대시보드 접근 처리, 코드 정리 --------- Co-authored-by: Lee jin <[email protected]>
* feat: list에서 filter + solution fetching * feat: delete notification mutate 적용 * fix: production 환경 noti item 크기 수정 * feat: Empty 컴포넌트 분리 및 알림 container 크기 고정 * style: 너비 조정 * feat: 알림 삭제 애니메이션 적용 * chore: 코드리뷰 반영 --------- Co-authored-by: Lee jin <[email protected]>
* style: 온보딩 footer height 조정 * style: 온보딩 자간 조정 * style: 마이페이지 아이콘 색상 * style: 그룹 카드 호버 효과 적용 * style: input 자동완성 배경색(기본 브라우저 속성) 해제
* feat: PARTICIPANT setting 접근 방지 * refactor: query context로 옮기기 * fix: hook call context로 이동
* feat: 회원 정보 삭제 API 연결 * feat: 계정 삭제 API 연결 * feat: 수정 폼 왜 안 되냐고 * fix: 회원가입 기능 정상화 * fix: 클라이언트용 로그아웃 함수로 변경 * fix: Image 컴포넌트 최적화 * feat: 아이디 대신 기존 비밀번호 입력 폼 추가 * feat: 비밀번호 변경 API 연결 * fix: api method, 기본값 버그 수정 * fix: 세션 데이터 업데이트 * fix: 계정 삭제 schema 조건 추가 --------- Co-authored-by: ptyoiy <[email protected]>
* fix: layout 생성 및 page파일 수정 * feat: totalPages 0 일 때 pagination 안 보이게 * fix: NoticeDetail server component 제거 및 authorImage 적용 * fix: RankingCard 런타임에서 로드되게 --------- Co-authored-by: ptyoiy <[email protected]>
PR이 1000줄을 넘었는데 진정 이것이 PR인지 다시 생각해보세오 이슈를 여러개 파서 PR을 분리하는게 어떠싱지 ㅋ |
hwangjokim
approved these changes
Jan 15, 2025
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.
큰거온다
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.
[ Deploy ] 0.4.6 QA 1차 반영 테스트