feat: hide quick message actions on small screens#3120
Merged
MartinCupela merged 2 commits intomasterfrom Apr 16, 2026
Merged
Conversation
|
Size Change: +617 B (+0.1%) Total Size: 621 kB π¦ View Changed
βΉοΈ View Unchanged
|
arnautov-anton
approved these changes
Apr 16, 2026
github-actions bot
pushed a commit
that referenced
this pull request
Apr 16, 2026
## [14.0.0-beta.8](v14.0.0-beta.7...v14.0.0-beta.8) (2026-04-16) ### Bug Fixes * **dialog:** prevent outside-click from other dialog managers closing active dialogs ([#3112](#3112)) ([233ec89](233ec89)) * **MessageUI:** use isDeleted as a flag to determine message deletion ([#3113](#3113)) ([f95f287](f95f287)) * prevent hiding floating date separator in message lists ([#3119](#3119)) ([397fadd](397fadd)) * remove UI issues in poll related components ([#3118](#3118)) ([d7870bb](d7870bb)) * unify what is considered a deleted message across the components ([#3117](#3117)) ([20b4022](20b4022)) ### Features * hide quick message actions on small screens ([#3120](#3120)) ([fb8e99b](fb8e99b)) * redesign Tooltip ([#3116](#3116)) ([d0cbaad](d0cbaad))
|
π This PR is included in version 14.0.0-beta.8 π 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
Provide more space to message bubbles on small screens and thus make them readable.
Relevant designs:
https://www.figma.com/design/Us73erK1xFNcB5EH3hyq6Y/Chat-SDK-Design-System?node-id=16826-236477&m=dev
What changed
π¨ UI Changes
HzF6.webm