Wallet UI quick wins (#5851)

- Unify single/multiple inputs display
- Destination: Move labels above amount
- Coin Selection: Add sorting by amount and confirmations, add page size. Closes #5850
- Move PSBT and BIP21 buttons up to input related button group
- Turn checkboxes in Advanced Settings into toggles
- Improve spacings and button groups
This commit is contained in:
d11n
2024-05-06 07:40:17 +02:00
committed by GitHub
parent 7de4e8b001
commit a8e16b0ba6
4 changed files with 180 additions and 204 deletions

View File

@@ -44,7 +44,7 @@ namespace BTCPayServer.Models.WalletViewModels
public List<FeeRateOption> RecommendedSatoshiPerByte { get; set; }
[Display(Name = "Fee rate (satoshi per byte)")]
[Display(Name = "Fee rate (sat/vB)")]
[Required]
public decimal? FeeSatoshiPerByte { get; set; }