feat: tray icon, chat avatars, emoji reactions, and persistent app#37
Merged
Conversation
- Move app icon from dock to menubar with connection state (green=connected, blinking=connecting, red=disconnected) and context menu (Buddy List, Go Online/Offline, Settings, Quit) - Hide main window on close instead of quitting; app persists in tray - Show sender avatars in group chat with message grouping (successive messages from same user show only timestamp) - Fix avatar loading by using authenticated media fetch instead of unauthenticated mxc_to_http URLs - Add full emoji reaction picker with 32 quick-pick emoji and system emoji picker (macOS Character Palette) via "More..." button - Load existing reactions from room history on window open - Prevent native browser context menu to fix custom right-click menus Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mxc_to_httpURLs to authenticated media fetch, fixing avatars that weren't loading on some serversTest plan
🤖 Generated with Claude Code