Feature/emoji reactions#1
Merged
Merged
Conversation
Covers avatar fallback, image staging pending panel, username display, and message alignment changes.
User requested to keep messages aligned left only. Updated spec and plan to cover only: - Avatar fallback with initials - Image staging with pending panel (max 10) - Username display name instead of "Me"
Safety check per using-git-worktrees skill - prevents worktree contents from being accidentally committed.
Draft images now appear directly in the message list (like Discord) instead of in a separate pending panel above the input. - Ctrl+V pastes image as draft inline with purple dashed border - Enter sends all pending drafts together - X button on draft removes it from chat list - Removed separate PendingImagesPanel XAML
- Add SmoothScrollBehavior, EmojiManager, ChannelManager, and other managers - Extract IChatClient/IChatServer/IFileClient/IFileServer contracts - Wire reaction popup to message long-press - Parse reactions JSON from MSG/FILE_READY protocol messages - Add system-design.md and refactoring plan
…e gallery, file gallery, smooth scroll, and channel switching
…panel reposition, and max draft image limit
…ar artifact and lazy render
- Bottom-align message list and disable horizontal scroll - Fix mouse wheel scroll step when CanContentScroll is true - Add oldUsername to UPDATE_PROFILE broadcast for sender tracking - Fix JSON deserialization with case-insensitive property names - Filter reactions with count > 0 before assigning - Fix IsInImageChannel check to use current channel not hardcoded value - Trigger ObservableCollection refresh by recreating list on reaction add
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.
No description provided.