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

Amend web conversion functions #735

Closed
wants to merge 2 commits into from

Conversation

alunturner
Copy link
Contributor

@alunturner alunturner commented Jun 23, 2023

Dependent on the blockquote rust fix. In draft until work is carried out to update the state management for the rich text editor in element web (required to be able to use this properly).

This supports work in element web to enable us to better parse the output from the plain text composer by reading from .innerText instead of from .innerHTML. Required to address P2 for blockquote markdown not working in element web rte in plain mode.

This work removes all the mentions tests as previously, mentions would persist when moving from plain to rich, but not from rich to plain modes. The upcoming PR on element web means that mentions will now become plain text when moving between modes in either direction.

@codecov-commenter
Copy link

Codecov Report

Patch coverage has no change and project coverage change: -0.27 ⚠️

Comparison is base (2d9c28c) 90.20% compared to head (5a88f6e) 89.94%.

❗ Current head 5a88f6e differs from pull request most recent head 0482970. Consider uploading reports for the commit 0482970 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #735      +/-   ##
==========================================
- Coverage   90.20%   89.94%   -0.27%     
==========================================
  Files         113       83      -30     
  Lines       16029    14587    -1442     
  Branches      565        0     -565     
==========================================
- Hits        14459    13120    -1339     
+ Misses       1550     1467      -83     
+ Partials       20        0      -20     
Flag Coverage Δ
uitests ?
uitests-ios ?
unittests 89.94% <ø> (+0.97%) ⬆️
unittests-ios ?
unittests-rust 89.94% <ø> (ø)

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

see 30 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@alunturner alunturner marked this pull request as draft June 23, 2023 10:57
@alunturner
Copy link
Contributor Author

Closing in favour of another branch

@alunturner alunturner closed this Jun 27, 2023
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.

2 participants