mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-20 16:52:57 +00:00
Fixed profile selection visual bug and improved footer alignment in assistants
This commit is contained in:
parent
22aacff717
commit
2f09ea3913
@ -71,7 +71,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</ChildContent>
|
</ChildContent>
|
||||||
<FooterContent>
|
<FooterContent>
|
||||||
<MudStack Row="@true" Wrap="Wrap.Wrap" Class="ma-1">
|
<MudStack Row="@true" Wrap="Wrap.Wrap" AlignItems="AlignItems.Center" StretchItems="StretchItems.None" Class="ma-1">
|
||||||
|
|
||||||
@if (!this.FooterButtons.Any(x => x.Type is ButtonTypes.SEND_TO))
|
@if (!this.FooterButtons.Any(x => x.Type is ButtonTypes.SEND_TO))
|
||||||
{
|
{
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
<MudIconButton Icon="@Icons.Material.Filled.Person4" />
|
<MudIconButton Size="Size.Small" Icon="@Icons.Material.Filled.Person4" />
|
||||||
}
|
}
|
||||||
</ActivatorContent>
|
</ActivatorContent>
|
||||||
<ChildContent>
|
<ChildContent>
|
||||||
|
@ -5,4 +5,5 @@
|
|||||||
- Added support for self-hosted LLMs using [vLLM](https://blog.vllm.ai/2023/06/20/vllm.html).
|
- Added support for self-hosted LLMs using [vLLM](https://blog.vllm.ai/2023/06/20/vllm.html).
|
||||||
- Improved the display of enterprise configurations on the about page; configuration details are only shown when needed.
|
- Improved the display of enterprise configurations on the about page; configuration details are only shown when needed.
|
||||||
- Improved hot reloading on Unix-like systems when entire plugins were added or removed.
|
- Improved hot reloading on Unix-like systems when entire plugins were added or removed.
|
||||||
- Improved the German translation.
|
- Improved the German translation.
|
||||||
|
- Fixed a visual bug in all assistants that occurred when no profile was selected.
|
Loading…
Reference in New Issue
Block a user