mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-17 08:44:20 +01:00
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