Fix: Improve the responsivity of the Reporting page (#6846) (#6841)

This commit is contained in:
Nicolas Dorier
2025-07-17 15:43:32 +09:00
committed by GitHub
parent e83a12d995
commit cd42f1a53d
32 changed files with 887 additions and 202 deletions

View File

@@ -46,6 +46,7 @@ namespace BTCPayServer.Client.Models
public double? PaymentTolerance { get; set; }
public bool? AnyoneCanCreateInvoice { get; set; }
public string DefaultCurrency { get; set; }
public List<string> AdditionalTrackedRates { get; set; }
public bool? LightningAmountInSatoshi { get; set; }
public bool? LightningPrivateRouteHints { get; set; }