Skip to content
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

[feat/CK-243] 공통컴포넌트 라이브러리를 적용한다 #208

Merged
merged 12 commits into from
Jan 2, 2024

Conversation

NaveOWO
Copy link
Collaborator

@NaveOWO NaveOWO commented Dec 27, 2023

📌 작업 이슈 번호

Feature/ck 243

✨ 작업 내용

Select컴포넌트 & Dialog컴포넌트 유틸 라이브러리 배포한걸로 적용했습니다!

💬 리뷰어에게 남길 멘트

기능 변경사항은 없고, 컴포넌트 변경하고 오류 없는거 확인 모두 했습니다!

🚀 요구사항 분석

@NaveOWO NaveOWO requested review from sh981013s and jw-r and removed request for sh981013s December 27, 2023 19:15
@NaveOWO NaveOWO self-assigned this Dec 27, 2023
Copy link
Collaborator

@sh981013s sh981013s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍👍👍👍👍👍👍

@NaveOWO NaveOWO changed the title Feature/ck 243 [feat/CK-243] 공통컴포넌트 라이브러리를 적용한다 Dec 28, 2023
Copy link
Collaborator

@jw-r jw-r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

굳굳 고생하셨어요~!

@NaveOWO NaveOWO merged commit 2ab7bbd into develop-client Jan 2, 2024
1 check failed
NaveOWO added a commit that referenced this pull request Mar 29, 2024
* feat: 불필요하게 분리된 컴폰넌트 제거

* design: 슬라이더 UI수정 및 모바일 대응

* design: 로드맵 디테일 페이지 UI수정 및 모바일 대응

* feat: 모집중인 골룸이 존재하지 않을 때 대체 UI 표시

* refactor: console.log 일괄 제거

* chore: class컴포넌트 사용을 위한 설정 추가

* feat: critical errorBoudnary 적용

* refactor: errorboundary reset메서드 수정

* feat: API에러바운더리 생성

* feat: Network에러바운더리 생성

* feat: Runtime에러바운더리 생성

* feat: Critical에러바운더리 생성

* feat: Base에러바운더리 생성

* feat: Async에러바운더리 생성

* feat: 커스텀  에러 생성로직 구현

* refactor: 불필요한 에러바운더리 제거

* refactor: 에버바운더리 props & state 타입 수정

* feat: 에러바운더리 적용

* build: react-lightweight-form 설치

* refactor: 로그인, 회원가입 Form에 react-lightweight-form 적용

* build: react-lightweight-form v1.2.5로 업데이트

* refactor: 아이디와 비밀번호 필드에 대해 required 속성 적용

* fix: babel플러그인 활성화

* refactor: 불필요한 suspense 제거

* feat: 에러바운더리 fallbackUI생성 및 추가

* feat: 에러바운더리에 callback props추가

* refactor: onError callback을 실행할 수 있게 로직 변경

* style: ErrorBoundarySharedProps 타입 export

* [feat/CK-233] 데이터 통신로직 리팩토링 & mutate시에 에러 핸들링을 적용한다 (#195)

* refactor:  api경로 추상화

* chore: 사용하지 않는 파일 삭제

* design: 토스트 아이콘 삽입

* refactor: toast 경로변경

* refactor: mutation queryclient 제거

* design: toast 디자인 변경

* feat: toast context 분리 및 파일명 변경

* feat: useMutationWithKey 구현

* feat: useMutationWithKey 적용

* feat: useMutationWithKey 적용

* feat: toast contents 상수화

* [feat/CK-243] 공통컴포넌트 라이브러리를 적용한다 (#208)

* chore: ck-util-component 라이브러리 설치

* refactor: roadmap create select컴포넌트 유틸 라이브러리 적용

* refactor: goalroom filter select컴포넌트 유틸 라이브러리 적용

* refactor: 불필요한 코드 제거

* refactor: roadmap create 난이도 select컴포넌트 유틸 라이브러리 적용

* feat: invariantType 함수 추가

* refactor: roadmap search select컴포넌트 유틸 라이브러리 적용

* chore: 불필요한 코드 제거

* chore: ck-util-components version update

* refactor: goalroomDashboard modal 컴포넌트 라이브러리 적용

* chore: 사용하지 않는 모듈 제거

* chore: ck-util-components version update

* [feat/CK-244] 에러바운더리 오류를 해결하고, 골루 대시보드에 적용한다 (#210)

* chore: ck-util-component 라이브러리 설치

* refactor: roadmap create select컴포넌트 유틸 라이브러리 적용

* refactor: goalroom filter select컴포넌트 유틸 라이브러리 적용

* refactor: 불필요한 코드 제거

* refactor: roadmap create 난이도 select컴포넌트 유틸 라이브러리 적용

* feat: invariantType 함수 추가

* refactor: roadmap search select컴포넌트 유틸 라이브러리 적용

* chore: 불필요한 코드 제거

* chore: ck-util-components version update

* refactor: goalroomDashboard modal 컴포넌트 라이브러리 적용

* chore: 사용하지 않는 모듈 제거

* chore: ck-util-components version update

* fix: lazy suspense 적용 오류 해결

* refactor: 데이터 패칭 의존성 분리

* feat: goalroomDashboard 에러바운더리 적용

---------

Co-authored-by: Jungwoo <[email protected]>
Co-authored-by: 부엉이 <[email protected]>
Co-authored-by: Woody <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants