-
Notifications
You must be signed in to change notification settings - Fork 79
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
[MU] Save draft locally periodically #3358
Labels
Comments
Is this the desired behavior? |
Yes it looks like a nice behaviour |
How about the second question? What if there are multiple cache entries? |
Note:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
On WEB:
GIVEN I type a message
AND stop typing for 15 seconds
THEN twake mail saves the email locally (not on the JMAP server)
That way if the broswer crash (eg power failure) then the email is not lost.
When reopening the browser the composer should be reopened with user input.
Ref: https://github.com/Yash18-hub/CISD-GES/issues/88
Let's not save on the back as it might create a massive surge in requests
The text was updated successfully, but these errors were encountered: