-
Notifications
You must be signed in to change notification settings - Fork 52
replaced signature info with badge, also added encryption badge #4203
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
Conversation
extension/chrome/elements/pgp_block_modules/pgp-block-signature-module.ts
Show resolved
Hide resolved
a7020c0 to
0a38b68
Compare
|
I have implemented and tested these "encryption" 3 cases when we actually have message text:
In other cases we can leave the error message as it was implemented before: as we don't have message text, we don't need badges, do we? All signature badges are implemented given the decryption succeeds. if decryption returns "security hazard", then "not signed" badge is shown. |
|
@limonte Can you please review my CSS, as this "click to retry" message isn't multi-lined too nicely |
0a38b68 to
fd7a281
Compare
I guess so. |
|
@rrrooommmaaa limonte will be moving on to a role elsewhere starting next year, not sure if he still has time left this year. Please try to remove all of the css that make it float on the right. Instead, there should be position:relative and the badges should be on the left size, as if forming the first line of the text. Then the width of the container they are in should be full line (standard div with no css). That should fix your issue too. |
…e-encryption-badges
…e-encryption-badges
|
|
Somewhat, not really. I'll take a look |
|
It's the An easy way to debug that is a right click on the badge and "inspect element". It will show which css rules apply to that element. There you can uncheck or change individual items until you are happy with them. I'll do some fiddling with the css and submit a commit. |
tomholub
left a comment
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.
excellent




This PR displays signature and encryption badges as per the task
close #4201
Tests (delete all except exactly one):
To be filled by reviewers
I have reviewed that this PR... (tick whichever items you personally focused on during this review):