mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Payment Requests: List view improvements (#5065)
* List invoice checkbox variant * Remove custom css * Improve payment requests list view * Improve Payment Requests List View * List invoice checkbox variant * Remove custom css * Improve payment requests list view * Improve Payment Requests List View * Update payment request (name link leads to view not edit) * Refactoring --------- Co-authored-by: d11n <mail@dennisreimann.de>
This commit is contained in:
committed by
GitHub
parent
966e598f10
commit
0b082138c8
@@ -18,6 +18,9 @@ namespace BTCPayServer.Models.PaymentRequestViewModels
|
||||
{
|
||||
public List<ViewPaymentRequestViewModel> Items { get; set; }
|
||||
public override int CurrentPageCount => Items.Count;
|
||||
|
||||
public SearchString Search { get; set; }
|
||||
public string SearchText { get; set; }
|
||||
}
|
||||
|
||||
public class UpdatePaymentRequestViewModel
|
||||
|
||||
Reference in New Issue
Block a user