Skip to content
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

Improve unencrypted message indicator in e2e Rooms #71

Open
3 tasks
BillCarsonFr opened this issue Dec 15, 2021 · 1 comment
Open
3 tasks

Improve unencrypted message indicator in e2e Rooms #71

BillCarsonFr opened this issue Dec 15, 2021 · 1 comment

Comments

@BillCarsonFr
Copy link
Member

BillCarsonFr commented Dec 15, 2021

It is possible to receive clear messages in an e2e rooms.
It's not always an error/bug, for example several bots will always send clear messages in e2e room. But it could also be a normal user sending improperly clear messages.

So we need to make such messages more visible but still less errorish as it is currently.
For reference currently web will show a red shield (same as the one used for trust status):
image
Also there are inconsistency between web/mobile when displaying such messages.

Proposal:

  • Clear messages in e2e room should be marked with this more neutral icon

image

  • Also a more visible piece of UI should be shown upon the composer when a clear message is visible on screen

image

=> More details here https://www.figma.com/file/2aqj9A5WRvGY3tcdTrBek4/Unencrypted-message-warning-in-Timeline?node-id=33%3A5668

Implementation Note

This new upon text composer UI will be added to the design system. So should be made as such that it can be reused for other purposes.
image

Solved

Checked when merge on each component

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants