Fix spinner

This commit is contained in:
2026-08-05 08:59:46 +02:00
parent cece61afbe
commit 80e7493d82
10 changed files with 11 additions and 11 deletions
@@ -5,7 +5,7 @@ div(*ngIf="open || !canClose")
span.text-muted.ml-1
| ({{date ? date.label : 'none'}})
span.text-muted.ml-1(*ngIf="loading")
fa-icon([icon]="spinnerIcon" [spin]="true")
fa-icon([icon]="spinnerIcon" animation="spin")
.form-inline
ng-content
form.d-inline-block((submit)="searchChat(searchInput.value)")