[security] Add security number to PeerUI to make verification of peer-to-peer encryption possible.

This commit is contained in:
schlagmichdoch 2023-02-16 02:19:14 +01:00
parent e9b23bfdb0
commit c5d0eaa034
9 changed files with 131 additions and 23 deletions

View file

@ -304,7 +304,8 @@ x-peer[status] x-icon {
}
.status,
.device-name {
.device-name,
.connection-hash {
height: 18px;
opacity: 0.7;
}
@ -314,6 +315,11 @@ x-peer[status] x-icon {
white-space: nowrap;
}
.connection-hash {
font-size: 12px;
white-space: nowrap;
}
x-peer[status=transfer] .status:before {
content: 'Transferring...';
}