btcpayserver/BTCPayServer/Views/UIInvoice
HamroRamro bc195e771e
Update WalletTransactions pagination default settings (#4074)
* Update WalletTransactions pagination default settings

Remove the numeric page selection and add displaying data of last 30 days by default.

* Update WalletTransactions to show txs based on Days

* Update text formatting on WalletTransactions view

Keeps the logic changes. Just undo the formatting of the file from previous commit

* Update WalletTransactions to show all after second load

Utilize Model.Days instead of new variables
Moved javascript code to PageFootContent section

* Update WalletTransactions to use ajax for infinite scroll

* Cleanups

* Apply skip and count only when not prefiltering

* Infinite scroll mode

* Improve datetime formatting and switching

* Upgrade NBXplorer to include get_wallets_recent bugfix

* Revert "Upgrade NBXplorer to include get_wallets_recent bugfix"

This reverts commit b390d942d74d88bb1da3ab8e3407184a527175ef.

* JS fixes

* Upgrade ChromeDriver and BundleMinifier

Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2022-09-27 21:24:53 +09:00
..
_RefundModal.cshtml Improve currency selection (#4155) 2022-09-26 10:26:13 +09:00
_ViewImports.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
_ViewStart.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
Checkout-Body.cshtml fix CanExportInvoicesJson 2022-08-30 09:16:17 +02:00
Checkout-Spinner.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
Checkout-Testing.cshtml [UX/UI] Add CPFP (#3395) 2022-02-10 12:24:28 +09:00
Checkout.cshtml Move TagHelpers to Abstractions (#3975) 2022-07-22 21:58:25 +09:00
CheckoutNoScript.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
CreateInvoice.cshtml Improve currency selection (#4155) 2022-09-26 10:26:13 +09:00
Invoice.cshtml Remove redundant exception status from invoice state label (#4151) 2022-09-23 15:17:50 +09:00
InvoiceNavPages.cs Rename UI controllers 2022-01-14 13:46:03 +09:00
InvoiceReceipt.cshtml Move TagHelpers to Abstractions (#3975) 2022-07-22 21:58:25 +09:00
InvoiceStatusChangePartial.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
ListInvoices.cshtml Update WalletTransactions pagination default settings (#4074) 2022-09-27 21:24:53 +09:00
ListInvoicesPaymentsPartial.cshtml Invoice summary: Fix indentation and heading levels (#3956) 2022-07-12 12:35:19 +09:00
PosData.cshtml Public Invoice receipt (#3612) 2022-07-06 21:14:55 +09:00