Files
grimoire/src
Claude aa4bcb0355 feat: Add context menu for chat message interactions
Add right-click/long-press context menu to chat messages with event interactions:
- Reply to message
- Copy message text
- Open event detail (opens in new window)
- Copy event ID (nevent/naddr with relay hints)
- View raw JSON

Implements the same EventMenu pattern used in feed renderers, providing
consistent UX across the app. No visible UI elements added - menu appears
only on right-click or long-press (mobile).

Components added:
- src/components/ui/context-menu.tsx - Radix UI context menu primitives
- src/components/chat/ChatMessageContextMenu.tsx - Chat-specific context menu
- Integrated into MessageItem in ChatViewer.tsx

Dependencies:
- Added @radix-ui/react-context-menu
2026-01-14 15:58:06 +00:00
..
2026-01-13 17:16:31 +01:00
2025-12-22 22:38:52 +01:00
2026-01-13 17:16:31 +01:00
2025-12-18 10:19:52 +01:00
👶
2025-12-09 16:26:31 +01:00