Skip to content
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 a rendering issue when a message starts with a list (#1915) #2152

Merged
merged 3 commits into from
Nov 27, 2023

Conversation

nimau
Copy link
Contributor

@nimau nimau commented Nov 22, 2023

This PR fixes an issue with the display of messages when they begin with a list (#1915)

Before:
Screenshot 2023-11-22 at 16 16 18

After:
Screenshot 2023-11-22 at 16 16 45

@nimau nimau requested a review from a team as a code owner November 22, 2023 16:12
@nimau nimau requested review from stefanceriu and Velin92 and removed request for a team November 22, 2023 16:12
Copy link

github-actions bot commented Nov 22, 2023

Warnings
⚠️ Some of the commits are missing ticket numbers. Please consider squashing all commits that don't have a tracking number.
⚠️ You seem to have made changes to views. Please consider adding screenshots.

Generated by 🚫 Danger Swift against 86eb724

Copy link

codecov bot commented Nov 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3d76f06) 71.39% compared to head (86eb724) 71.33%.
Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2152      +/-   ##
===========================================
- Coverage    71.39%   71.33%   -0.07%     
===========================================
  Files          515      515              
  Lines        35185    35232      +47     
  Branches     16945    16946       +1     
===========================================
+ Hits         25122    25131       +9     
- Misses        9443     9480      +37     
- Partials       620      621       +1     
Flag Coverage Δ
unittests 57.16% <100.00%> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nimau nimau force-pushed the nicolas/1915-markdown-list branch from cfac8e3 to b73d8cd Compare November 23, 2023 08:21
Copy link
Member

@stefanceriu stefanceriu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks sensible to me but I would like mauro's oppinion on it 👍

Copy link
Member

@Velin92 Velin92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a test for a list containing all RTL language?

@nimau nimau requested a review from Velin92 November 27, 2023 11:07
Copy link
Member

@Velin92 Velin92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that fixing the issue for LTR is enough, we can revisit RTL later when we have translation that support it

Copy link
Member

@Velin92 Velin92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that fixing the issue for LTR is enough, we can revisit RTL later when we have translation that support it

@nimau nimau force-pushed the nicolas/1915-markdown-list branch from 265a85c to b4eb7aa Compare November 27, 2023 14:53
@nimau nimau force-pushed the nicolas/1915-markdown-list branch from b4eb7aa to 86eb724 Compare November 27, 2023 14:57
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@nimau nimau merged commit aacb24b into develop Nov 27, 2023
9 checks passed
@nimau nimau deleted the nicolas/1915-markdown-list branch November 27, 2023 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants