Skip to content

fix: 로그인 툴팁 패딩, 텍스트 사이즈 수정#278

Merged
easyhooon merged 1 commit intodevelopfrom
BOOK-513-fix/#271
Feb 20, 2026
Merged

fix: 로그인 툴팁 패딩, 텍스트 사이즈 수정#278
easyhooon merged 1 commit intodevelopfrom
BOOK-513-fix/#271

Conversation

@easyhooon
Copy link
Contributor

@easyhooon easyhooon commented Feb 19, 2026

로그인 툴팁이 추가된 로그인 화면 Preview 추가

🔗 관련 이슈

📙 작업 설명

  • 로그인 툴팁 패딩, 텍스트 사이즈 수정
  • 로그인 툴팁이 적용된 Preview 추가

🧪 테스트 내역 (선택)

  • 주요 기능 정상 동작 확인
  • 브라우저/기기에서 동작 확인
  • 엣지 케이스 테스트 완료
  • 기존 기능 영향 없음

💬 추가 설명 or 리뷰 포인트 (선택)

Summary by CodeRabbit

로그인 기능 개선

  • 스타일
    • 로그인 툴팁 UI 개선 - 내부 여백 조정, 텍스트 스타일 최적화, 화살표 위치 개선으로 더욱 개선된 사용자 경험 제공

로그인 툴팁이 추가된 로그인 화면 Preview 추가
@github-actions github-actions bot added the 🐞 fix Something isn't working label Feb 19, 2026
@github-actions github-actions bot requested a review from seoyoon513 February 19, 2026 15:06
@coderabbitai
Copy link

coderabbitai bot commented Feb 19, 2026

No actionable comments were generated in the recent review. 🎉


Walkthrough

로그인 UI의 툴팁 크기와 스타일을 Figma 시안에 맞게 조정하고, 카카오 및 구글 로그인 툴팁 미리보기를 추가했습니다. 런타임 동작 변경은 없으며, UI 패딩, 텍스트 스타일, 화살표 위치 조정만 포함됩니다.

Changes

Cohort / File(s) Summary
로그인 UI 미리보기 추가
feature/login/src/main/kotlin/com/ninecraft/booket/feature/login/LoginUi.kt
LoginKakaoTooltipPreview 및 LoginGoogleTooltipPreview 두 개의 새로운 디바이스 미리보기 함수 추가. 각각 showLoginTooltip=true 및 해당 recentLoginMethod(KAKAO 또는 GOOGLE)와 함께 LoginUi를 렌더링합니다.
로그인 툴팁 박스 스타일 조정
feature/login/src/main/kotlin/com/ninecraft/booket/feature/login/component/LoginTooltipBox.kt
패딩 조정: 수평 padding spacing3→spacing2, 수직 padding spacing2→spacing15. 텍스트 스타일 label2Regular→caption1Medium. 화살표 x 오프셋 14.dp→8.dp로 변경하여 Figma 시안과 일치도록 조정.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐰 툴팁이 마침내 제 자리를 찾았네요,
패딩과 여백이 춤을 추며,
Figma의 꿈이 코드 속에서 피어나고,
카카오, 구글 미리보기가 반짝이네요,
작은 변화가 만드는 큰 아름다움! 🌟

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed 풀 리퀘스트 제목이 변경사항의 핵심을 정확히 반영합니다: 로그인 툴팁의 패딩과 텍스트 크기 수정이 주요 변경사항입니다.
Linked Issues check ✅ Passed 코드 변경사항이 연결된 이슈 #271의 요구사항을 충족합니다: Figma 설계와 일치하도록 로그인 툴팁의 패딩과 텍스트 크기를 조정했습니다.
Out of Scope Changes check ✅ Passed 모든 변경사항이 로그인 툴팁 시각적 조정 범위 내에 있습니다: 패딩, 텍스트 스타일, 화살표 위치 조정과 프리뷰 추가만 포함됩니다.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch BOOK-513-fix/#271

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@seoyoon513 seoyoon513 left a comment

Choose a reason for hiding this comment

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

LGTM!!

@easyhooon easyhooon merged commit 1ff62c4 into develop Feb 20, 2026
6 checks passed
@easyhooon easyhooon deleted the BOOK-513-fix/#271 branch February 20, 2026 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐞 fix Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BOOK-513/fix] 로그인 툴팁 사이즈 조정

2 participants