btcpayserver/BTCPayServer.Abstractions/Extensions
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
..
CustodianExtensions.cs Custodian Account UI: CRUD (#3923) 2022-07-07 22:42:50 +09:00
GreenfieldExtensions.cs Refactoring: Allow GreenfieldExtensions to be used by plugins 2022-03-01 09:14:51 +01:00
HttpRequestExtensions.cs Refactoring: Extract HttpRequest extensions 2022-03-08 08:17:39 +00:00
ITempDataDictionaryExtensions.cs Refactoring: Extract ITempDataDictionary extensions 2022-03-08 08:17:39 +00:00
ServiceCollectionExtensions.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00
StringExtensions.cs Refactoring: Extract StringExtensions 2022-03-08 08:17:39 +00:00
ViewsRazor.cs Update WalletTransactions pagination default settings (#4074) 2022-09-27 21:24:53 +09:00