diff --git a/BTCPayApp.UI/BTCPayIcons.cs b/BTCPayApp.UI/BTCPayIcons.cs deleted file mode 100644 index ab80225c..00000000 --- a/BTCPayApp.UI/BTCPayIcons.cs +++ /dev/null @@ -1,85 +0,0 @@ -namespace BTCPayApp.UI; - -public static class BTCPayIcons -{ - public const string Account = """"""; - public const string Api = """"""; - public const string Back = """"""; - public const string CaretDown = """"""; - public const string CaretRight = """"""; - public const string Checkmark = """"""; - public const string Close = """"""; - public const string Copy = """"""; - public const string Crowdfund = """"""; - public const string Docs = """"""; - public const string Donate = """"""; - public const string Done = """"""; - public const string Drag = """"""; - public const string ExistingWallet = """"""; - public const string FormsCheckbox = """"""; - public const string FormsDate = """"""; - public const string FormsNumber = """"""; - public const string FormsSelect = """"""; - public const string FormsText = """"""; - public const string HardwareWallet = """"""; - public const string Home = """"""; - public const string HotWallet = """"""; - public const string Info = """"""; - public const string InvoiceExpired = """"""; - public const string Invoice = """"""; - public const string Key = """"""; - public const string LogoBtcpay = """"""; - public const string LogoLightningterminal = """"""; - public const string LogoRtl = """"""; - public const string LogoShopify = """"""; - public const string LogoThunderhub = """"""; - public const string LogoTor = """"""; - public const string ManagePlugins = """"""; - public const string Menu = """"""; - public const string Minus = """"""; - public const string NewStore = """"""; - public const string NewWallet = """"""; - public const string New = """"""; - public const string Note = """"""; - public const string Notifications = """"""; - public const string NotificationsInvoiceFailure = """"""; - public const string NotificationsInvoiceSettled = """"""; - public const string NotificationsNewVersion = """"""; - public const string NotificationsPayoutApproved = """"""; - public const string NotificationsPayout = """"""; - public const string Onion = """"""; - public const string PayButton = """"""; - public const string PaymentComplete = """"""; - public const string PaymentRequests = """"""; - public const string PaymentSent = """"""; - public const string Payouts = """"""; - public const string Plugin = """"""; - public const string Plus = """"""; - public const string Pointofsale = """"""; - public const string PosCart = """"""; - public const string PosLight = """"""; - public const string PosPrint = """"""; - public const string PosStatic = """"""; - public const string PullPayments = """"""; - public const string Remove = """"""; - public const string ScanQr = """"""; - public const string Seed = """"""; - public const string ServerSettings = """"""; - public const string Settings = """"""; - public const string SocialGithub = """"""; - public const string SocialMattermost = """"""; - public const string SocialNostr = """"""; - public const string SocialTelegram = """"""; - public const string SocialTwitter = """"""; - public const string Spark = """"""; - public const string Store = """"""; - public const string ThemesDark = """"""; - public const string ThemesLight = """"""; - public const string Trash = """"""; - public const string WalletFile = """"""; - public const string WalletLightning = """"""; - public const string WalletOnchain = """"""; - public const string Warning = """"""; - public const string WatchonlyWallet = """"""; - public const string Xpub = """"""; -} diff --git a/BTCPayApp.UI/Shared/Configuration/BTCPayServerOnchainWalletConfigure.razor b/BTCPayApp.UI/Components/BTCPayServerOnchainWalletConfigure.razor similarity index 100% rename from BTCPayApp.UI/Shared/Configuration/BTCPayServerOnchainWalletConfigure.razor rename to BTCPayApp.UI/Components/BTCPayServerOnchainWalletConfigure.razor diff --git a/BTCPayApp.UI/Shared/Configuration/BTCPayServerStoreSelector.razor b/BTCPayApp.UI/Components/BTCPayServerStoreSelector.razor similarity index 100% rename from BTCPayApp.UI/Shared/Configuration/BTCPayServerStoreSelector.razor rename to BTCPayApp.UI/Components/BTCPayServerStoreSelector.razor diff --git a/BTCPayApp.UI/Shared/Dashboard.razor b/BTCPayApp.UI/Components/Dashboard.razor similarity index 100% rename from BTCPayApp.UI/Shared/Dashboard.razor rename to BTCPayApp.UI/Components/Dashboard.razor diff --git a/BTCPayApp.UI/Shared/ErrorMessage.razor b/BTCPayApp.UI/Components/ErrorMessage.razor similarity index 100% rename from BTCPayApp.UI/Shared/ErrorMessage.razor rename to BTCPayApp.UI/Components/ErrorMessage.razor diff --git a/BTCPayApp.UI/Shared/Icon.razor b/BTCPayApp.UI/Components/Icon.razor similarity index 100% rename from BTCPayApp.UI/Shared/Icon.razor rename to BTCPayApp.UI/Components/Icon.razor diff --git a/BTCPayApp.UI/Shared/Icon.razor.css b/BTCPayApp.UI/Components/Icon.razor.css similarity index 100% rename from BTCPayApp.UI/Shared/Icon.razor.css rename to BTCPayApp.UI/Components/Icon.razor.css diff --git a/BTCPayApp.UI/Shared/Keypad.razor b/BTCPayApp.UI/Components/Keypad.razor similarity index 99% rename from BTCPayApp.UI/Shared/Keypad.razor rename to BTCPayApp.UI/Components/Keypad.razor index c52dadf4..d4672355 100644 --- a/BTCPayApp.UI/Shared/Keypad.razor +++ b/BTCPayApp.UI/Components/Keypad.razor @@ -1,4 +1,5 @@ @using Newtonsoft.Json.Linq +