[ purrgrammer/grimoire ] Add copy chat ID button to header (#103)
* feat: add copy chat ID button to chat header
Add a button next to the chat title that copies the chat identifier
to clipboard. The identifier can be used with the `chat` command to
reopen the same conversation.
- For NIP-29 groups: copies relay'group-id format
- For NIP-53 live activities: copies naddr encoding

GitHub
Add copy chat ID button to header (#103) · purrgrammer/grimoire@1ce7845
* feat: add copy chat ID button to chat header
Add a button next to the chat title that copies the chat identifier
to clipboard. The identifier ca...