Skip to content

feat(app): haptic feedback (useHaptics + @capacitor/haptics)#756

Closed
edwh wants to merge 1 commit into
masterfrom
feat/haptics-feedback
Closed

feat(app): haptic feedback (useHaptics + @capacitor/haptics)#756
edwh wants to merge 1 commit into
masterfrom
feat/haptics-feedback

Conversation

@edwh

@edwh edwh commented Jun 14, 2026

Copy link
Copy Markdown
Member

Adds native haptic feedback. @capacitor/haptics + a useHaptics() composable (no-op on web, lazy native import in-app; light/medium/heavy impacts + success/warning/error). First wiring: success haptic on chat reply sent from a notification. Reusable for posting, sending, swipe, etc. — the foundation for the agreed haptics work.

🤖 Generated with Claude Code

Adds @capacitor/haptics and a useHaptics() composable — a no-op on web,
lazily importing the native plugin in-app, exposing light/medium/heavy
impacts and success/warning/error notification feedback (all best-effort).
First wiring: a success haptic when a chat reply is sent from a push
notification (mobile store handleReplyAction). Reusable for posting,
sending, swipe actions etc.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@netlify

netlify Bot commented Jun 14, 2026

Copy link
Copy Markdown

Deploy Preview for golden-caramel-d2c3a7 ready!

Name Link
🔨 Latest commit c46eb3a
🔍 Latest deploy log https://app.netlify.com/projects/golden-caramel-d2c3a7/deploys/6a2f05ea185d010008b2c3ad
😎 Deploy Preview https://deploy-preview-756--golden-caramel-d2c3a7.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@FreegleGeeks FreegleGeeks added CI: Running CI build is currently running CI: Passed CI build passed and removed CI: Running CI build is currently running labels Jun 14, 2026
@edwh

edwh commented Jun 16, 2026

Copy link
Copy Markdown
Member Author

Superseded by #766, which consolidates the native-app feature PRs (#756 haptics, #757 app-icon shortcuts, #758 share-into-Freegle Android, #759 share-into-Freegle iOS) into a single PR rebased onto current master. Branch kept (not deleted) in case it's needed.

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

Labels

CI: Passed CI build passed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants