Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: quick freeze/unfreeze utxos (#591)
* refactor(UtxoList): prevent re-rendering of list items * ui(UtxoList): highlight frozen UTXOs * ui(UtxoList): font and bg color for tags * ui(UtxoList): remove redundant frozen tag * feat(UtxoList): sort UTXOs by tags * ui(UtxoList): shorten address on smaller screens * ui(UtxoList): shorten fb tag by moving locktime to toolip * ui(UtxoList): increase font-weight for balance * ui(UtxoDetailsOverlay): fixed min-width for header title * refactor: prevent re-render confirmations node * feat: ability to quickly freeze/unfreeze single UTXO wip: still work-in-progress; icons needs to be updated * ui(UtxoList): display freeze buttons only on UTXO selection * ui: move quick freeze toggle column to front * ui(UtxoList): use sun icon for unfreezing * ui: use header loading indicator when freezing/unfreezing * ui(UtxoList): hide hover actions on small screens * ui(UtxoList): gray-out fidelity bond utxo * chore: rename UtxoDetailModule -> UtxoDetailModal * fix: disable quick actions if maker/taker is running * fix: proper freeze/unfreeze icons * fix: gray-out not only locked but all fidelity bond utxos * fix: freeze/unfreeze icons from figma * fix: pass AbortSignal to freeze calls
- Loading branch information