Improved provider dialog with better input handling for API keys

This commit is contained in:
Thorsten Sommer 2025-04-24 11:35:58 +02:00
parent 1f1512898d
commit 4f034d48d7
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@
AdornmentIcon="@Icons.Material.Filled.VpnKey" AdornmentIcon="@Icons.Material.Filled.VpnKey"
AdornmentColor="Color.Info" AdornmentColor="Color.Info"
InputType="InputType.Password" InputType="InputType.Password"
Immediate="true"
Validation="@this.providerValidation.ValidatingAPIKey"/> Validation="@this.providerValidation.ValidatingAPIKey"/>
} }

View File

@ -3,5 +3,5 @@
- Changed the terminology from "temporary chats" to "disappearing chats" in the UI. This makes it clearer to understand the purpose of these chats. - Changed the terminology from "temporary chats" to "disappearing chats" in the UI. This makes it clearer to understand the purpose of these chats.
- Improved the hot reloading of the plugin system to prevent overlapping reloads. - Improved the hot reloading of the plugin system to prevent overlapping reloads.
- Improved the app behavior when the user system was waked up from sleep mode. - Improved the app behavior when the user system was waked up from sleep mode.
- Improved the model selection on the provider dialog. - Improved the provider dialog with better input handling for API keys and an optimized model selection.
- Fixed the color for the update notification button to match the color theme. - Fixed the color for the update notification button to match the color theme.