-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dev: ability to append content to ExistingFidelityBond component * refactor(i18n): add global.errors keys * fix: improve resolving of api error messages * refactor: use generic 'spendUtxosWithDirectSend' method this method can lator on be used to send a fidelity bond to an external destination, renew the fidelity bond, or generally send selected utxos without manually freezing/ unfreezing them before. * refactor: externalize PaymentConfirmModal * dev: sort fidelity bond by value and lock state * refactor: prevent unnecessary rerendering of Balance component * ui: always display FB utxos with lock icon in JarDetails
- Loading branch information
1 parent
4fca8f1
commit 9f42dac
Showing
24 changed files
with
962 additions
and
300 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.infoIcon { | ||
margin: 2px 0 0 0.25rem; | ||
color: var(--bs-gray-500); | ||
border: 1px solid var(--bs-gray-500); | ||
border-radius: 50%; | ||
} |
Oops, something went wrong.