Files
notedeck/crates
Claude 6cf9490cdd Fix message interaction action handling
Properly handle all message interaction actions from ChatView:

Reply Action:
- Opens thread panel (Slack-style)
- User can view thread and compose reply there

Like/React Action:
- Sends reaction event to relays using send_reaction_event()
- Updates UI to show filled heart immediately
- Made send_reaction_event() public for reuse

Repost Action:
- Currently opens thread panel
- Could be extended to show repost decision dialog

This completes the message interaction functionality. All buttons
now work as expected when clicked in the chat interface.

Technical changes:
- Made actionbar::send_reaction_event() public
- Added comprehensive action handling in timelines_view()
- Reactions properly sent to nostr relays with correct tags
- UI state tracking for reaction sent status
2025-11-13 13:28:59 +00:00
..
2025-11-06 21:34:26 -08:00
2025-11-06 21:36:06 -08:00
2025-11-04 14:53:10 -08:00
2025-04-21 13:16:18 -07:00