diff --git a/app/MindWork AI Studio/Components/Settings/SettingsPanelEmbeddings.razor b/app/MindWork AI Studio/Components/Settings/SettingsPanelEmbeddings.razor index 90d208c9..a3f38bb4 100644 --- a/app/MindWork AI Studio/Components/Settings/SettingsPanelEmbeddings.razor +++ b/app/MindWork AI Studio/Components/Settings/SettingsPanelEmbeddings.razor @@ -22,7 +22,7 @@ - + # @@ -39,15 +39,15 @@ - - @T("Open Dashboard") - - - @T("Edit") - - - @T("Delete") - + + + + + + + + + diff --git a/app/MindWork AI Studio/Components/Settings/SettingsPanelProfiles.razor b/app/MindWork AI Studio/Components/Settings/SettingsPanelProfiles.razor index 4c488ffb..aca9c310 100644 --- a/app/MindWork AI Studio/Components/Settings/SettingsPanelProfiles.razor +++ b/app/MindWork AI Studio/Components/Settings/SettingsPanelProfiles.razor @@ -15,7 +15,7 @@ - + # @@ -27,12 +27,12 @@ @context.Name - - @T("Edit") - - - @T("Delete") - + + + + + + diff --git a/app/MindWork AI Studio/Components/Settings/SettingsPanelProviders.razor b/app/MindWork AI Studio/Components/Settings/SettingsPanelProviders.razor index 573c85ea..1ec52625 100644 --- a/app/MindWork AI Studio/Components/Settings/SettingsPanelProviders.razor +++ b/app/MindWork AI Studio/Components/Settings/SettingsPanelProviders.razor @@ -16,7 +16,7 @@ - + # @@ -44,16 +44,16 @@ } - - - @T("Open Dashboard") - - - @T("Edit") - - - @T("Delete") - + + + + + + + + + + diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.44.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.44.md index a7393c47..ad04d4c9 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.44.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.44.md @@ -1,5 +1,6 @@ # v0.9.44, build 219 (2025-05-xx xx:xx UTC) - Improved compatibility with certain Ubuntu linux versions regarding desktop integration. +- Improved the table views for providers, embeddings, and profiles by displaying actions as icons with tooltips. - Improved localization code & German translation. - Fixed a bug with text fields when their content was read live. This issue caused the user interface to refresh too frequently, resulting in increased energy consumption. - Fixed an issue that caused live translation to stop working.