btcpayserver/BTCPayServer/HostedServices
d11n fe18e71538
Refactor themes (#2794)
* Remove Bootstrap/Creative CSS file customizability

Customizations should be done using themes

* Remove deprecated Casa and Classic themes

They are still available in the design system repo and should be added as custom theme CSS file

* Use either standard or custom theme

* Remove deprecated themes

* Improve theme select UI

* Finish and refactor theme switching

* updates theme copy

* Update BTCPayServer/Views/Server/Theme.cshtml

Co-authored-by: Zaxounette <51208677+Zaxounette@users.noreply.github.com>

* Combine creative.css and site.css

Co-authored-by: dstrukt <gfxdsign@gmail.com>
Co-authored-by: Zaxounette <51208677+Zaxounette@users.noreply.github.com>
2021-09-03 16:16:36 +09:00
..
AppInventoryUpdaterHostedService.cs Do not spam logs for inventory events 2021-01-11 23:33:21 +09:00
BackgroundJobSchedulerHostedService.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
BaseAsyncService.cs Initializing Cts with class, preventing race condition 2020-08-03 03:17:04 -05:00
CheckConfigurationHostedService.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
ContentSecurityPolicyCssThemeManager.cs Refactor themes (#2794) 2021-09-03 16:16:36 +09:00
DbMigrationsHostedService.cs Improve logs of the invoice text search import 2021-01-11 23:41:05 +09:00
DelayedTransactionBroadcasterHostedService.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
DynamicDnsHostedService.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
EventHostedServiceBase.cs Add Webhooks in store's settings 2020-11-08 15:57:24 +09:00
InvoiceEventSaverService.cs Move some code out of InvoiceNotificationManager into InvoiceEventSaverService 2020-11-06 22:24:02 +09:00
InvoiceNotificationManager.cs Make CSSThemeManager really only focus on theme (#2457) 2021-07-27 21:08:54 +09:00
InvoiceWatcher.cs Implement topup invoices (#2730) 2021-08-03 17:03:00 +09:00
NBXplorerWaiter.cs Update NBitcoin, NetworkType => ChainName, signet support (#2224) 2021-01-27 14:39:38 +09:00
NewVersionCheckerHostedService.cs Fixing returned version string, trimming leading v 2020-10-05 23:09:05 -05:00
PullPaymentHostedService.cs Payouts: Detect External OnChain Payouts (#2462) 2021-07-16 09:57:37 +02:00
RatesHostedService.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Socks5HttpProxyServer.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
TransactionLabelMarkerHostedService.cs Make sure to only select accounted payments where we should (#2523) 2021-05-14 16:16:19 +09:00
UserEventHostedService.cs Make CSSThemeManager really only focus on theme (#2457) 2021-07-27 21:08:54 +09:00
WebhookNotificationManager.cs Update NBitcoin, fix warnings on nullable (#2718) 2021-07-29 20:29:34 +09:00