From 820e48b4b8cacce2e68180697695d32941ac1ee2 Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Mon, 8 Jul 2024 18:41:22 -0400 Subject: [PATCH] update remaining view and styles --- project/SPT.Launcher/App.axaml | 25 +-- project/SPT.Launcher/Assets/Styles.axaml | 201 +++++++++--------- ...leCard.axaml => DetailedProfileCard.axaml} | 9 +- ....axaml.cs => DetailedProfileCard.axaml.cs} | 15 +- .../CustomControls/GameLaunchBar.axaml | 61 ++++++ .../CustomControls/GameLaunchBar.axaml.cs | 41 ++++ .../LocalizedLauncherActionSelector.axaml | 2 +- .../CustomControls/LoginBox.axaml | 6 +- .../CustomControls/ModInfoCard.axaml | 17 +- .../CustomControls/ProfileCard.axaml | 61 ++++++ .../CustomControls/ProfileCard.axaml.cs | 86 ++++++++ .../CustomControls/TitleBar.axaml | 8 +- .../CustomControls/TotalModsCard.axaml | 31 +++ .../CustomControls/TotalModsCard.axaml.cs | 33 +++ .../ViewModels/ProfileViewModel.cs | 20 +- .../Dialogs/ChangeEditionDialogView.axaml | 4 +- .../Dialogs/ConfirmationDialogView.axaml | 2 +- .../Views/Dialogs/RegisterDialogView.axaml | 7 +- .../Views/Dialogs/WarningDialogView.axaml | 2 +- project/SPT.Launcher/Views/LoginView.axaml | 2 +- project/SPT.Launcher/Views/ModInfoView.axaml | 35 ++- project/SPT.Launcher/Views/ProfileView.axaml | 156 ++------------ project/SPT.Launcher/Views/SettingsView.axaml | 8 +- 23 files changed, 505 insertions(+), 327 deletions(-) rename project/SPT.Launcher/CustomControls/{ExistingProfileCard.axaml => DetailedProfileCard.axaml} (94%) rename project/SPT.Launcher/CustomControls/{ExistingProfileCard.axaml.cs => DetailedProfileCard.axaml.cs} (91%) create mode 100644 project/SPT.Launcher/CustomControls/GameLaunchBar.axaml create mode 100644 project/SPT.Launcher/CustomControls/GameLaunchBar.axaml.cs create mode 100644 project/SPT.Launcher/CustomControls/ProfileCard.axaml create mode 100644 project/SPT.Launcher/CustomControls/ProfileCard.axaml.cs create mode 100644 project/SPT.Launcher/CustomControls/TotalModsCard.axaml create mode 100644 project/SPT.Launcher/CustomControls/TotalModsCard.axaml.cs diff --git a/project/SPT.Launcher/App.axaml b/project/SPT.Launcher/App.axaml index f87b62a..f7def06 100644 --- a/project/SPT.Launcher/App.axaml +++ b/project/SPT.Launcher/App.axaml @@ -16,25 +16,26 @@ + - #54a4ff - #4383cc - #326299 - #b2a58d - #7f7564 - #4c463b - White - #cccccc - #cca480 - Black - - #436082 #567ca8 #6998ce #6a6357 #908676 #b6a995 + White + #cccccc + #cca480 + Black + + + #54a4ff + #4383cc + #326299 + #b2a58d + #7f7564 + #4c463b #181a1b #393e41 #37332d diff --git a/project/SPT.Launcher/Assets/Styles.axaml b/project/SPT.Launcher/Assets/Styles.axaml index bf6b10e..658405f 100644 --- a/project/SPT.Launcher/Assets/Styles.axaml +++ b/project/SPT.Launcher/Assets/Styles.axaml @@ -3,13 +3,15 @@ xmlns:cc="using:SPT.Launcher.CustomControls" > - + - + - - - - - - - - - - - -