-
Notifications
You must be signed in to change notification settings - Fork 577
Undo move mail #9313
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
Undo move mail #9313
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we make an integration branch? It probably shouldn't go into dev-mail without actually doing the undo (which is also not so far)
548418c
to
f6d7708
Compare
1fe8ab4
to
442a3e5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple things I noticed when smoke testing:
- There is a report spam setting and when it is set to "Always ask" a dialog appears asking if you want to report. Right now this dialog only shows after the ten seconds of the undo snackbar is up. This is jarring and disconnects the dialog from the action of moving mail to Spam. The dialog should show right after a mail is moved.
- How hard would it be to keep the snackbar if it is hovered? It can be frustrating for it to disappear right from under your cursor. I would propose that it should stay if the action button is being hovered. (This does not need to be done right now, we can discuss and make an issue later.)
578f6b5
to
187a17e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Show a snackbar that can undo moving mails. The user can click "Undo" or press CTRL-Z (CMD-Z) to undo moving mails. If they do, this will move the mails back and close the snackbar. Additionally, if the mails were to be reported as spam, they won't be reported, either. Removed the reporting snackbar and added a new message specifically for mails being moved to spam. Close #9321 Close #9319 Close #9318 Close #9312 Close #9205 Close #9386 Close #9428 Co-authored-by: paw <paw-hub@users.noreply.github.com> Co-authored-by: hrb-hub <hrb-hub@users.noreply.github.com>
4e5e79d
to
9602eae
Compare
Close #9205