fix: reliably detect whether the click originated inside before closing mobile nav#3061
Merged
MartinCupela merged 4 commits intomasterfrom Mar 26, 2026
Merged
Conversation
|
Size Change: +107 B (+0.01%) Total Size: 769 kB
βΉοΈ View Unchanged
|
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3061 +/- ##
=======================================
Coverage 78.92% 78.93%
=======================================
Files 426 426
Lines 12064 12069 +5
Branches 3853 3854 +1
=======================================
+ Hits 9522 9527 +5
Misses 2542 2542 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
arnautov-anton
approved these changes
Mar 25, 2026
github-actions bot
pushed a commit
that referenced
this pull request
Mar 27, 2026
## [14.0.0-beta.3](v14.0.0-beta.2...v14.0.0-beta.3) (2026-03-27) ### Bug Fixes * align message reactions vertically to the center of the message list ([#3064](#3064)) ([55dd2e8](55dd2e8)) * increase message list width ([f81cae4](f81cae4)) * increase message list width ([#3062](#3062)) ([fdf0e15](fdf0e15)) * keep MessageList scrolled to the bottom ([#3068](#3068)) ([91eba1b](91eba1b)) * reliably detect whether the click originated inside before closing mobile nav ([#3061](#3061)) ([8d25ead](8d25ead)) * remove bottom padding from poll option with votes in poll results ([#3059](#3059)) ([a55774d](a55774d)) ### Features * add ContextMenu animations API and global close-on-click-outside configuration mechanism ([#3067](#3067)) ([630e5c7](630e5c7)) * quick dropdown toggle and cleanup ([#3054](#3054)) ([30ddab0](30ddab0)) * reset audio player progress when the track is fully played ([#3066](#3066)) ([7914e51](7914e51))
|
π This PR is included in version 14.0.0-beta.3 π 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
Reliably detect, whether a click originated inside the channel list before collapsing it on small screens. This is important for not collapsing the sidebar when search UI is cancelled.
This PR also fixes the broken responsive layout in the demo app.
Closes REACT-924: Make the demo app responsive again
Closes Closes REACT-928: fix: change ChannelList LoadMore button appearance to ghost
π¨ UI Changes
pHzG.webm