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/#218 회원가입 페이지 마이그레이션 #219

Merged
merged 12 commits into from
Sep 26, 2023
Merged

Fe/#218 회원가입 페이지 마이그레이션 #219

merged 12 commits into from
Sep 26, 2023

Commits on Sep 25, 2023

  1. chore : tailwindcss 커스텀 설정 및 폰트 추가

    tsconfig include에 설정파일 추가
    Mayreeel committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    7a256a8 View commit details
    Browse the repository at this point in the history
  2. chore : yup, react-hook-form 설치

    yarn add yup react-hook-form @hookform/resolvers
    Mayreeel committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    ab5ffcd View commit details
    Browse the repository at this point in the history
  3. feat : 로그인 페이지 마이그레이션

    img 태그 => 'next/image'의 Image 컴포넌트로 변경
    useNavigate=> useRouter
    axios => fetch
    alert => Error 객체로
    공식문서 Error.js 코드 가져와서 넣음
    eslint import/no-extraneous-dependencies off
    Mayreeel committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    7cff19d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. fix : eslint 에러 해결

    Mayreeel committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    ece273d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47f9b53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc1018e View commit details
    Browse the repository at this point in the history
  4. chore : next 업데이트

    13.5.1=>13.5.3
    Mayreeel committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    162f70b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0896072 View commit details
    Browse the repository at this point in the history
  6. feat : 회원가입 페이지 마이그레이션

    Eslint 의존성 배열 강제 규칙 제거(의도대로 동작 안함)
    img태그 => 'next/image'의 image 컴포넌트로 변경
    useNavigate => useRouter
    axios => fetch
    alert => Error 객체
    Error.js에 공식문서 기본 코드 삽입
    Mayreeel committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2025254 View commit details
    Browse the repository at this point in the history
  7. refactor : getter만 사용하는 Recoil hook 변경

    useRecoilState => useRecoilValue
    Mayreeel committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    0de5da6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c67f98 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ecf9d9a View commit details
    Browse the repository at this point in the history