Skip to content

Highlight mixed or partial signatures#1105

Merged
tomholub merged 3 commits intomasterfrom
feature/issue-1004
Nov 29, 2021
Merged

Highlight mixed or partial signatures#1105
tomholub merged 3 commits intomasterfrom
feature/issue-1004

Conversation

@ivan-ushakov
Copy link
Contributor

@ivan-ushakov ivan-ushakov commented Nov 26, 2021

close #1004


Tests (delete all except exactly one):

  • Tests added or updated

To be filled by reviewers

I have reviewed that this PR... (tick whichever items you personally focused on during this review):

  • addresses the issue it closes (if any)
  • code is readable and understandable
  • is accompanied with tests, or tests are not needed
  • is free of vulnerabilities
  • is documented clearly and usefully, or doesn't need documentation

@ivan-ushakov ivan-ushakov marked this pull request as draft November 26, 2021 18:49
@ivan-ushakov
Copy link
Contributor Author

Waiting for issue #1088 to add UI test for partial case.

@ivan-ushakov ivan-ushakov marked this pull request as ready for review November 29, 2021 18:53
Comment on lines 62 to 67
return .main
case .error, .missingPubkey:
case .error, .missingPubkey, .partial:
return .warningColor
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.error should use .errorColor, not .warningColor

@tomholub tomholub enabled auto-merge (squash) November 29, 2021 19:19
@tomholub tomholub merged commit 26c1c20 into master Nov 29, 2021
@tomholub tomholub deleted the feature/issue-1004 branch November 29, 2021 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

highlight mixed or partial signatures

2 participants