Skip to content

fix: 내 서재 화면 GuestMode 로그인 버튼 medium -> small 로 style 수정#275

Merged
easyhooon merged 1 commit intodevelopfrom
BOOK-514-fix/#272
Feb 20, 2026
Merged

fix: 내 서재 화면 GuestMode 로그인 버튼 medium -> small 로 style 수정#275
easyhooon merged 1 commit intodevelopfrom
BOOK-514-fix/#272

Conversation

@easyhooon
Copy link
Contributor

@easyhooon easyhooon commented Feb 19, 2026

GuestMode Preview 추가

🔗 관련 이슈

📙 작업 설명

  • 내 서재 화면 GuestMode 로그인 버튼 medium -> small 로 style 수정
  • 내 서재 화면 GuestMode Preview 추가

🧪 테스트 내역 (선택)

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

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

Summary by CodeRabbit

변경 사항

  • 스타일

    • 라이브러리 화면의 버튼 크기가 작게 조정되었습니다.
    • 리뷰 항목의 텍스트 색상이 보조색에서 주요 내용 색상으로 변경되어 가독성이 향상되었습니다.
  • 테스트

    • 게스트 모드에서 라이브러리 UI를 확인할 수 있는 미리보기 기능이 추가되었습니다.

@github-actions github-actions bot added the 🐞 fix Something isn't working label Feb 19, 2026
@coderabbitai
Copy link

coderabbitai bot commented Feb 19, 2026

No actionable comments were generated in the recent review. 🎉


Walkthrough

라이브러리 UI의 로그인 버튼 스타일을 mediumButtonStyle에서 smallButtonStyle로 변경하고, 게스트 모드 미리보기를 위한 LibraryGuestModePreview 컴포저블을 추가했습니다. 또한 리뷰 항목 텍스트 색상이 보조색에서 기본색으로 변경되었습니다.

Changes

Cohort / File(s) Summary
라이브러리 UI 스타일 및 미리보기
feature/library/src/main/kotlin/com/ninecraft/booket/feature/library/LibraryUi.kt
로그인 버튼 스타일을 mediumButtonStylesmallButtonStyle로 교체하고 import 갱신. 게스트 모드 렌더링용 LibraryGuestModePreview 컴포저블 추가.
리뷰 아이템 색상 조정
feature/detail/src/main/kotlin/com/ninecraft/booket/feature/detail/record/component/ReviewItem.kt
리뷰 텍스트 색상을 ReedTheme.colors.contentSecondaryReedTheme.colors.contentPrimary로 변경.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐰 버튼이 작아졌네, 톡톡
게스트 창에 빛 한 줄
코드에 껑충 폴짝 뛰어들어
미리보기도 살포시 놓고
도서관이 살짝 웃네 📚✨

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (2 warnings)

Check name Status Explanation Resolution
Out of Scope Changes check ⚠️ Warning ReviewItem.kt의 텍스트 색상 변경(contentSecondary → contentPrimary)은 연결된 이슈 #272의 범위 밖입니다. ReviewItem.kt의 색상 변경이 BOOK-514 요구사항과 관련이 없으므로 별도의 PR로 분리하거나 제거해야 합니다.
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 (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed PR 제목이 주요 변경사항인 GuestMode 로그인 버튼 스타일을 medium에서 small로 변경하는 내용을 명확하게 설명하고 있습니다.
Linked Issues check ✅ Passed 모든 코딩 관련 요구사항이 충족되었습니다. 버튼 스타일이 medium에서 small로 변경되었으며, GuestMode Preview가 추가되었습니다.

✏️ 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-514-fix/#272

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 a536f75 into develop Feb 20, 2026
7 of 8 checks passed
@easyhooon easyhooon deleted the BOOK-514-fix/#272 branch February 20, 2026 05:51
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-514/fix] 내 서재 화면 로그인 버튼 사이즈 수정

2 participants