Skip to content

fix: 플랫폼 필터 1차 QA#917

Merged
Sadturtleman merged 2 commits into
developfrom
fix/916
Jul 4, 2026
Merged

fix: 플랫폼 필터 1차 QA#917
Sadturtleman merged 2 commits into
developfrom
fix/916

Conversation

@devfeijoa

@devfeijoa devfeijoa commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

📌𝘐𝘴𝘴𝘶𝘦𝘴

📎𝘞𝘰𝘳𝘬 𝘋𝘦𝘴𝘤𝘳𝘪𝘱𝘵𝘪𝘰𝘯

  • 작품 찾기 찾기 글꼴을 초기화 버튼 글꼴과 통일
  • 앱 상단의 액션바에 위치한 기존의 초기화 버튼 제거

📷𝘚𝘤𝘳𝘦𝘦𝘯𝘴𝘩𝘰𝘵

Screenshot_20260703_125818

💬𝘛𝘰 𝘙𝘦𝘷𝘪𝘦𝘸𝘦𝘳𝘴

Summary by CodeRabbit

  • Bug Fixes
    • 상세 탐색 화면 상단의 불필요한 초기화 UI(리셋 아이콘/문자열)가 제거되어 헤더 구성이 간결해졌습니다.
    • 초기화 동작은 기존과 동일하게 하단 CTA 버튼에서만 수행됩니다.
  • Style
    • 상세 탐색의 검색 버튼 텍스트 타이포그래피가 변경되어 시각적 일관성이 개선되었습니다.

@devfeijoa devfeijoa requested review from Sadturtleman, m6z1 and s9hn July 3, 2026 03:58
@devfeijoa devfeijoa self-assigned this Jul 3, 2026
@devfeijoa devfeijoa added 🔨 [FIX] 버그를 수정합니다. [👸 공주 은영] labels Jul 3, 2026
@coderabbitai

coderabbitai Bot commented Jul 3, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 05ebbc18-13e5-455d-941a-b776c34e46eb

📥 Commits

Reviewing files that changed from the base of the PR and between 38ec0aa and 1ca9122.

📒 Files selected for processing (3)
  • app/src/main/java/com/into/websoso/ui/detailExplore/DetailExploreScreen.kt
  • app/src/main/java/com/into/websoso/ui/detailExplore/component/DetailExploreAppBar.kt
  • app/src/main/java/com/into/websoso/ui/detailExplore/component/DetailExploreCtaButton.kt
💤 Files with no reviewable changes (2)
  • app/src/main/java/com/into/websoso/ui/detailExplore/DetailExploreScreen.kt
  • app/src/main/java/com/into/websoso/ui/detailExplore/component/DetailExploreAppBar.kt
✅ Files skipped from review due to trivial changes (1)
  • app/src/main/java/com/into/websoso/ui/detailExplore/component/DetailExploreCtaButton.kt

Walkthrough

DetailExploreAppBar에서 onResetClick 입력과 리셋 UI가 제거되었고, 호출부도 함께 정리되었습니다. DetailExploreCtaButton의 SearchButton 텍스트 스타일은 title2로 변경되었습니다.

Changes

상세 탐색 앱바 리셋 제거 및 스타일 정리

Layer / File(s) Summary
AppBar 시그니처 및 리셋 UI 제거
app/src/main/java/com/into/websoso/ui/detailExplore/component/DetailExploreAppBar.kt, app/src/main/java/com/into/websoso/ui/detailExplore/DetailExploreScreen.kt
DetailExploreAppBar에서 onResetClick 파라미터와 리셋 아이콘/텍스트 영역이 삭제되고, 관련 import가 정리되었으며, DetailExploreScreen의 호출부에서도 해당 인자 전달이 제거되었습니다.
CTA 버튼 텍스트 스타일 변경
app/src/main/java/com/into/websoso/ui/detailExplore/component/DetailExploreCtaButton.kt
SearchButtonText 스타일이 title1에서 title2로 변경되었습니다.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

  • Team-WSS/WSS-Android#876: DetailExploreAppBar와 관련된 상세 탐색 화면 변경을 다루는 이전 PR로, 이번 변경의 직접적인 기반입니다.

Suggested reviewers: Sadturtleman

Poem

나는 토끼, 리셋을 살짝 내려놓고 🐇
앱바는 탭만 남겨 깔끔해졌네
글씨는 title2로 톡 바뀌고
화면은 더 또렷하게 콩콩
당근 냄새 나는 정리 완료!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed 제목이 플랫폼 필터 1차 QA와 관련된 실제 변경 사항을 잘 요약합니다.
Description check ✅ Passed 필수 섹션인 Issues, Work Description, Screenshot, To Reviewers가 모두 포함되어 있습니다.
Linked Issues check ✅ Passed 연결된 #916의 작품 검색 플랫폼 필터 QA와 초기화 버튼 제거 및 텍스트 스타일 통일 변경이 일치합니다.
Out of Scope Changes check ✅ Passed 요약된 변경은 모두 플랫폼 필터 UI 조정 범위 안에 있으며 별도 무관한 변경은 보이지 않습니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ 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 fix/916

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.

devfeijoa added 2 commits July 4, 2026 12:38
- `DetailExploreCtaButton.kt`: 검색 버튼 텍스트에 적용된 타이포그래피 스타일을 `title1`에서 `title2`로 변경
- `DetailExploreScreen.kt`: `DetailExploreAppBar` 호출부에서 사용되지 않는 `onResetClick` 파라미터 제거
- `DetailExploreAppBar.kt`: 상단 바 우측의 초기화 버튼(아이콘 및 텍스트) UI 구현부 삭제 및 관련 파라미터(`onResetClick`), 리소스 임포트 제거
@Sadturtleman Sadturtleman merged commit 54a6352 into develop Jul 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[👸 공주 은영] 🔨 [FIX] 버그를 수정합니다.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: 플랫폼 필터 1차 QA

2 participants