Skip to content

Add haptic feedback on copy in CopyWrapper#3355

Draft
claude[bot] wants to merge 4 commits into
devfrom
haptic-feedback-copy-wrapper
Draft

Add haptic feedback on copy in CopyWrapper#3355
claude[bot] wants to merge 4 commits into
devfrom
haptic-feedback-copy-wrapper

Conversation

@claude

@claude claude Bot commented Jun 28, 2026

Copy link
Copy Markdown

Requested by robert · Slack thread

Issue Number (if Applicable): Fixes #82929

Description

  • Before: copying an address/value shows only a visual "copied" cue.
  • After: copying also triggers a medium-impact haptic vibration so users get a physical confirmation (user feedback ticket #82929).
  • How: added HapticFeedback.mediumImpact() immediately after ClipboardUtil.setSensitiveDataToClipboard(...) in handleCopy() of lib/new-ui/widgets/copy_wrapper.dart. package:flutter/services.dart was already imported.

Pull Request - Checklist

  • Initial Manual Tests Passed
  • Double check modified code and verify it with the feature/task requirements
  • Format code
  • Look for code duplication
  • Clear naming for variables and methods
  • Manual tests in accessibility mode (TalkBack on Android) passed

Generated by Claude Code

claude added 4 commits June 28, 2026 21:06
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EKx9GHArNrUBouxtdruMCj
… onTap

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EKx9GHArNrUBouxtdruMCj
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EKx9GHArNrUBouxtdruMCj
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