Uh oh!
There was an error while loading. Please reload this page.
#1813 Drafts functionality - #1851
Conversation
# Conflicts: # Gemfile.lock
# Conflicts: # Gemfile.lock # package-lock.json # package.json
DenBond7
commented
Oct 13, 2022
@sosnovsky But I've found a new issue. To reproduce you can use our conversation in Gmail. Please choose any message in the thread and make a reply. The app will create a draft. But the web Gmail client can't edit this draft when I try to open a thread. Actually, the web Gmail client shows that there is a draft in the message list, but doesn't show a draft when I open a thread. It seems you've missed updating headers in the draft. Please check https://developers.google.com/gmail/api/guides/threads#adding_drafts_and_messages_to_threads |
sosnovsky
commented
Oct 13, 2022
PR is ready for re-review - I fixed mentioned bugs and also updated ui test to include more cases. |
tomholub
left a comment
There was a problem hiding this comment.
See comments below, looks good to me. Tests still not happy? Did they get more troublesome lately, or is that PR related?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
sosnovsky
commented
Oct 13, 2022
There are some random issues with tests after updating semaphore config to use |
DenBond7
commented
Oct 14, 2022
I've tested the latest build. It works well. Draft functionality looks good. Just found a few UI issues. What's strange, I can reproduce it only in our last conversation. It can be fixed in another PR, @sosnovsky is up to you. |
sosnovsky
commented
Oct 14, 2022
Thanks guys for such detailed testing 👍 @ioanmo226 I pushed fixes for found issues, should work well now |
sosnovsky
commented
Oct 14, 2022
Agree, I'll update current ui test to include this case too. |
DenBond7
commented
Oct 17, 2022
@sosnovsky I've tested. My issues were fixed. Thanks! |
sosnovsky
commented
Oct 17, 2022
@ioanmo226 I fixed issues from your list and also updated ui test, please check |
sosnovsky
commented
Oct 18, 2022
@ioanmo226 does it happen every time for you? As I wasn't able to reproduce this bug. Maybe it happens when first 'save draft` request is still in progress and user taps back button, which triggers another 'save draft' request. I'll try to handle this case, probably by cancelling previous request |
sosnovsky
commented
Oct 18, 2022
@ioanmo226 I pushed fix for duplicated drafts, please check if it works well for you now, thanks |


This PR adds drafts functionality
close#1813
close#888
close#972
close#887
close#834
close#965
close#963
close#873
close#970
close#691
Tests(delete all except exactly one):
To be filled by reviewers
I have reviewed that this PR... (tick whichever items you personally focused on during this review):