diff --git a/app/MindWork AI Studio/Chat/ContentBlockComponent.razor b/app/MindWork AI Studio/Chat/ContentBlockComponent.razor index 52999549..8bb7b09f 100644 --- a/app/MindWork AI Studio/Chat/ContentBlockComponent.razor +++ b/app/MindWork AI Studio/Chat/ContentBlockComponent.razor @@ -16,55 +16,65 @@ - @if (this.Content.FileAttachments.Count > 0) - { - - - - - - } - @if (this.Content.Sources.Count > 0) - { - - - - - - } - @if (this.IsSecondToLastBlock && this.Role is ChatRole.USER && this.EditLastUserBlockFunc is not null) - { - - - - } - @if (this.IsLastContentBlock && this.Role is ChatRole.USER && this.EditLastBlockFunc is not null) - { - - - - } - @if (this.IsLastContentBlock && this.Role is ChatRole.AI && this.RegenerateFunc is not null) - { - - - - } - @if (this.RemoveBlockFunc is not null) - { - - - - } +
+ @if (this.Content.FileAttachments.Count > 0) + { + + + + + + } + @if (this.Content.Sources.Count > 0) + { + + + + + + } + @if (this.IsSecondToLastBlock && this.Role is ChatRole.USER && this.EditLastUserBlockFunc is not null) + { + + + + } + @if (this.IsLastContentBlock && this.Role is ChatRole.USER && this.EditLastBlockFunc is not null) + { + + + + } + @if (this.IsLastContentBlock && this.Role is ChatRole.AI && this.RegenerateFunc is not null) + { + + + + } + @if (this.RemoveBlockFunc is not null) + { + + + + } - @if (this.Role is ChatRole.AI) - { - - - - } - + @if (this.Role is ChatRole.AI) + { + + + + @T("Microsoft Word (.docx)") + + + + @T("OpenDocument Text (.odt)") + + + + + } +