btcpayserver/BTCPayServer/Views
d11n 6972e8a3db
UI: Theme extensions (#4398)
* Theme extensions

Adds the ability to choose the themeing strategy: Extend one of the existing themes (light or dark) or go fully custom. The latter was the only option up to now, which isn't ideal:

- One had to provide a full-blown theme file overriding all variables
- Tedious, error prone and hard to maintain, because one has to keep track of updates

This PR makes it so that one can choose light or dark as base theme and do modifications on top.

Benefit: You can specify a limited set of variables and might get away with 5-20 lines of CSS.

* Ensure custom theme is present

* Update checkout test
2022-12-14 13:37:31 +09:00
..
Shared UI: Theme extensions (#4398) 2022-12-14 13:37:31 +09:00
UIAccount Add option to customize the instance logo (#4258) 2022-11-14 22:29:23 +09:00
UIApps Convert public app parts 2022-08-21 08:38:25 +02:00
UICustodianAccounts Upgrade Bootstrap to v5.2.3; Design System improvements (#4380) 2022-12-04 10:01:38 +01:00
UIError Add option to customize the instance logo (#4258) 2022-11-14 22:29:23 +09:00
UIFido2 Adapt desktop breakpoints in views (#3358) 2022-01-27 11:56:46 +09:00
UIForms Propagate the ModelState errors on dynamic forms 2022-11-25 18:32:40 +09:00
UIHome UI: Fix checkbox flex-shrink (#4209) 2022-10-13 22:48:45 +09:00
UIInvoice Checkout fixes (#4425) 2022-12-10 19:19:13 +09:00
UILightning 1.4.0 Final Polish (#3335) 2022-01-25 11:07:52 +09:00
UILightningAutomatedPayoutProcessors Fix settigs sidebar activation (#4138) 2022-09-20 10:05:55 +02:00
UILightningLikePayout Improve payouts UI (#3792) 2022-06-02 11:03:06 +02:00
UILNURL Improve "Advanced Settings" button (#4140) 2022-09-20 09:50:59 +02:00
UILNURLAuth Rename LNUrlAuthController -> UILNAuthController (#3352) 2022-01-25 11:51:14 +09:00
UIManage Upgrade Bootstrap to v5.2.3; Design System improvements (#4380) 2022-12-04 10:01:38 +01:00
UIMoneroLikeStore Support LNURL Auth 2022-01-14 13:26:30 +01:00
UINotifications Date display improvements (#4191) 2022-10-07 13:29:03 +09:00
UIOnChainAutomatedPayoutProcessors Fix settigs sidebar activation (#4138) 2022-09-20 10:05:55 +02:00
UIPaymentRequest Upgrade Bootstrap to v5.2.3; Design System improvements (#4380) 2022-12-04 10:01:38 +01:00
UIPayoutProcessors Fix settigs sidebar activation (#4138) 2022-09-20 10:05:55 +02:00
UIPublic Improve PayButton error page (#4129) 2022-09-19 21:56:42 +02:00
UIPublicLightningNodeInfo Lightning: Better handling for non-public nodes (#4263) 2022-11-05 12:21:24 +01:00
UIPullPayment Fix logos when rootPath is used (#4367) 2022-11-28 09:25:18 +01:00
UIServer UI: Theme extensions (#4398) 2022-12-14 13:37:31 +09:00
UIShopify Rewording: Integrations become (store) plugins 2022-05-12 13:32:40 +02:00
UIStorePullPayments Improve currency selection (#4155) 2022-09-26 10:26:13 +09:00
UIStores Allow more then 20 accounts when using BTCPayServer.Vault (#4430) 2022-12-14 12:06:54 +09:00
UIUserStores Use better default than coingecko when creating a new store (#4416) 2022-12-14 13:33:27 +09:00
UIWallets Upgrade Bootstrap to v5.2.3; Design System improvements (#4380) 2022-12-04 10:01:38 +01:00
UIZcashLikeStore Zcash integration (#3400) 2022-02-14 17:04:34 +09:00
_ViewStart.cshtml