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

FE/#215 메인 페이지, ProjectCard, Banner 컴포넌트 마이그레이션 #227

Merged
merged 13 commits into from
Sep 29, 2023

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    e8ecbc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cc500b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75a4ec1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6eea5e9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #210 from techeer-sv/BE/#209

    BE/#209 controller mock mvc 테스트를 위한 userdetails 설정
    kimhalin authored Sep 24, 2023
    Configuration menu
    Copy the full SHA
    c895fbc View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. feat : Banner 컴포넌트 마이그레이션

    - Swiper 컴포넌트에서 사용하지 않는 리스너 함수 제거
    - Swiper 컴포넌트에 Autoplay 기능 추가
    Yujin-Baek committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2947d92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    939659d View commit details
    Browse the repository at this point in the history
  3. feat : 메인 페이지 마이그레이션

    - API 호출 방식 변경 : axios -> fetch
    - useNavigate -> useRouter
    - react-query 사용을 위한 queryProvider 컴포넌트 생성
    Yujin-Baek committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    f568bea View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. feat : 메인 페이지, ProjectCard 마이그레이션

    - img 태그 일부 'next/image'의 Image 컴포넌트로 변경
    - API 호출 쿼리 파라미터 부분 수정
    Yujin-Baek committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    a2a8145 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. refactor : recoil, react-query Provider 리팩토링

    - recoilRootProvider, queryProvider 컴포넌트 -> Provider 컴포넌트 하나로 합치기
    - react-router-dom 라이브러리 삭제
    Yujin-Baek committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    93ff220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bab6f7 View commit details
    Browse the repository at this point in the history
  3. fix : prettier 에러 수정

    - yarn format:fix 실행
    Yujin-Baek committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    0896e93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3135764 View commit details
    Browse the repository at this point in the history