Payment Request: Improve public view (#5413)

* Payment Request: Improve public view

Closes #4450.

* Test fix

* Extract Vue utils

* Improve payment history

* Fix amount display

* Unify receipt and payment request tables

* Re-add text confirmation for copying to clipboard

* Minor print optimizations

* Wording: Rename Description to Memo

* Open view links in new window

* View updates
This commit is contained in:
d11n
2023-11-20 02:45:43 +01:00
committed by GitHub
parent 46f0818765
commit 2fb72d5aa6
23 changed files with 527 additions and 406 deletions

View File

@@ -98,9 +98,13 @@ namespace BTCPayServer.Models.WalletViewModels
[MaxLength(30)]
public string Name { get; set; }
[Display(Name = "Memo")]
public string Description { get; set; }
[Display(Name = "Custom CSS URL")]
public string CustomCSSLink { get; set; }
[Display(Name = "Custom CSS Code")]
public string EmbeddedCSS { get; set; }
}