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: saving draft did not save the pill markdown content #3003

Merged
merged 2 commits into from
Jul 8, 2024

Conversation

Velin92
Copy link
Member

@Velin92 Velin92 commented Jul 5, 2024

This fix will allow the saved draft to contain the markdown content of a pill... however when restored we will still display the markdown only since the plain text composer still has no way to directly interpret and convert a markdown into a pill before its sent.

@Velin92 Velin92 requested a review from a team as a code owner July 5, 2024 16:04
@Velin92 Velin92 requested review from pixlwave and removed request for a team July 5, 2024 16:04
@Velin92 Velin92 added the pr-bugfix for bug fix label Jul 5, 2024
Copy link

github-actions bot commented Jul 5, 2024

Warnings
⚠️ Some of the commits are missing ticket numbers. Please consider squashing all commits that don't have a tracking number.

Generated by 🚫 Danger Swift against c9da6d6

Copy link

codecov bot commented Jul 5, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 77.84%. Comparing base (bf9e1d6) to head (84db62f).
Report is 2 commits behind head on develop.

Files Patch % Lines
...een/ComposerToolbar/ComposerToolbarViewModel.swift 50.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3003      +/-   ##
===========================================
+ Coverage    77.78%   77.84%   +0.06%     
===========================================
  Files          695      695              
  Lines        53851    53855       +4     
===========================================
+ Hits         41886    41922      +36     
+ Misses       11965    11933      -32     
Flag Coverage Δ
unittests 68.69% <50.00%> (+0.10%) ⬆️

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.

Copy link
Member

@pixlwave pixlwave left a comment

Choose a reason for hiding this comment

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

Nice 👌

@Velin92 Velin92 force-pushed the mauromito/save_draft_mention_fix branch from 69de5e7 to bfdfefb Compare July 8, 2024 08:08
@Velin92 Velin92 enabled auto-merge (squash) July 8, 2024 08:08
@Velin92 Velin92 force-pushed the mauromito/save_draft_mention_fix branch from bfdfefb to 84db62f Compare July 8, 2024 13:27
@Velin92 Velin92 disabled auto-merge July 8, 2024 13:54
Velin92 added 2 commits July 8, 2024 15:55
where the content of the draft saved was ignoring any pill in it.
@Velin92 Velin92 force-pushed the mauromito/save_draft_mention_fix branch from 84db62f to c9da6d6 Compare July 8, 2024 13:55
@Velin92 Velin92 merged commit b07d85c into develop Jul 8, 2024
4 checks passed
@Velin92 Velin92 deleted the mauromito/save_draft_mention_fix branch July 8, 2024 13:55
Copy link

sonarqubecloud bot commented Jul 8, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-bugfix for bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants