Merged
Conversation
Contributor
SDK Size
|
isekovanic
reviewed
Feb 23, 2026
isekovanic
reviewed
Feb 23, 2026
package/src/components/ChannelPreview/hooks/__tests__/useLatestMessagePreview.test.tsx
Show resolved
Hide resolved
isekovanic
reviewed
Feb 23, 2026
isekovanic
reviewed
Feb 23, 2026
isekovanic
reviewed
Feb 23, 2026
isekovanic
reviewed
Feb 23, 2026
package/src/components/ChannelPreview/ChannelPreviewMessage.tsx
Outdated
Show resolved
Hide resolved
isekovanic
reviewed
Feb 23, 2026
package/src/components/ChannelPreview/ChannelPreviewMessage.tsx
Outdated
Show resolved
Hide resolved
isekovanic
reviewed
Feb 23, 2026
package/src/components/ChannelPreview/ChannelPreviewMessage.tsx
Outdated
Show resolved
Hide resolved
isekovanic
reviewed
Feb 23, 2026
isekovanic
reviewed
Feb 23, 2026
isekovanic
approved these changes
Feb 24, 2026
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.
This pull request introduces significant improvements to the channel preview and messaging experience, focusing on richer message previews, enhanced delivery status indicators, and improved flexibility in UI customization. The changes modernize the
ChannelPreviewandChannelListcomponents to better support draft messages, typing indicators, poll previews, and message delivery statuses, while also providing more control over the layout and appearance of muted status indicators.Enhancements to Channel Preview and Message Status:
ChannelPreviewand related components now support richer message previews, including draft messages, typing indicators, poll previews, and error states. Message delivery status (sent, delivered, read) is now visually indicated for the latest message sent by the current user. [1] [2] [3] [4] [5] [6] [7]UI Customization and Layout Improvements:
mutedStatusPositionprop is added throughout the channel list and preview components, allowing the muted status indicator to be positioned either inline with the title or at the bottom of the preview. This prop is now part of theChannelListPropsand is passed through context to all relevant components. [1] [2] [3] [4] [5] [6] [7] [8]Visual and Interaction Tweaks:
Pressableinstead ofTouchableOpacityfor better feedback and flexibility, and the avatar size is increased for improved visibility. Layout and styling are modernized for consistency and accessibility. [1] [2]Minor UI Adjustments:
UserAddicon in the new direct messaging screen is now explicitly sized for consistency.