btcpayserver/BTCPayServer/Views/UIWallets
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
..
_Nav.cshtml Sticky header updates (#3471) 2022-02-21 11:05:42 +09:00
_PSBTInfo.cshtml Wallet display improvements (#3755) 2022-05-18 15:45:59 +09:00
_ViewImports.cshtml Move TagHelpers to Abstractions (#3975) 2022-07-22 21:58:25 +09:00
_ViewStart.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
_WalletTransactionsList.cshtml Update WalletTransactions pagination default settings (#4074) 2022-09-27 21:24:53 +09:00
CoinSelection.cshtml Coin Selection: Fix responsive display (#3992) 2022-07-22 20:29:53 +09:00
ListWallets.cshtml Store: Combine General and Payment settings 2022-01-25 06:57:55 +01:00
SigningContext.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
SignWithSeed.cshtml Move TagHelpers to Abstractions (#3975) 2022-07-22 21:58:25 +09:00
WalletPSBT.cshtml Refactor QR functionality 2022-09-13 10:17:12 +02:00
WalletPSBTCombine.cshtml Move TagHelpers to Abstractions (#3975) 2022-07-22 21:58:25 +09:00
WalletPSBTDecoded.cshtml Refactor QR functionality 2022-09-13 10:17:12 +02:00
WalletReceive.cshtml Move TagHelpers to Abstractions (#3975) 2022-07-22 21:58:25 +09:00
WalletRescan.cshtml Improve wallet nav (#3921) 2022-07-04 13:20:08 +09:00
WalletSend.cshtml Improve "Advanced Settings" button (#4140) 2022-09-20 09:50:59 +02:00
WalletSendVault.cshtml Move TagHelpers to Abstractions (#3975) 2022-07-22 21:58:25 +09:00
WalletSigningOptions.cshtml Move TagHelpers to Abstractions (#3975) 2022-07-22 21:58:25 +09:00
WalletsNavPages.cs Improve wallet nav (#3921) 2022-07-04 13:20:08 +09:00
WalletTransactions.cshtml Update WalletTransactions pagination default settings (#4074) 2022-09-27 21:24:53 +09:00