From 300f93ffc242cf639c75292b7faf89da89e41693 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 5 Jan 2025 14:01:39 +0100 Subject: [PATCH] Refactored ERI server assistant settings --- .../Settings/SettingsPanelERIServer.razor | 19 +++++++++++++++++++ .../Settings/SettingsPanelERIServer.razor.cs | 3 +++ app/MindWork AI Studio/Pages/Settings.razor | 18 +----------------- 3 files changed, 23 insertions(+), 17 deletions(-) create mode 100644 app/MindWork AI Studio/Components/Settings/SettingsPanelERIServer.razor create mode 100644 app/MindWork AI Studio/Components/Settings/SettingsPanelERIServer.razor.cs diff --git a/app/MindWork AI Studio/Components/Settings/SettingsPanelERIServer.razor b/app/MindWork AI Studio/Components/Settings/SettingsPanelERIServer.razor new file mode 100644 index 00000000..62d2fd0c --- /dev/null +++ b/app/MindWork AI Studio/Components/Settings/SettingsPanelERIServer.razor @@ -0,0 +1,19 @@ +@using AIStudio.Settings +@inherits SettingsPanelBase + + + + + + + + + Most ERI server options can be customized and saved directly in the ERI server assistant. + For this, the ERI server assistant has an auto-save function. + + + + Switch to ERI server assistant + + + \ No newline at end of file diff --git a/app/MindWork AI Studio/Components/Settings/SettingsPanelERIServer.razor.cs b/app/MindWork AI Studio/Components/Settings/SettingsPanelERIServer.razor.cs new file mode 100644 index 00000000..0e01ed2f --- /dev/null +++ b/app/MindWork AI Studio/Components/Settings/SettingsPanelERIServer.razor.cs @@ -0,0 +1,3 @@ +namespace AIStudio.Components.Settings; + +public partial class SettingsPanelERIServer : SettingsPanelBase; \ No newline at end of file diff --git a/app/MindWork AI Studio/Pages/Settings.razor b/app/MindWork AI Studio/Pages/Settings.razor index 9347c4f6..14383336 100644 --- a/app/MindWork AI Studio/Pages/Settings.razor +++ b/app/MindWork AI Studio/Pages/Settings.razor @@ -334,23 +334,7 @@ - - - - - - - - Most ERI server options can be customized and saved directly in the ERI server assistant. - For this, the ERI server assistant has an auto-save function. - - - - Switch to ERI server assistant - - - - +