Added an indicator for the current and maximal length of the provider instance name

This commit is contained in:
Thorsten Sommer 2024-09-08 17:06:01 +02:00
parent cfe673329e
commit ffaffb50db
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,9 @@
@bind-Text="@this.DataInstanceName"
Label="Instance Name"
Class="mb-3"
MaxLength="40"
Counter="40"
Immediate="@true"
Adornment="Adornment.Start"
AdornmentIcon="@Icons.Material.Filled.Lightbulb"
AdornmentColor="Color.Info"

View File

@ -1,5 +1,6 @@
# v0.9.7, build 182 (2024-09-09 xx:xx UTC)
- Added an introductory description to the provider settings.
- Added an indicator for the current and maximal length of the provider instance name.
- Fixed the bug that the model name for Fireworks was not loaded when editing the provider settings.
- Improved hyphenation for continuous text so that the rules of the respective language are taken into account where possible.
- Improved the rules for provider names: unnecessary restrictions from earlier versions have been removed. You can now use emojis in your provider names when you like.