-
Notifications
You must be signed in to change notification settings - Fork 10
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
UI - encryption/signature badges to support multiline #1086
Comments
@tomholub Maybe it will be better just to show One more thing - I think we can do all these badges clickable. And show details after clicking on them. For example: encrypted -> this message was encrypted for AB...OF and BB...RH fingerprints and so on... Like Thunderbird does it |
Yes, I suppose we could do that. |
When tapped, it could produce a modal with more details, which is simple enough to do in code. |
@ioanmo226 I've just assigned you a few :-) I want to still think more about this one |
ok |
@tomholub Have you decided yet? |
I think we can use our existing block with message details for showing signature verification errors: So badge will show just @ioanmo226 what do you think about such solution? |
Sounds good! |
Simplest solution for above issue |
* fix: added signature badge support for multiline * fix: pr reviews * fix: string
The error is not necessarily too long, but he visual should be fixed so that the badge flows on multiple lines. I'll file a separate issue for that.
Originally posted by @tomholub in #1020 (comment)
The text was updated successfully, but these errors were encountered: