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: 로그인 유도 BottomSheet 추가 #104

Merged
merged 5 commits into from
Jan 11, 2024
Merged

Conversation

Doeunnkimm
Copy link
Member

🤔 해결하려는 문제가 무엇인가요?

🎉 어떻게 해결했나요?

  • ToolTip 컴포넌트 추가
  • LoginIconSet 컴포넌트 추가
    // usage
    <LoginIconSet google naver kakao />
  • LoginBottomSheet 컴포넌트 추가
    • 현재 개발된 소셜로그인이 google만 존재해서, 우선 google만 추가했습니다.

📚 Attachment (Option)

image

Copy link

vercel bot commented Jan 10, 2024

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

Name Status Preview Comments Updated (UTC)
amazing3-fe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 11, 2024 7:37am

Copy link

Copy link
Collaborator

@hjy0951 hjy0951 left a comment

Choose a reason for hiding this comment

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

이것도 뚝쓰딱쓰 만들어버린 갓도은.... 최고최고 🙌

Comment on lines +1 to +7
[data-rsbs-header] {
@apply bg-gradient6 h-full rounded-[15px];
}

[data-rsbs-content] {
@apply absolute w-full top-[15px] z-10;
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

감탄하고 간다... 🫢

Copy link
Collaborator

Choose a reason for hiding this comment

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

감탄하고 간다... 🫢 + 1

@Doeunnkimm Doeunnkimm changed the base branch from main to dev January 10, 2024 18:11
Copy link
Collaborator

@deepbig deepbig left a comment

Choose a reason for hiding this comment

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

수고 많았어 킹도은~~~~~~! 완전 최고 완벽~~!! 👍 💯 👍 💯 👍 💯 👍 💯 👍 💯 👍 💯

Comment on lines +1 to +7
[data-rsbs-header] {
@apply bg-gradient6 h-full rounded-[15px];
}

[data-rsbs-content] {
@apply absolute w-full top-[15px] z-10;
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

감탄하고 간다... 🫢 + 1

<StarBg />
<div className="flex flex-col gap-4xs px-[49px] items-center">
<Image src={LogoImage} width={133} alt="logo" />
<Typography className="text-blue-50 font-insungit font-medium">내가 직접 그리는 나의 인생 지도</Typography>
Copy link
Collaborator

Choose a reason for hiding this comment

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

거의 동일한 게 Typography type에 있네~ 둘다 로그인 화면에 사용되는 부분이라 통일해도 좋을 것 같은데~ 일단 나중에 작업할 때 비슷한 거 있다고 참고만 해줘~~~~~

Suggested change
<Typography className="text-blue-50 font-insungit font-medium">내가 직접 그리는 나의 인생 지도</Typography>
<Typography type="header1">내가 직접 그리는 나의 인생 지도</Typography>

변경 전:
스크린샷 2024-01-11 203203

변경 후:
image

@Doeunnkimm Doeunnkimm merged commit adb8282 into main Jan 11, 2024
2 checks passed
@Doeunnkimm Doeunnkimm deleted the feat/login-bottom-sheet branch January 11, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants