From 820c54b8416e68a0e83d3c4659702e9958039e82 Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Wed, 1 May 2024 12:00:30 -0400 Subject: [PATCH] add changlog stuff --- .idea/.idea.SPTInstaller/.idea/avalonia.xml | 2 ++ .../Dialogs/ChangeLogDialog.axaml | 21 +++++++++++++++ .../Dialogs/ChangeLogDialog.axaml.cs | 27 +++++++++++++++++++ .../CustomControls/UpdateButton.axaml | 3 ++- .../CustomControls/UpdateButton.axaml.cs | 9 +++++++ SPTInstaller/Models/InstallerUpdateInfo.cs | 6 ++--- SPTInstaller/ViewModels/PreChecksViewModel.cs | 5 ++++ SPTInstaller/Views/PreChecksView.axaml | 1 + 8 files changed, 70 insertions(+), 4 deletions(-) create mode 100644 SPTInstaller/CustomControls/Dialogs/ChangeLogDialog.axaml create mode 100644 SPTInstaller/CustomControls/Dialogs/ChangeLogDialog.axaml.cs diff --git a/.idea/.idea.SPTInstaller/.idea/avalonia.xml b/.idea/.idea.SPTInstaller/.idea/avalonia.xml index 1ff4164..209db0b 100644 --- a/.idea/.idea.SPTInstaller/.idea/avalonia.xml +++ b/.idea/.idea.SPTInstaller/.idea/avalonia.xml @@ -7,6 +7,8 @@ + + diff --git a/SPTInstaller/CustomControls/Dialogs/ChangeLogDialog.axaml b/SPTInstaller/CustomControls/Dialogs/ChangeLogDialog.axaml new file mode 100644 index 0000000..1bf3a39 --- /dev/null +++ b/SPTInstaller/CustomControls/Dialogs/ChangeLogDialog.axaml @@ -0,0 +1,21 @@ + + +