Skip to content

feat: add haptic feedback for social interactions#213

Merged
barrydeen merged 1 commit intomainfrom
feat/haptic-feedback
Mar 11, 2026
Merged

feat: add haptic feedback for social interactions#213
barrydeen merged 1 commit intomainfrom
feat/haptic-feedback

Conversation

@barrydeen
Copy link
Copy Markdown
Owner

Summary

  • Add three-tier vibration feedback: blip (30ms, reactions), pulse (80ms, replies/broadcast), and intense buzz (waveform, zaps)
  • Notification haptics gated by existing sound toggle; user-initiated haptics (reaction sent, zap sent, broadcast accepted) always fire
  • New HapticHelper singleton, reactionSent SharedFlow in SocialActionManager, VIBRATE permission

Test plan

  • Send a reaction — feel small blip
  • Send a zap — feel intense buzz on success
  • Publish a note — feel medium pulse when first relay accepts
  • Receive reaction/reply/zap notifications — feel blip/pulse/buzz respectively
  • Toggle notification sound off — notification haptics stop, user-initiated haptics still fire

Three vibration tiers: blip (reactions), pulse (replies/broadcast),
and intense buzz (zaps). Notification haptics gated by sound toggle,
user-initiated haptics (reaction sent, zap sent, broadcast) always fire.
@barrydeen barrydeen merged commit 25395c8 into main Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant