-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore : 로그인 시 '로그인중..' 글자로 바꾸고 버튼 배경색 살짝 연해지도록 디자인 변경 #419
chore : 로그인 시 '로그인중..' 글자로 바꾸고 버튼 배경색 살짝 연해지도록 디자인 변경 #419
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
혹시 수정해주실 수 있나요??
src/app/(fullscreen)/login/page.tsx
Outdated
<div className="relative min-h-screen bg-gradient-to-br from-indigo-50 to-violet-50 flex flex-col items-center justify-center p-4"> | ||
{isLoading && ( | ||
<div className="absolute inset-0 flex justify-center items-center z-50"> | ||
<LoadingSpinner /> | ||
</div> | ||
)} | ||
<div className={`max-w-md w-full space-y-8 ${isLoading && 'opacity-50'}`}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
전체 로딩 스피너보다는 각 버튼 옆에 작게 흰색으로 로딩 스피너를 보여주는 게 좋을 것 같아요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
스피너 대신 버튼 자체의 텍스트를 변경하고 배경색을 연하게 만드는 방법으로 변경했습니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수정해주시면 approve 할게용
src/app/(fullscreen)/login/page.tsx
Outdated
{KakaoIsLoading && ( | ||
<LoadingSpinner size="small" className="absolute right-1/4" /> | ||
)} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
밀리면 그냥 로그인중으로 바꿔주세용
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
네엡 스피너 대신 버튼 자체의 텍스트를 변경하고 배경색을 연하게 만드는 방법으로 변경했습니다
📄 Description of the PR
🔧 What has been changed?
📸 Screenshots / GIFs (if applicable)
✅ Checklist