Skip to content

feat: 앱 아이콘 적용#120

Merged
easyhooon merged 1 commit intodevelopfrom
BOOK-241-feature/#119
Aug 8, 2025
Merged

feat: 앱 아이콘 적용#120
easyhooon merged 1 commit intodevelopfrom
BOOK-241-feature/#119

Conversation

@easyhooon
Copy link
Copy Markdown
Contributor

@easyhooon easyhooon commented Aug 8, 2025

🔗 관련 이슈

📙 작업 설명

  • ㅈㄱㄴ

🧪 테스트 내역 (선택)

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

📸 스크린샷 또는 시연 영상 (선택)

기능 미리보기
앱 아이콘 적용(전후 비교)

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

Summary by CodeRabbit

  • Style
    • 런처 아이콘 관련 XML 리소스의 코드 스타일과 정렬이 개선되었습니다.
    • 불필요한 <monochrome> 요소가 제거되었습니다.
    • 일부 참조가 @drawable에서 @mipmap으로 변경되었습니다.
    • 시각적 결과에는 영향이 없습니다.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Aug 8, 2025

Walkthrough

앱 런처 아이콘 관련 XML 리소스 파일들이 수정되었습니다. 주요 변경점은 <monochrome> 요소 제거, <foreground>의 drawable 참조 경로 변경, XML 속성 및 포맷 정리 등으로, 아이콘의 실제 그래픽 내용에는 변화가 없습니다.

Changes

Cohort / File(s) Change Summary
런처 아이콘 리소스 정비
core/designsystem/src/main/res/mipmap-anydpi-v26/ic_launcher.xml, core/designsystem/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
<monochrome> 요소 삭제, <foreground> drawable 참조를 @drawable에서 @mipmap으로 변경, 포맷 정리
벡터 드로어블 포맷 정비
core/designsystem/src/main/res/drawable/ic_launcher_background.xml
XML 속성 순서 및 포맷 일관성 정리, 그래픽 내용 및 값은 변경 없음

Sequence Diagram(s)

(해당 변경은 리소스 XML 파일의 포맷 및 참조 경로 변경에 국한되어 있으므로 시퀀스 다이어그램 생략)

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Assessment against linked issues

Objective Addressed Explanation
앱 아이콘 적용 (#119)

Assessment against linked issues: Out-of-scope changes

(요구사항과 무관한 변경사항 없음)

Poem

아이콘이 반짝, 토끼가 방긋
포맷 정리 깔끔하게,
런처에 새 옷 입혔네!
그림은 그대로,
경로만 바꿔주니
앱도 기분 좋아 토실토실
🐰✨

Note

🔌 MCP (Model Context Protocol) integration is now available in Early Access!

Pro users can now connect to remote MCP servers under the Integrations page to get reviews and chat conversations that understand additional development context.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch BOOK-241-feature/#119

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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (2)
core/designsystem/src/main/res/drawable/ic_launcher_background.xml (1)

8-73: 배경 색상/그리드 색상 하드코딩 유지 OK — 다만 리소스화와 야간 변형 필요 여부 확인 권장

  • 현재 색상은 hex로 하드코딩되어 있어 디자인 변경 시 추적이 어려울 수 있습니다. 선택적으로 colors.xml로 추출하면 유지보수성이 좋아집니다.
  • 팀 러닝에 따르면 테마 tint를 지양하고, 다크모드가 필요하면 별도 리소스를 둡니다. 앱 아이콘에 야간 전용 배경이 필요 없다는 결정이면 현 상태로 충분합니다. 필요하다면 drawable-night에 배경을 별도로 두는 것을 고려해 주세요.

원한다면 색상 리소스화에 필요한 colors.xml 스텁과 변경 패치를 생성해 드리겠습니다.

core/designsystem/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml (1)

3-4: (선택) Lint의 IconMissingMonochrome 경고 대응

  • 테마 아이콘 미지원이 의도라면 tools:ignore="IconMissingMonochrome"로 경고를 무시할 수 있습니다.
  • 반대로, 이후 지원이 필요하면 고대비 단색 실루엣 자산을 @mipmap/ic_launcher_monochrome로 추가해 를 복원하세요.

원하시면 두 방향(무시 or 지원) 모두에 대한 패치를 준비해 드리겠습니다.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 1a4ba6f and ed06066.

📒 Files selected for processing (3)
  • core/designsystem/src/main/res/drawable/ic_launcher_background.xml (1 hunks)
  • core/designsystem/src/main/res/mipmap-anydpi-v26/ic_launcher.xml (1 hunks)
  • core/designsystem/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml (1 hunks)
🧰 Additional context used
🧠 Learnings (2)
📓 Common learnings
Learnt from: easyhooon
PR: YAPP-Github/Reed-Android#55
File: core/designsystem/src/main/res/drawable/ic_x_circle.xml:6-11
Timestamp: 2025-07-17T23:41:33.929Z
Learning: Reed Android 프로젝트에서는 SVG에서 vector drawable로 변환시 색상 매핑 대신 모드별 별도 아이콘 파일을 사용하는 방식을 선호한다. Figma에서 SVG export한 형태를 그대로 사용하며, 다크모드 대응이 필요할 경우 drawable-night 폴더에 별도 아이콘을 배치하는 방식을 사용한다.
Learnt from: easyhooon
PR: YAPP-Github/Reed-Android#55
File: core/designsystem/src/main/kotlin/com/ninecraft/booket/core/designsystem/component/ReedTextField.kt:0-0
Timestamp: 2025-07-17T23:43:38.687Z
Learning: Reed Android 프로젝트에서 아이콘의 tint 속성을 Color.Unspecified로 설정하는 이유는 theme 색상이 아이콘에 적용되어 아이콘 고유의 색상이 변경되는 것을 방지하기 위함이다. 이는 아이콘의 원본 색상을 보존하려는 디자인 시스템 정책과 일치한다.
📚 Learning: 2025-07-17T23:41:33.929Z
Learnt from: easyhooon
PR: YAPP-Github/Reed-Android#55
File: core/designsystem/src/main/res/drawable/ic_x_circle.xml:6-11
Timestamp: 2025-07-17T23:41:33.929Z
Learning: Reed Android 프로젝트에서는 SVG에서 vector drawable로 변환시 색상 매핑 대신 모드별 별도 아이콘 파일을 사용하는 방식을 선호한다. Figma에서 SVG export한 형태를 그대로 사용하며, 다크모드 대응이 필요할 경우 drawable-night 폴더에 별도 아이콘을 배치하는 방식을 사용한다.

Applied to files:

  • core/designsystem/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
  • core/designsystem/src/main/res/drawable/ic_launcher_background.xml
  • core/designsystem/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: ci-build
🔇 Additional comments (3)
core/designsystem/src/main/res/drawable/ic_launcher_background.xml (1)

2-7: 포맷팅 정리만 진행됨 — 의미적 변경 없음, LGTM

속성 순서/네임스페이스 위치만 정리되었고 렌더링 결과에는 영향이 없습니다.

core/designsystem/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml (1)

3-4: 승인: ic_launcher_round 변경사항 확인 완료

  • mipmap 폴더에 ic_launcher_foreground 리소스가 정상적으로 존재합니다.
  • 더 이상 @drawable/ic_launcher_foreground 참조가 없습니다.
  • <monochrome> 요소 및 관련 파일/참조가 모두 제거되었습니다.

모두 문제없으므로 LGTM입니다.

core/designsystem/src/main/res/mipmap-anydpi-v26/ic_launcher.xml (1)

3-4: @Mipmap 전환 및 <monochrome> 제거 확인 — 변경 타당, 참조 일관됨

  • mipmap-anydpi-v26/ic_launcher.xml…/ic_launcher_round.xml 모두
    • foreground: @mipmap/ic_launcher_foreground
    • background: @drawable/ic_launcher_background
  • 테마 아이콘 미지원이 의도된 사항인지 최종 확인 필요
    • 의도라면 Lint 경고 무시 옵션 추가
    • 지원이 필요하다면 별도 단색 자산(drawable-anydpi-v26 또는 drawable-night) 추가

Copy link
Copy Markdown
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 c688ca4 into develop Aug 8, 2025
6 checks passed
@easyhooon easyhooon deleted the BOOK-241-feature/#119 branch August 8, 2025 16:38
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.

[BOOK-241/feat] 앱 아이콘 적용

2 participants