Conversation
# Conflicts: # Gemfile.lock
# Conflicts: # Gemfile.lock # package-lock.json # package.json
|
@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 |
|
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?
There are some random issues with tests after updating semaphore config to use |
|
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. |
|
Thanks guys for such detailed testing 👍 @ioanmo226 I pushed fixes for found issues, should work well now |
Agree, I'll update current ui test to include this case too. |
@sosnovsky I've tested. My issues were fixed. Thanks! |
|
@ioanmo226 I fixed issues from your list and also updated ui test, please check |
|
@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 |
|
@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):