Skip to content

[FEAT] auth UI refactor#52

Merged
IISweetHeartII merged 24 commits into
developfrom
feature/auth-UI-refactor-#50
Jul 14, 2025
Merged

[FEAT] auth UI refactor#52
IISweetHeartII merged 24 commits into
developfrom
feature/auth-UI-refactor-#50

Conversation

@IISweetHeartII

Copy link
Copy Markdown
Contributor

🔀 Pull Request Title

로그인/회원가입/비밀번호찾기/초기화 화면 UI 디자인


📌 PR 설명

이번 PR에서 어떤 작업을 했는지 요약해주세요.

  • 로그인/회원가입 UI 개선
  • 비밀번호 초기화 화면 추가

📷 스크린샷


🔍 추가 설명

@Head-ddy Head-ddy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

충돌 한번만 확인해주세요!

@IISweetHeartII

Copy link
Copy Markdown
Contributor Author

충돌 한번만 확인해주세요!

충돌 해결했습니다! yarn.lock에서 버전이 업데이트된 내용이 있었는데, 그걸 최신화 안했었네요!

@IISweetHeartII IISweetHeartII added fix 버그 제보/수정 style 코드스타일/포맷 관련 refactor 리팩토링 관련 chore 기타 작업 (패키지 등) labels Jul 12, 2025
{apiError}
</div>
)}
<div className="flex flex-col items-center gap-1 pt-1 text-[13px] text-[#828282]">

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

text-[13px] 이 부분만 rem단위로 변경해주시면 좋을 것 같아요!

onClick={handleWrapperClick}
className="fixed inset-0 z-50 flex items-center justify-center bg-black bg-opacity-40"
>
<div className="flex flex-col items-center gap-6 bg-white rounded-lg p-6 w-[300px] text-center">

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

여기도 px rem으로 변경하면 좋을 것 같습니다!

@@ -25,7 +26,7 @@ export default function LoginPage() {
// 가상의 로그인 실패 시나리오
await new Promise((resolve) => setTimeout(resolve, 1000));
console.log(data);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

나중에 배포하기 전에는 console.log 지워주셔도 될 거 같아요!

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

앗 그리고 사용자한테 보여주고 싶은 에러메시지는 toast 공용 컴포넌트 활용해도 좋을 거 같아요!

@IISweetHeartII
IISweetHeartII merged commit dac3d0e into develop Jul 14, 2025
1 check passed
@IISweetHeartII
IISweetHeartII deleted the feature/auth-UI-refactor-#50 branch October 31, 2025 14:43
@IISweetHeartII IISweetHeartII changed the title Feature/auth UI refactor #50 [FEAT] auth UI refactor Mar 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore 기타 작업 (패키지 등) fix 버그 제보/수정 refactor 리팩토링 관련 style 코드스타일/포맷 관련 덕환

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[REFACTOR] auth UI 개선, 코드 개선

3 participants