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(QYOG-37): 로그인 모달 작업 #74

Merged
merged 9 commits into from
Apr 13, 2024
Merged

feat(QYOG-37): 로그인 모달 작업 #74

merged 9 commits into from
Apr 13, 2024

Conversation

pho9902
Copy link
Collaborator

@pho9902 pho9902 commented Mar 26, 2024

Pull Request

티켓

티켓명과 url은 수정해주세요.

QYOG-37

작업 내용

  • 로그인 페이지 모달형태로 변경
  • 필요한 이미지 파일(로고svg, 소셜로그인 아이콘 등) 추가
  • 모달 로직 setState 추가

스크린샷

image

기타

  • 액세스토큰 발급 위치 정하고 수정
  • 로그인 로직 에러 처리

@pho9902 pho9902 added the ✨ Feature 기능 추가 수정 삭제 등의 작업 label Mar 26, 2024
@pho9902 pho9902 self-assigned this Mar 26, 2024
Copy link

vercel bot commented Mar 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dongurami-front-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 13, 2024 6:34am

@pho9902 pho9902 changed the title Feat/woo/qyog 37 feat(QYOG-37): 로그인 모달 작업 Mar 26, 2024
Comment on lines 52 to 60
export const Regist = styled.h3`
color: ${({ theme }) => theme.color.primary_100};
font-family: "Noto Sans";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin: 2% 0 4% 0;
`;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typography 사용해서 대체해도 될듯

Comment on lines 71 to 72
justify-content: center;
align-items: center;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

순기가 justify-content랑 align-items은 verticalAlign, horizonAlign 이걸로 사용하자고 하더라 맞춰쓰면 좋을듯

Comment on lines 16 to 17
width: 1265px;
height: 802px;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이렇게 쓰이는 px은 converter의 pxtorem으로 쓰는게 맞지않나?

@jsj1510 jsj1510 merged commit 1cc1cdd into develop Apr 13, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 추가 수정 삭제 등의 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants