Add verified state summary to top of safety number screen
FREEBIE
This commit is contained in:
parent
d462108e83
commit
31bf05e14a
7 changed files with 99 additions and 6 deletions
|
@ -321,6 +321,15 @@
|
|||
</script>
|
||||
<script type='text/x-tmpl-mustache' id='key-verification'>
|
||||
<div class='container'>
|
||||
<div class='summary'>
|
||||
{{ #isVerified }}
|
||||
<span class='icon verified'></span>
|
||||
{{ /isVerified }}
|
||||
{{ ^isVerified }}
|
||||
<span class='icon shield'></span>
|
||||
{{ /isVerified }}
|
||||
{{ verifiedStatus }}
|
||||
</div>
|
||||
{{ ^has_their_key }}
|
||||
<div class='placeholder'>{{ their_key_unknown }}</div>
|
||||
{{ /has_their_key }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue