-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: inconsistency in quoted message and regular message white space… #2601
Draft
szuperaz
wants to merge
1
commit into
master
Choose a base branch
from
quouted-message-incosistencies
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Size Change: +52 B (0%) Total Size: 1.19 MB
ℹ️ View Unchanged
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2601 +/- ##
==========================================
+ Coverage 81.12% 81.14% +0.02%
==========================================
Files 448 448
Lines 9464 9464
Branches 2312 2312
==========================================
+ Hits 7678 7680 +2
+ Misses 1423 1421 -2
Partials 363 363 ☔ View full report in Codecov by Sentry. |
szuperaz
force-pushed
the
quouted-message-incosistencies
branch
2 times, most recently
from
January 15, 2025 10:47
4a90078
to
f9159c1
Compare
szuperaz
force-pushed
the
quouted-message-incosistencies
branch
from
January 15, 2025 10:50
f9159c1
to
5c30405
Compare
szuperaz
added a commit
to GetStream/stream-chat-css
that referenced
this pull request
Jan 15, 2025
…ges (#322) ### 🎯 Goal - White spaces were treated differently in quoted messages - Adds clamping to quoted message See screenshot for details Merge this if you want the fix for React as well: GetStream/stream-chat-react#2601 ### 🛠 Implementation details _Provide a description of the implementation_ ### 🎨 UI Changes **White space incosistencies** If we quoted a message with line-breaks before... ![Screenshot 2025-01-14 at 14 18 45](https://github.com/user-attachments/assets/223a655c-4c27-4b44-8dc5-b702c47e9b38) ...the line breaks were not properly preserved in the quote preview: ![Screenshot 2025-01-14 at 14 18 50](https://github.com/user-attachments/assets/46ce8fc1-4569-4fef-9a62-b05727173cc3) **Clamping** Without message clamping quoted messages can take up a lot of space: ![Screenshot 2025-01-14 at 14 12 04](https://github.com/user-attachments/assets/19e6efdb-1b15-4471-a18d-14d0fc08c711) With message clamping: ![Screenshot 2025-01-14 at 14 12 11](https://github.com/user-attachments/assets/d3b7f685-8f99-4682-85f5-76b3c14b8447)
arnautov-anton
changed the title
fix: inconsistency in quouted message and regular message white space…
fix: inconsistency in quoted message and regular message white space…
Jan 16, 2025
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.
Submit a pull request
🎯 Goal
Details: GetStream/stream-chat-css#322
Draft because we have to update stream-chat-css before merging!!!!
🛠 Implementation details
Provide a description of the implementation
🎨 UI Changes
Add relevant screenshots