mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-09-13 06:30:43 +00:00
Added shortcut to start new chat in a workspace
This commit is contained in:
parent
b4c3abd6b0
commit
0e348f7e9a
@ -72,6 +72,10 @@ else
|
|||||||
@treeItem.Text
|
@treeItem.Text
|
||||||
</MudText>
|
</MudText>
|
||||||
<div style="justify-self: end;">
|
<div style="justify-self: end;">
|
||||||
|
<MudTooltip Text="@T("Add chat")" Placement="@WORKSPACE_ITEM_TOOLTIP_PLACEMENT">
|
||||||
|
<MudIconButton Icon="@Icons.Material.Filled.AddComment" Size="Size.Medium" Color="Color.Inherit" OnClick="@(() => this.AddChatAsync(treeItem.Path))"/>
|
||||||
|
</MudTooltip>
|
||||||
|
|
||||||
<MudTooltip Text="@T("Rename")" Placement="@WORKSPACE_ITEM_TOOLTIP_PLACEMENT">
|
<MudTooltip Text="@T("Rename")" Placement="@WORKSPACE_ITEM_TOOLTIP_PLACEMENT">
|
||||||
<MudIconButton Icon="@Icons.Material.Filled.Edit" Size="Size.Medium" Color="Color.Inherit" OnClick="@(() => this.RenameWorkspaceAsync(treeItem.Path))"/>
|
<MudIconButton Icon="@Icons.Material.Filled.Edit" Size="Size.Medium" Color="Color.Inherit" OnClick="@(() => this.RenameWorkspaceAsync(treeItem.Path))"/>
|
||||||
</MudTooltip>
|
</MudTooltip>
|
||||||
|
|||||||
@ -3,5 +3,6 @@
|
|||||||
- Added support for managed custom root certificate bundles and host allowlists for external HTTPS requests, helping Flatpak deployments connect to organization-internal services with private root CAs while keeping built-in cloud provider endpoints on system trust.
|
- Added support for managed custom root certificate bundles and host allowlists for external HTTPS requests, helping Flatpak deployments connect to organization-internal services with private root CAs while keeping built-in cloud provider endpoints on system trust.
|
||||||
- Added support for reading enterprise policy files from a Flatpak provisioning extension.
|
- Added support for reading enterprise policy files from a Flatpak provisioning extension.
|
||||||
- Added startup path and Linux package type details to the information page to make support easier.
|
- Added startup path and Linux package type details to the information page to make support easier.
|
||||||
|
- Improved workspaces by adding a shortcut to start a new chat directly from each workspace row.
|
||||||
- Improved the enterprise configuration details on the information page by showing where each configuration comes from and which configuration slot was used.
|
- Improved the enterprise configuration details on the information page by showing where each configuration comes from and which configuration slot was used.
|
||||||
- Upgraded dependencies.
|
- Upgraded dependencies.
|
||||||
Loading…
Reference in New Issue
Block a user