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

hotfix #32

Merged
merged 15 commits into from
Feb 24, 2024
Merged

hotfix #32

merged 15 commits into from
Feb 24, 2024

Commits on Feb 17, 2024

  1. merge base 변경으로 인한 PR 재작성 (#26)

    * feat: chip에 속성값을 외부에서 변경이 가능하도록 변경
    
    * design: 데이터가 비어있을때 보여주는 컴포넌트 디자인 수정
    
    * feat: arrow-down 아이콘 추가
    
    * feat: 수정 모드를 각 기능의 수정에서 컴포넌트 하나의 수정모드로 전환
    
    * feat: category정보에 해당 categoryName필드를 추가해서 반환
    
    * design: icon 변경에 따른 색상 조절
    
    * design: edit 취소 버튼 제거
    
    * rename: QuestionTabPanel 관련 폴더 추가
    
    * feat: button과 menu를 합친 dropdown 컴포넌트 생성
    
    * feat: 삭제 완료에 대한 toast 반응 추가
    
    * feat: 값이 변경되었을때 자동저장 기능 추가
    
    * feat: 빈 값일때 빈 값 컴포넌트를 선언적으로 작성하기 위한 helper컴포넌트 작성
    
    * feat: 수정 모드일때 footer가 보이지 안도록 변경
    
    * feat: 수정이 완료 되는 즉시 api로 수정 사항 업데이트에 반영
    
    * design: desciption의 최대길이를 설정해 스크롤이 유동적으로 생기게 변경
    
    * fix: 기본 길이 이외에도 수정 모드 변경 가능하도록 설정
    
    * design: 면접 질문 추가 placeholder추가로 가시성 향상
    
    * design: 문제집 etc 버튼의 menu를 왼쪽 아래로 표시하도록 변경
    
    * design: header의 레이아웃을 body와 통일
    Yoon-Hae-Min authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    295cc19 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. [NDD-413] 빌드시 타입 검사 추가하기, 동적 import에 대한 타입 문제 해결하기 (1.5h/2h) (#27)

    * fix: VideoPlayerFrame에 props 불일치로 발생한 타입 에러 해결
    
    * rename: 폴더명 컨벤션 맞지 않는 것 수정
    
    * chore: 프로덕션 빌드시 production 모드 설정
    
    * fix: 동적 import를 수행하는 유틸함수를 추가해서 타입 문제 해결
    milk717 authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    214bd1c View commit details
    Browse the repository at this point in the history
  2. [NDD-389] 이미지 최적화하기 (feat. 김 거짓말쟁이 등장이요~) (2h/3h) (#29)

    * feat: vite-plugin-image-optimizer 추가
    
    * feat: 이미지태그 고정 크기 설정해서 레이아웃 시프트 방지
    
    * refactor: 이미지 png -> webp로 교체
    
    * chore: 이미지 압축률 수정
    
    * feat: 랜딩페이지 srcSet 추가
    
    * feat: 카카오 브라우저 곰돌이도 srcSet 추가
    
    * fix: 리베이스 후 경로 오류 해결
    milk717 authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    02c9771 View commit details
    Browse the repository at this point in the history
  3. [NDD-422] questionSelectionBox에 suspense 적용 (5h/5h) (#28)

    * feat: ueseQuery를 useSuspenseQuery로 전환
    
    * feat: QuestionSelectionBox loading 적용
    
    * refactor: 불필요한 조건문 제거
    
    * feat: useQuery에서 useSuspenseQuery로 변경
    
    * refactor: supense변경으로 인한 불필요한 타입 제거
    
    * fix: mock서버 response 오류 수정
    
    - question의 정보가 없을시 빈배열이 아닌 빈 문자열로 내여로는것을 수정
    
    * feat: trigger를 설정해서 emptySuspense를 제어하도록 설정
    
    * refactor: 불필요한 effect 제거
    
    * [NDD-413] 빌드시 타입 검사 추가하기, 동적 import에 대한 타입 문제 해결하기 (1.5h/2h) (#27)
    
    * fix: VideoPlayerFrame에 props 불일치로 발생한 타입 에러 해결
    
    * rename: 폴더명 컨벤션 맞지 않는 것 수정
    
    * chore: 프로덕션 빌드시 production 모드 설정
    
    * fix: 동적 import를 수행하는 유틸함수를 추가해서 타입 문제 해결
    
    * feat: ueseQuery를 useSuspenseQuery로 전환
    
    * feat: QuestionSelectionBox loading 적용
    
    * refactor: 불필요한 조건문 제거
    
    * feat: useQuery에서 useSuspenseQuery로 변경
    
    * refactor: supense변경으로 인한 불필요한 타입 제거
    
    * fix: mock서버 response 오류 수정
    
    - question의 정보가 없을시 빈배열이 아닌 빈 문자열로 내여로는것을 수정
    
    * feat: trigger를 설정해서 emptySuspense를 제어하도록 설정
    
    * refactor: 불필요한 effect 제거
    
    * fix: useWorkbookId 사용하지 않는 타입 제거
    
    ---------
    
    Co-authored-by: Sumin <57657868+milk717@users.noreply.github.com>
    Co-authored-by: 이성인 <devlsi1228@gmail.com>
    3 people authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    a71b648 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96a2dad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8e0d4d View commit details
    Browse the repository at this point in the history
  6. hotfix: EmptySuspense 에러 해결

    로컬 문제 추가를 위해 react query에 상태를 끼워넣을 때 trigger가 되지 않아서 EmptySuspense의 children이 랜더링되지 않는 문제 해결
    milk717 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    439b9b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    633e105 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f55422a View commit details
    Browse the repository at this point in the history
  9. hotfix: srcSet 파싱 에러 해결

    쉼표를 넣지 않아서 srcSet이 파싱되지 않는 문제 해결
    milk717 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    e42d41b View commit details
    Browse the repository at this point in the history
  10. hotfix: 툴팁 에러 수정

    milk717 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    19b2b6b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fc60387 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    95678ee View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3bdc227 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ebe0d48 View commit details
    Browse the repository at this point in the history