mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-17 08:44:20 +01:00
Implement reply, like, and repost buttons for chat messages: Features: - Action buttons appear on hover for each message bubble - Reply button - opens thread view or reply composer - Like button - sends reaction (+) with filled state tracking - Repost button - opens repost decision sheet The buttons integrate with the existing NoteAction system: - Uses existing app_images for icons - Integrates with reaction tracking via reaction_sent_id - Properly routes to reply, react, and repost handlers - Follows Slack-like UX pattern with hover-based interactions This completes the chat message interaction layer, making messages fully interactive while maintaining a clean interface.