+ basic address book support

+ notify of new transactions
+ refresh transactions
! fixed a lot of transactions bugs
This commit is contained in:
Taegus
2018-12-26 10:12:42 +01:00
parent 655cd441b7
commit 3315677ede
13 changed files with 382 additions and 46 deletions

View File

@@ -103,24 +103,29 @@ body.pg-loaded > .inner {
margin-right: 10px;
}
.modalBodyPassword {
.modalBody {
margin: 20px;
}
#dlgGeneralError .modalBodyPassword {
#dlgGeneralError .modalBody {
height: 100px;
}
#dlgCreateWalletPassword .modalBodyPassword,
#dlgCreateWalletPassword .modalBodyPassword {
#dlgDeleteAddressConfirm .modalBody {
height: 100px;
}
#dlgCreateWalletPassword .modalBody,
#dlgCreateAddressAndName .modalBody {
height: 200px;
}
#dlgSendWalletPassword .modalBodyPassword {
#dlgSendWalletPassword .modalBody {
height: 300px;
}
#dlgChangeWalletName .modalBodyPassword {
#dlgChangeWalletName .modalBody,
#dlgChangeAddressName .modalBody {
height: 150px;
}
@@ -136,6 +141,12 @@ body.pg-loaded > .inner {
right: 20px;
}
.btn-dialog-cancel {
position: absolute;
bottom: 10px;
right: 80px;
}
.modalDialog {
display: none;
border-bottom: 3px solid #7A1336 !important;
@@ -312,11 +323,14 @@ div.sidebar svg {
margin: 10px;
}
#noWalletsPresent {
#noWalletsPresent,
#noAddressPresent {
font-size: 1.3em;
}
div.noWalletsWrapper {
div.noWalletsWrapper,
div.noAddressWrapper {
display: flex;
align-items: center;
justify-content: center;