-
Notifications
You must be signed in to change notification settings - Fork 47
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
FlowCrypt's secure forward icon button become less obvious in UI #5858
Comments
Hmm, I don't remember |
Yes, we have that working but only when: (1) a secure email is detected But not when: (1) the last email of an email thread is a non-encrypted email - will show gmail's regular reply and forwards.
I can agree on this. But for some email that are in the middle of the email conversation that needs to be securely fowarded with FlowCrypt extension, having to click on secure reply and going to secure foward option maybe too much of an interaction in a users perspective over having them the ability to secure forward right away in a single click. What do you think?
|
I like this idea, its clean and a good placement for "secure forward" and "secure reply". I think its already possible as I checked the DOM structure of the menu and its accessible and seemed to be inject-able too. The box's accessible id is |
…5870) * add "secure reply" option in Gmail actions menu * add base ui for secure forward * fix forward icon * add secure forward functionality * add test * revert unneeded changes * update test * update test * remove unneeded attributes * pr reviews: make code concise
Description: The FlowCrypt's "secure forward" button is present for a single thread email that is new and doesnt have any reply.
However, the "secure forward" feature is missing in case there already an exchange of message and the "secure forward" feature is missing in UI unless it is accessed by clicking "secure compose" icon on the right-side of the secure email -> default behavior is "secure reply" upon clicking it which then be switchable to "secure forward" by clicking the option to change it on the upper-left corner of the secure compose.
Steps to reproduce:
Expected Behaviour:
The "secure forward" Icon button is present on older version of FlowCrypt, similar to "secure reply" icon button present in right-hand side of every secure emails.
Screenshot:
The text was updated successfully, but these errors were encountered: