From 907c758b830bc534d98b09734bdcc35968ec1b41 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 23 Sep 2024 22:17:46 +0200 Subject: [PATCH] Meta - Update packages --- .../Styles/BrokenState.axaml | 9 +-- src/Artemis.UI.Shared/Styles/Button.axaml | 50 ++++++------ .../Styles/Controls/DataModelPicker.axaml | 2 +- .../Controls/SplitMarkdownEditor.axaml | 2 +- .../Performance/PerformanceDebugView.axaml | 4 +- .../Tabs/Layout/DeviceLayoutTabView.axaml | 2 +- src/Artemis.UI/Screens/Home/HomeView.axaml | 29 ++++--- .../Plugins/PluginSettingsWindowView.axaml | 14 ++-- .../Screens/Plugins/PluginView.axaml | 16 ++-- .../Dialogs/LayerHintsDialogView.axaml | 4 +- .../ProfileTree/FolderTreeItemView.axaml | 4 +- .../ProfileTree/LayerTreeItemView.axaml | 4 +- .../DataBinding/DataBindingView.axaml | 4 +- .../Screens/Settings/Tabs/AboutTabView.axaml | 76 +++++++++---------- .../Settings/Tabs/PluginsTabView.axaml | 4 +- .../Settings/Tabs/ReleasesTabView.axaml | 4 +- .../Screens/Sidebar/SidebarView.axaml | 20 ++--- .../StartupWizard/Steps/FinishStep.axaml | 16 ++-- .../StartupWizard/Steps/WelcomeStep.axaml | 16 ++-- .../NodeScriptWindowView.axaml | 4 +- .../Screens/VisualScripting/NodeView.axaml | 8 +- .../CurrentUser/CurrentUserView.axaml | 8 +- .../List/EntryListItemVerticalView.axaml | 76 +++++++++++++++++++ .../List/EntryListItemVerticalView.axaml.cs | 14 ++++ .../List/EntryListItemVerticalViewModel.cs | 13 ++++ .../Workshop/Home/WorkshopHomeView.axaml | 32 ++++++-- .../Workshop/Home/WorkshopHomeViewModel.cs | 43 ++++++++++- .../Library/SubmissionManagementView.axaml | 4 +- .../SubmissionWizard/ReleaseWizardView.axaml | 4 +- .../Steps/Layout/LayoutInfoStepView.axaml | 4 +- .../ProfileAdaptionHintsStepView.axaml | 4 +- .../SubmissionWizardView.axaml | 4 +- src/Artemis.UI/Styles/Artemis.axaml | 2 +- .../Queries/GetEntries.graphql | 17 ++--- src/Artemis.WebClient.Workshop/schema.graphql | 27 ++++++- src/Artemis.sln.DotSettings | 1 + src/Directory.Packages.props | 42 +++++----- 37 files changed, 382 insertions(+), 205 deletions(-) create mode 100644 src/Artemis.UI/Screens/Workshop/Entries/List/EntryListItemVerticalView.axaml create mode 100644 src/Artemis.UI/Screens/Workshop/Entries/List/EntryListItemVerticalView.axaml.cs create mode 100644 src/Artemis.UI/Screens/Workshop/Entries/List/EntryListItemVerticalViewModel.cs diff --git a/src/Artemis.UI.Shared/Styles/BrokenState.axaml b/src/Artemis.UI.Shared/Styles/BrokenState.axaml index 65ef465c0..c28d4bca2 100644 --- a/src/Artemis.UI.Shared/Styles/BrokenState.axaml +++ b/src/Artemis.UI.Shared/Styles/BrokenState.axaml @@ -3,18 +3,17 @@ xmlns:controls="clr-namespace:FluentAvalonia.UI.Controls;assembly=FluentAvalonia" xmlns:avalonia="clr-namespace:Material.Icons.Avalonia;assembly=Material.Icons.Avalonia"> - - + - + - - \ No newline at end of file diff --git a/src/Artemis.UI.Shared/Styles/Button.axaml b/src/Artemis.UI.Shared/Styles/Button.axaml index 12863d150..41b7529c0 100644 --- a/src/Artemis.UI.Shared/Styles/Button.axaml +++ b/src/Artemis.UI.Shared/Styles/Button.axaml @@ -25,14 +25,14 @@ HyperlinkButton.icon-button - + - + HyperlinkButton.icon-button icon-button-small - + - + Button.window-button @@ -93,7 +93,7 @@ - @@ -113,24 +113,24 @@ - - - - - - - - + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Artemis.UI.Shared/Styles/Controls/DataModelPicker.axaml b/src/Artemis.UI.Shared/Styles/Controls/DataModelPicker.axaml index 18df7201a..d4cd0f731 100644 --- a/src/Artemis.UI.Shared/Styles/Controls/DataModelPicker.axaml +++ b/src/Artemis.UI.Shared/Styles/Controls/DataModelPicker.axaml @@ -51,7 +51,7 @@ RowDefinitions="*,*"> Welcome to the data model picker Select a value from the data model below - Learn more + Learn more diff --git a/src/Artemis.UI/Controls/SplitMarkdownEditor.axaml b/src/Artemis.UI/Controls/SplitMarkdownEditor.axaml index 50f2d0dc2..a84b7d6ed 100644 --- a/src/Artemis.UI/Controls/SplitMarkdownEditor.axaml +++ b/src/Artemis.UI/Controls/SplitMarkdownEditor.axaml @@ -17,7 +17,7 @@