fix: adjust message UI for network error when sending a message#3042
Merged
MartinCupela merged 3 commits intomasterfrom Mar 24, 2026
Merged
fix: adjust message UI for network error when sending a message#3042MartinCupela merged 3 commits intomasterfrom
MartinCupela merged 3 commits intomasterfrom
Conversation
|
Size Change: -430 B (-0.1%) Total Size: 441 kB
βΉοΈ View Unchanged
|
BREAKING CHANGE: remove MessageErrorText component BREAKING CHANGE: re-throw error from handleDelete in MessageContext
7233e1f to
eba2b41
Compare
Codecov Reportβ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3042 +/- ##
==========================================
- Coverage 80.31% 80.27% -0.05%
==========================================
Files 561 560 -1
Lines 13098 13116 +18
Branches 3413 3423 +10
==========================================
+ Hits 10520 10529 +9
- Misses 1912 1916 +4
- Partials 666 671 +5 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
github-actions bot
pushed a commit
that referenced
this pull request
Mar 25, 2026
## [14.0.0-beta.2](v14.0.0-beta.1...v14.0.0-beta.2) (2026-03-25) ### β BREAKING CHANGES * remove components ActionsIcon, ReactionIcon, ThreadIcon, MessageErrorIcon * replace class str-chat__message-error-icon with str-chat__message-error-indicator * do not allow to mark own messages unread * remove MessageErrorText component * re-throw error from handleDelete in MessageContext ### Bug Fixes * adjust message UI for network error when sending a message ([#3042](#3042)) ([e0207cd](e0207cd)) * align textarea placeholder and text with the surroundings ([#3052](#3052)) ([da293f0](da293f0)) * allow useNotificationTarget to return undefined ([#3046](#3046)) ([38b278e](38b278e)) * calculate message read status for the first message in a channel (ported from v13) ([#3056](#3056)) ([b7c33c8](b7c33c8)) * clear message composer on unmount ([#3053](#3053)) ([f2a79ab](f2a79ab)) * keep the distance of command menus constant from the invoking button ([#3049](#3049)) ([960c1f9](960c1f9)) * prevent empty message composer textarea from growing ([#3051](#3051)) ([880d12d](880d12d)) * prevent poll options layout shifting upon voting ([#3048](#3048)) ([cdaf480](cdaf480)) ### Features * add "Voice message deleted" notification ([#3045](#3045)) ([9982c45](9982c45)) * do not allow to mark own messages unread ([#3043](#3043)) ([fe05b62](fe05b62)) * redesign message actions icons and message error badge ([#3050](#3050)) ([f4caa0e](f4caa0e)) * shared gallery preview in AttachmentPreviewList ([#3044](#3044)) ([f05f47d](f05f47d))
|
π This PR is included in version 14.0.0-beta.2 π The release is available on: Your semantic-release bot π¦π |
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.
BREAKING CHANGE: remove MessageErrorText component
BREAKING CHANGE: re-throw error from handleDelete in MessageContext
Closes REACT-909
π― Goal
Make sure the Message UI does not render MessageErrorText component as it is not needed anymore.
Make sure Delete message and Edit Message options are available in MessageActions menu when message error is caused by ERR_NETWORK error.