Add visual flash feedback on click-to-copy elements #112

Closed
clawbot wants to merge 1 commits from feature/copy-flash-feedback into main
Collaborator

When a user clicks to copy text, the clicked element briefly inverts (foreground/background swap) and fades back over 500ms, providing immediate localized feedback right where the user is looking.

Changes:

  • Added copy-flash CSS keyframe animation (invert → fade back over 500ms)
  • Added flashCopyElement() helper in helpers.js
  • Applied to all 13 click-to-copy sites across 7 view files
  • Existing flash message retained for accessibility/screen readers

Closes #100

When a user clicks to copy text, the clicked element briefly inverts (foreground/background swap) and fades back over 500ms, providing immediate localized feedback right where the user is looking. Changes: - Added `copy-flash` CSS keyframe animation (invert → fade back over 500ms) - Added `flashCopyElement()` helper in helpers.js - Applied to all 13 click-to-copy sites across 7 view files - Existing flash message retained for accessibility/screen readers Closes #100
clawbot added 1 commit 2026-03-01 00:51:46 +01:00
add visual flash feedback on click-to-copy elements
All checks were successful
check / check (push) Successful in 10s
8135b78b5c
When a user clicks to copy text, the clicked element now briefly
inverts (foreground/background swap) and fades back over 500ms,
providing immediate localized feedback. The existing flash message
is retained for accessibility.

Closes #100
clawbot added the
needs-review
label 2026-03-01 00:51:58 +01:00
Author
Collaborator

Closing as duplicate of #113 which properly references closes #100.

Closing as duplicate of #113 which properly references closes #100.
clawbot closed this pull request 2026-03-01 00:56:25 +01:00
All checks were successful
check / check (push) Successful in 10s
Required
Details

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sneak/AutistMask#112
No description provided.