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

로그인, 회원가입 페이지 레이아웃 #5

Open
4 tasks done
JeongYunMi opened this issue May 11, 2023 · 0 comments
Open
4 tasks done

로그인, 회원가입 페이지 레이아웃 #5

JeongYunMi opened this issue May 11, 2023 · 0 comments
Assignees
Labels
develop develop

Comments

@JeongYunMi
Copy link
Collaborator

JeongYunMi commented May 11, 2023

  • 기본 레이아웃 구현
  • 반응형 레이아웃 구현
  • react-hook-form을 이용한 input form 구현
  • axios 및 react-query를 이용한 로그인, 회원가입 기능 구현
@JeongYunMi JeongYunMi added the develop develop label May 11, 2023
Joonhyung-Choi added a commit that referenced this issue Jun 30, 2023
login페이지 Wrapper 컴포넌트 title 컴포넌트 작업
Joonhyung-Choi added a commit that referenced this issue Jul 1, 2023
feat: loginPage contents 컴포넌트 작업, Input 컴포넌트 수정
Joonhyung-Choi added a commit that referenced this issue Jul 4, 2023
feat: login 페이지 라우팅 경로 /login에서 /login/main으로 변경
Joonhyung-Choi added a commit that referenced this issue Jul 4, 2023
feat login 페이지 라우탕 변경 관련 컴포넌트 경로 변경
Joonhyung-Choi added a commit that referenced this issue Jul 4, 2023
feat: login 페이지 공통 컴포넌트(Title, Wrapper) 디자인 변경
Joonhyung-Choi added a commit that referenced this issue Jul 4, 2023
feat: join 페이지 퍼블리싱
Joonhyung-Choi added a commit that referenced this issue Jul 4, 2023
feat: pick 페이지 퍼블리싱
Joonhyung-Choi added a commit that referenced this issue Jul 4, 2023
fix: loginContainer 경로 변경 사항 수정 업로드
Joonhyung-Choi added a commit that referenced this issue Jul 11, 2023
feat: login/main 페이지 공통 컴포넌트 반응형 레이아웃 적용
Joonhyung-Choi added a commit that referenced this issue Jul 11, 2023
feat: login/main 페이지 반응형 레이아웃 적용 #5
Joonhyung-Choi added a commit that referenced this issue Jul 11, 2023
feat: login/join 페이지 반응형 레이아웃 적용
Joonhyung-Choi added a commit that referenced this issue Jul 11, 2023
feat: login/pick 페이지 반응형 레이아웃 적용
Joonhyung-Choi added a commit that referenced this issue Jul 29, 2023
feat: 회원가입 버튼을 누를 시 회원가입 페이지로 이동하도록 라우팅 기능 추가
Joonhyung-Choi added a commit that referenced this issue Jul 29, 2023
feat: 카카오 로그인 키 관리를 위한 gitignore 업데이트
Joonhyung-Choi added a commit that referenced this issue Aug 1, 2023
feat: 유저의 회원 가입 기능 구현을 위한 전역 state 추가
Joonhyung-Choi added a commit that referenced this issue Aug 1, 2023
feat: 카카오 로그인 버튼 클릭 시 카카오 로그인 페이지로 이동하는 기능 추가
Joonhyung-Choi added a commit that referenced this issue Aug 1, 2023
feat: 카카오 로그인 시 인가 코드를 받아와 백엔드로 전송해주는 login/kakao 페이지(프로토타입) 추가
Joonhyung-Choi added a commit that referenced this issue Aug 1, 2023
…되는 기능 추가 #5

feat: login/pick 페이지에서 가게 운영자 혹은 일반 회원 선택 시 선택한 항목에 맞춰 전역 state 값이 지정되는 기능 추가
Joonhyung-Choi added a commit that referenced this issue Aug 1, 2023
… 간소화하여 변경 #5

fix: 반응형 작업을 위해 분리해 사용하던 중복된 로고(크기가 다른) 삭제 및 pickContents.tsx 컴포넌트 구조 간소화하여 변경
Joonhyung-Choi added a commit that referenced this issue Aug 1, 2023
fix: login/pick 페이지 tag 버튼 fontSize가 뷰포트의 크기에 맞춰 변하도록 수정
Joonhyung-Choi added a commit that referenced this issue Aug 1, 2023
fix: 크기만 다른 중복된 svg 삭제, socialLogin.tsx 컴포넌트 구조 변경
Joonhyung-Choi added a commit that referenced this issue Aug 1, 2023
fix: socialLogin.tsx 컴포넌트 구조 변경에 따라 사용하지 않는 컴포넌트 삭제
Joonhyung-Choi added a commit that referenced this issue Aug 1, 2023
fix: JoinContents.tsx 컴포넌트 구조 변경
Joonhyung-Choi added a commit that referenced this issue Aug 1, 2023
fix: LoginMainContainer.tsx 컴포넌트 구조 변경
Joonhyung-Choi added a commit that referenced this issue Aug 1, 2023
…e -> src/container/loginPage), login/join 페이지 tag 버튼이 뷰포트 크기에 따라 변하지 않는 현상 수정 #5

fix: login 페이지 폴더 이름 변경(login -> loginPage) 및 컴포넌트 경로 변경(src/loginPage -> src/container/loginPage), login/join 페이지 tag 버튼이 뷰포트 크기에 따라 변하지 않는 현상 수정
Joonhyung-Choi added a commit that referenced this issue Aug 6, 2023
signUpStateAtom.ts의 파일명 변경 및 관련 파일들의 import문 업데이트
Joonhyung-Choi added a commit that referenced this issue Aug 6, 2023
… 전역 state 제어(진행중) #5

feat: 회원가입 페이지에서 사용하기 위한 모달 컴포넌트 추가 및 모달 제어를 위한 전역 state 추가, 모달창을 이용한 전역 state 제어(진행중)
Joonhyung-Choi added a commit that referenced this issue Oct 17, 2023
…rmData 형식으로 보내도록 변경), smallButton이 api 통신 성공 여부에 따라 다른 스타일을 가지도록 수정, 로그이 페이지 구조 변경으로 인한 변경사항 적용 #5

feat: join 페이지 닉네임 중복 확인 api 추가 및 api 관련 변경 사항 적용(인증코드 확인 api 호출 시 formData 형식으로 보내도록 변경), smallButton이 api 통신 성공 여부에 따라 다른 스타일을 가지도록 수정, 로그이 페이지 구조 변경으로 인한 변경사항 적용
Joonhyung-Choi added a commit that referenced this issue Oct 17, 2023
feat: css 스타일이 깨지는 형상 수정
Joonhyung-Choi added a commit that referenced this issue Oct 17, 2023
feat: 로그인 페이지 구조 변경으로 인한 변경사항 적용(signupDataState 관련)
Joonhyung-Choi added a commit that referenced this issue Oct 17, 2023
로그인 페이지 진행상황 merge
Joonhyung-Choi added a commit that referenced this issue Oct 17, 2023
remove: join 페이지 테스트 코드 삭제
Joonhyung-Choi added a commit that referenced this issue Nov 5, 2023
feat: join 페이지 구조 변경(임시 가입 후 이메일 인증이 이루어지도록 변경)
Joonhyung-Choi added a commit that referenced this issue Nov 5, 2023
fix: env 파일 변수명 변경에 따른 변경점 적용
Joonhyung-Choi added a commit that referenced this issue Nov 5, 2023
pageloginPage 변경사항 merge
Joonhyung-Choi added a commit that referenced this issue Nov 7, 2023
로그인 페이지 진행상황 merge
Joonhyung-Choi added a commit that referenced this issue Nov 7, 2023
fix: 카카오 로그인 이용 시 loginType이 KAKAO로 저장되지 않는 현상 수정
Joonhyung-Choi added a commit that referenced this issue Nov 11, 2023
feat: login/main 페이지 로그인 성공 시, 로그인 실패 시 모달 창이 출력되는 기능 추가
Joonhyung-Choi added a commit that referenced this issue Nov 11, 2023
feat: login/join 페이지 모달 추가 작업
Joonhyung-Choi added a commit that referenced this issue Nov 11, 2023
fix: 로그인이 성공하지 않은 경우에도 메인 페이지로 이동하는 현상 수정
Joonhyung-Choi added a commit that referenced this issue Nov 12, 2023
… 추가(닉네임 입력 관련 디테일) #5

feat: login/pick 페이지 모달 디자인 수정 및 컴포넌트 구조 변경, 닉네임 중복 확인 api 추가, 세부 디테일 추가(닉네임 입력 관련 디테일)
Joonhyung-Choi added a commit that referenced this issue Nov 12, 2023
fix: 로그인 페이지 공통 모달 디자인 수정
Joonhyung-Choi added a commit that referenced this issue Nov 12, 2023
feat: loin/pick 페이지에 일반 회원가입으로 접근하여 역할 선택 시 확인 모달 창이 뜨도록 변경
Joonhyung-Choi added a commit that referenced this issue Nov 12, 2023
fix: 로그인 페이지 공통 모달 디자인 소폭 변경
Joonhyung-Choi added a commit that referenced this issue Nov 12, 2023
feat: 로그인 페이지 api들 sendApi를 이용한 리팩토링 및 테스트
Joonhyung-Choi added a commit that referenced this issue Nov 12, 2023
feat: 카카오 로그인 페이지 api 통신 sendApi 이용한 구현, 로그인 성공, 실패시 모달 출력
Joonhyung-Choi added a commit that referenced this issue Nov 12, 2023
fix: login/main 페이지 로그인 성공 후 메인 페이지로 이동하지 않는 현상 수정
Joonhyung-Choi added a commit that referenced this issue Nov 14, 2023
loginPage 진행상황 merge
Joonhyung-Choi added a commit that referenced this issue Nov 26, 2023
feat: 마이페이지 및 로그아웃 선택을 위한 드롭 다운 추가
Joonhyung-Choi added a commit that referenced this issue Nov 26, 2023
feat: 인터셉터 테스트 코드 업로드
Joonhyung-Choi added a commit that referenced this issue Nov 26, 2023
loginPage 진행상황 merge
ppacman pushed a commit that referenced this issue Nov 28, 2023
feat: 마이페이지 및 로그아웃 선택을 위한 드롭 다운 추가
ppacman pushed a commit that referenced this issue Nov 28, 2023
feat: 인터셉터 테스트 코드 업로드
Joonhyung-Choi added a commit that referenced this issue Dec 5, 2023
feat: login 페이지 및 Input, Dropdown 컴포넌트 폰트 적용
Joonhyung-Choi added a commit that referenced this issue Dec 5, 2023
feat: login/main 페이지를 login 페이지의 index 페이지로 지정
Joonhyung-Choi added a commit that referenced this issue Jan 11, 2024
feat: 메인페이지 헤더 로그아웃 버튼 기능 추가
Joonhyung-Choi added a commit that referenced this issue Jan 11, 2024
로그아웃 기능 구현 상황 merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
develop develop
Projects
None yet
Development

No branches or pull requests

2 participants