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

Issue 45 feat 로그인UI 퍼블리싱 #37

Merged
merged 18 commits into from
Oct 28, 2024

Conversation

CosmicSandBox
Copy link
Contributor

@CosmicSandBox CosmicSandBox commented Oct 23, 2024

📌 관련 이슈

✨ PR 세부 내용

로그인 UI,
회원가입 UI
퍼블리싱 완료 했습니다!

추가적으로 로그인, 회원가입에 들어가는 Input Component도 2가지 따로 개발하였습니다.
(LoginInput.jsx, SignUpInput.jsx)

⌛ 소요 시간

8시간

src/app/(auth)/login/page.jsx Outdated Show resolved Hide resolved
src/app/(auth)/sign-up/components/SignUpInput.jsx Outdated Show resolved Hide resolved
src/assets/images/login-question.png Outdated Show resolved Hide resolved
src/app/(auth)/login/page.jsx Outdated Show resolved Hide resolved
src/app/(auth)/login/page.jsx Show resolved Hide resolved
src/app/(auth)/login/page.jsx Outdated Show resolved Hide resolved
@CosmicSandBox
Copy link
Contributor Author

말씀해주신 부분들 수정 하였고
회의때 보였던 문제점 : SignUp 페이지에서 Show가 두개 묶여서 동작하는 것 -> 개별적으로 동작하도록 수정하였고
login 페이지에 padding bottom을 실수로 주어서 해당 값을 삭제하였습니다!
좋은 코드 리뷰 감사합니다! 덕분에 수정하면서 또 많이 배웠습니다!!

@InKyungWoo
Copy link
Contributor

InKyungWoo commented Oct 28, 2024

👨‍💻 10/28 페어프로그래밍 진행 내용:

  • 뷰포트 스크롤 문제 해결
  • next/Image 컴포넌트로 수정
  • 코드 리팩토링
  • Antd 체크박스 컴포넌트 css(hover) 오버라이딩
  • 네이버 아이콘 추가

@InKyungWoo InKyungWoo merged commit cf6837b into dev Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: 로그인, 회원가입 UI 퍼블리싱
2 participants