fix: align textarea placeholder and text with the surroundings#3052
Merged
MartinCupela merged 3 commits intomasterfrom Mar 25, 2026
Merged
fix: align textarea placeholder and text with the surroundings#3052MartinCupela merged 3 commits intomasterfrom
MartinCupela merged 3 commits intomasterfrom
Conversation
|
Size Change: +4 B (0%) Total Size: 441 kB
βΉοΈ View Unchanged
|
Codecov Reportβ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3052 +/- ##
==========================================
+ Coverage 78.75% 78.77% +0.02%
==========================================
Files 426 426
Lines 12110 12110
Branches 3927 3929 +2
==========================================
+ Hits 9537 9540 +3
+ Misses 2552 2549 -3
Partials 21 21 β 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.
π― Goal
Closes REACT-919
Fixes: