Skip to content

Conversation

@jamesarich
Copy link
Collaborator

This commit introduces a new quick-reaction feature, allowing users to send a "👍" reaction by double-tapping a message.

  • Added an onDoubleClick handler to MessageItem.
  • Implemented the double-tap gesture in MessageListPaged to trigger onSendReaction when not in selection mode.

This commit introduces a new quick-reaction feature, allowing users to send a "👍" reaction by double-tapping a message.

- Added an `onDoubleClick` handler to `MessageItem`.
- Implemented the double-tap gesture in `MessageListPaged` to trigger `onSendReaction` when not in selection mode.

Signed-off-by: James Rich <[email protected]>
@github-actions github-actions bot added the enhancement New feature or request label Dec 11, 2025
@codecov
Copy link

codecov bot commented Dec 11, 2025

Codecov Report

❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 0.52%. Comparing base (5006fa3) to head (05de788).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...htastic/feature/messaging/component/MessageItem.kt 0.00% 2 Missing ⚠️
...g/meshtastic/feature/messaging/MessageListPaged.kt 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##            main   #3972      +/-   ##
========================================
- Coverage   0.52%   0.52%   -0.01%     
========================================
  Files        394     394              
  Lines      23170   23172       +2     
  Branches    2943    2944       +1     
========================================
  Hits         122     122              
- Misses     23027   23029       +2     
  Partials      21      21              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jamesarich jamesarich added this pull request to the merge queue Dec 11, 2025
Merged via the queue into main with commit 540814d Dec 11, 2025
8 checks passed
@jamesarich jamesarich deleted the feat/doubletap branch December 11, 2025 23:53
@jamesarich jamesarich added this to the 2.7.10 milestone Dec 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant