Skip to content

[Chore/#51] 사용하지 않는 아이콘 제거(티어, 커뮤니티, 뽑기 탭)#52

Open
BeomBeom2 wants to merge 1 commit intodevelopfrom
Chore/#51-remove-unused-icons
Open

[Chore/#51] 사용하지 않는 아이콘 제거(티어, 커뮤니티, 뽑기 탭)#52
BeomBeom2 wants to merge 1 commit intodevelopfrom
Chore/#51-remove-unused-icons

Conversation

@BeomBeom2
Copy link
Collaborator

@BeomBeom2 BeomBeom2 commented Mar 20, 2026

개요

#51

PR 유형

해당하는 항목에 체크해주세요.

  • Add — 리소스/코드/컴포넌트 추가 (기능 변화 없음)
  • Feat — 사용자에게 보이는 새로운 기능 추가
  • Fix — 버그 수정
  • Refactor — 기능 변경 없는 코드 구조 개선
  • Docs / Comment — 문서, 주석 수정
  • Test — 테스트 추가 또는 리팩토링
  • Build / Config — 빌드, 의존성, 설정 변경
  • File — 파일 / 폴더 구조 변경

변경 사항

  • 티어탭, 뽑기 탭, 커뮤니티 탭 에서 뒤로가기 와 알림, 검색 아이콘을 제거했습니다.

📸 화면 / 영상 (선택)

Before

After


리뷰어에게 전달할 사항

Summary by CodeRabbit

릴리스 노트

  • 리팩토링
    • 여러 화면에서 검색 및 알림 버튼의 클릭 핸들러가 제거되었습니다.
    • 상단 바의 아이콘 및 관련 콜백 함수가 정리되었습니다.
    • 사용되지 않는 파라미터와 리소스 임포트가 삭제되었습니다.

@BeomBeom2 BeomBeom2 added Add 신규 기능 / 화면 / 컴포넌트 추가 AI Review Request coderabbitai 리뷰 요청 labels Mar 20, 2026
@coderabbitai
Copy link

coderabbitai bot commented Mar 20, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: f5ee8e84-1cbf-4e3e-879a-6e6d816a72a5

📥 Commits

Reviewing files that changed from the base of the PR and between 5fcb1d8 and 84f0f1a.

📒 Files selected for processing (7)
  • composeApp/src/commonMain/kotlin/com/kus/kustaurant/navigation/MainScreen.kt
  • shared/feature/community/src/commonMain/kotlin/com/kus/feature/community/navigation/CommunityNavGraph.kt
  • shared/feature/community/src/commonMain/kotlin/com/kus/feature/community/ui/CommunityScreen.kt
  • shared/feature/draw/src/commonMain/kotlin/com/kus/feature/draw/navigation/DrawNavGraph.kt
  • shared/feature/draw/src/commonMain/kotlin/com/kus/feature/draw/ui/result/DrawResultScreen.kt
  • shared/feature/draw/src/commonMain/kotlin/com/kus/feature/draw/ui/select/DrawSelectScreen.kt
  • shared/feature/tier/src/commonMain/kotlin/com/kus/feature/tier/ui/TierScreen.kt
💤 Files with no reviewable changes (7)
  • shared/feature/tier/src/commonMain/kotlin/com/kus/feature/tier/ui/TierScreen.kt
  • shared/feature/community/src/commonMain/kotlin/com/kus/feature/community/ui/CommunityScreen.kt
  • shared/feature/draw/src/commonMain/kotlin/com/kus/feature/draw/ui/result/DrawResultScreen.kt
  • shared/feature/community/src/commonMain/kotlin/com/kus/feature/community/navigation/CommunityNavGraph.kt
  • shared/feature/draw/src/commonMain/kotlin/com/kus/feature/draw/navigation/DrawNavGraph.kt
  • composeApp/src/commonMain/kotlin/com/kus/kustaurant/navigation/MainScreen.kt
  • shared/feature/draw/src/commonMain/kotlin/com/kus/feature/draw/ui/select/DrawSelectScreen.kt

📝 Walkthrough

개요

이 변경사항은 애플리케이션의 여러 네비게이션 그래프 및 UI 화면에서 검색 및 알람 아이콘 클릭 핸들러를 제거합니다. DrawNavGraphCommunityNavGraph의 함수 서명에서 onSearchClickonAlarmClick 콜백이 제거되고, CommunityScreen, DrawSelectScreen, DrawResultScreen, TierScreenKusTopBar 구성에서 해당 아이콘 파라미터 및 핸들러가 삭제됩니다. 관련된 미사용 아이콘 리소스 임포트도 정리됩니다.

추정 코드 리뷰 난이도

🎯 2 (간단함) | ⏱️ ~10분

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed PR 제목은 사용하지 않는 아이콘 제거라는 주요 변경사항을 명확하게 요약하고 있으며, 영향을 받는 3개 탭(티어, 커뮤니티, 뽑기)을 구체적으로 명시하고 있습니다.
Description check ✅ Passed PR 설명은 템플릿의 필수 섹션(개요, PR 유형, 변경 사항)을 모두 포함하고 있으며, 변경 내용이 구체적으로 설명되어 있습니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch Chore/#51-remove-unused-icons
📝 Coding Plan
  • Generate coding plan for human review comments

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.

Tip

CodeRabbit can use OpenGrep to find security vulnerabilities and bugs across 17+ programming languages.

OpenGrep is compatible with Semgrep configurations. Add an opengrep.yml or semgrep.yml configuration file to your project to enable OpenGrep analysis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Add 신규 기능 / 화면 / 컴포넌트 추가 AI Review Request coderabbitai 리뷰 요청

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant