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/login page #8

Merged
merged 5 commits into from
Jun 29, 2023
Merged

Feat/login page #8

merged 5 commits into from
Jun 29, 2023

Conversation

howooking
Copy link
Collaborator

✨ 기능명

#7 로그인 페이지

📝 작업내용

image
  • 로그인 form 구성 요소 생성
  • 판매자 로그인 toggle 버튼
  • useState로 판매자 isSeller 상태관리
  • isSeller에 값에 따라 카카오 로그인 버튼 비활성화
  • setTimeout으로 로그인 상태 isSending에 따른 로딩 시연

🐞 관련 이슈

closed #7

궁금한 사항 또는 공유할 사항

  • client validation 작업 예정
  • 에러 메세지 출력 위치 및 방법 의논

- text-gray-400를 tailwindConfig에서 subTextAndBorder변수로 지정
- react router의 <Link>태그로 페이지 이동 구현
- 메인로고 이미지 교체
- 이메일과 비밀번호를 입력하는 ui
- 로그인 버튼과 회원가입 버튼
- 카카오 로그인 버튼
- 판매자 토글 버튼(버튼 누를 경우 카카오로그인 비활성화)
@howooking howooking added the Done 작업 완료 label Jun 29, 2023
@howooking howooking self-assigned this Jun 29, 2023
@howooking howooking merged commit 3461baf into main Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Done 작업 완료
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Feat] 로그인 페이지 구성, 통신(x)
3 participants