mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
6972e8a3db
* 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 |
||
---|---|---|
.. | ||
_Nav.cshtml | ||
_ViewImports.cshtml | ||
_ViewStart.cshtml | ||
CLightningRestServices.cshtml | ||
ConfiguratorService.cshtml | ||
CreateTemporaryFileUrl.cshtml | ||
CreateUser.cshtml | ||
DynamicDnsService.cshtml | ||
DynamicDnsServices.cshtml | ||
EditAmazonS3StorageProvider.cshtml | ||
EditAzureBlobStorageStorageProvider.cshtml | ||
EditFileSystemStorageProvider.cshtml | ||
EditGoogleCloudStorageStorageProvider.cshtml | ||
Emails.cshtml | ||
Files.cshtml | ||
LightningChargeServices.cshtml | ||
LightningWalletServices.cshtml | ||
ListPlugins.cshtml | ||
ListUsers.cshtml | ||
LndSeedBackup.cshtml | ||
LndServices.cshtml | ||
Logs.cshtml | ||
Maintenance.cshtml | ||
P2PService.cshtml | ||
Policies.cshtml | ||
RPCService.cshtml | ||
ServerNavPages.cs | ||
Services.cshtml | ||
SSHService.cshtml | ||
Storage.cshtml | ||
Theme.cshtml | ||
User.cshtml |