Skip to content

feat: 피드 햅틱 추가#880

Merged
Sadturtleman merged 2 commits into
developfrom
feat/879
May 20, 2026
Merged

feat: 피드 햅틱 추가#880
Sadturtleman merged 2 commits into
developfrom
feat/879

Conversation

@Sadturtleman
Copy link
Copy Markdown
Contributor

@Sadturtleman Sadturtleman commented May 14, 2026

📌𝘐𝘴𝘴𝘶𝘦𝘴

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

📷𝘚𝘤𝘳𝘦𝘦𝘯𝘴𝘩𝘰𝘵

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

새로고침이 트리거 될 시에 햅틱이 동작하도록 추가했습니다.

Summary by CodeRabbit

  • New Features
    • 피드 화면의 Pull-to-Refresh 동작 시 진동 피드백이 추가되었습니다. 사용자가 새로고침을 실행할 때 기기의 진동을 통한 촉각적 피드백을 받아 새로고침 액션이 정상 처리되었음을 명확하게 인식할 수 있습니다.

Review Change Stack

@Sadturtleman Sadturtleman added 🍯 [FEAT] 새로운 기능을 개발합니다. 🧙마법사 하루 labels May 14, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 14, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: bd32d168-87f5-48b3-96d8-1ae76706db5b

📥 Commits

Reviewing files that changed from the base of the PR and between 5350726 and f887631.

📒 Files selected for processing (1)
  • feature/feed/src/main/java/com/into/websoso/feature/feed/component/FeedSection.kt

새로운 기능 요약

FeedSection의 풀투리프레시 동작에 햅틱 피드백이 추가됩니다. 사용자가 아래로 스크롤하여 새로고침을 트리거할 때, 시스템이 CONFIRM 햅틱 피드백을 제공합니다.

변경 사항

풀투리프레시 햅틱 피드백

레이어 / 파일 설명
풀투리프레시 햅틱 피드백 구현
feature/feed/src/main/java/com/into/websoso/feature/feed/component/FeedSection.kt
HapticFeedbackConstantsLocalView 임포트가 추가되고, PullToRefreshBoxonRefresh 콜백이 업데이트되어 리프레시 시작 시 LocalView.current를 통해 현재 뷰를 획득한 후 performHapticFeedback(CONFIRM)으로 햅틱 피드백을 실행하고, 이어서 onRefreshPull() 콜백을 호출합니다.

🎯 1 (Trivial) | ⏱️ ~5분

추천 리뷰어

  • s9hn
  • devfeijoa
  • m6z1

🐰 새로고침에 탁 하는 진동이,
유저의 손끝에 생명을 불어넣고,
피드는 춤을 추며 갱신되네!
작지만 감각 깨우는 변화,
웹소소의 터치감이 한 계단 올라갑니다! ✨

✨ 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 feat/879

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
Copy Markdown
Contributor

@devfeijoa devfeijoa left a comment

Choose a reason for hiding this comment

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

린트 실패라고 뜬 부분만 확인부탁드립니다 ! 수고하셨습니다 👍🏻

Copy link
Copy Markdown
Member

@m6z1 m6z1 left a comment

Choose a reason for hiding this comment

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

👍

@Sadturtleman Sadturtleman merged commit 29faf2c into develop May 20, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🍯 [FEAT] 새로운 기능을 개발합니다. 🧙마법사 하루

Projects

None yet

Development

Successfully merging this pull request may close these issues.

피드소소(내 피드/피드소소)에서 새로고침 (아래로 스크롤) 시, 햅틱 도입

3 participants