btcpayserver/BTCPayServer/Models
d11n f8e6b51e9d
Store-centric UI (#3091)
* Update layout structure and header

* Implement store selector

* Simplify homepage

* Update layout

* Use dropdown for store selector

* Hide global nav in store context

* Horizontal section nav

* Remove outer section and container from content views

* Update nav

* Set store context for invoice and payment request lists

* Test fixes

* Persist menu collapse state on client-side

* MainNav as view component

* Update app routes to incorporate store context

* Test fixes

* Display ticker for altcoins build only

* Plugins nav

* Incorporate category for active page as well

* Update invoice icon

* Add apps list to nav

* Add store context to app type controllers

* Incorporate id for active page as well

* Test fixes

* AppsController cleanup

* Nav: Display only apps for the current store

* Remove leftover from merge

* Nav styles optimization

* Left-align content container

* Increase sidebar padding on desktop

* Use min-width for store selector menu

* Store settings nav update

* Update app and payment request routes

* Test fixes

* Refactor MainNav component to use StoresController

* Set store context for invoice actions

* Cleanups

* Remove CurrentStore checks

The response will be "Access denied" in case the CookieAuthorizationHandler cannot resolve the store.

* Remove unnecessary store context setters

* Test fix
2021-12-11 12:32:23 +09:00
..
AccountViewModels U2fremove (#2496) 2021-04-28 16:22:09 +09:00
AppViewModels Store-centric UI (#3091) 2021-12-11 12:32:23 +09:00
Authorization Cleaning up bom from cs files 2020-06-28 21:44:35 -05:00
InvoicingModels Store-centric UI (#3091) 2021-12-11 12:32:23 +09:00
ManageViewModels Unify Fido2 authentication under two-factor tab (#2866) 2021-09-13 10:16:52 +09:00
NotificationViewModels Hide pagination & page size when not necessary (#2122) 2020-12-12 15:21:37 +09:00
PaymentRequestViewModels Store-centric UI (#3091) 2021-12-11 12:32:23 +09:00
ServerViewModels Optimize admin user list 2021-11-15 10:28:45 +01:00
StoreViewModels Remove useless code 2021-11-16 21:02:25 +09:00
WalletViewModels Updates Pull Payment Payment Method (#3107) 2021-11-16 12:58:17 +09:00
BasePagingViewModel.cs Hide pagination & page size when not necessary (#2122) 2020-12-12 15:21:37 +09:00
BitpayCreateInvoiceRequest.cs Add ability to require refund email from app level (#3013) 2021-10-27 23:32:56 +09:00
BitpayErrorsModel.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
ConfirmModel.cs Allow User to delete own account (#2949) 2021-10-09 12:18:37 +09:00
DataWrapper.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
ErrorViewModel.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
GetTokensResponse.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
InvoiceResponse.cs LNURL Payment Method Support (#2897) 2021-10-25 15:18:02 +09:00
PostRedictViewModel.cs Greenfield: Rename API key redirect params; switch to POST body (#1898) 2020-09-17 11:37:49 +02:00
TokenRequest.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
ViewPullPaymentModel.cs Add Lightning payout support (#2517) 2021-10-18 12:37:59 +09:00