style: Now uses template files

This commit is contained in:
2026-03-01 14:53:47 +01:00
parent 8c551a90f4
commit d88a476f15
36 changed files with 2089 additions and 2103 deletions

View File

@@ -752,7 +752,7 @@ export class ChatMessagesComponent implements AfterViewChecked, OnInit, OnDestro
const safeHtml = DOMPurify.sanitize(container.innerHTML);
return this.sanitizer.bypassSecurityTrustHtml(safeHtml);
}
// Resolve images marked for CSP-safe loading by converting to blob URLs
private async loadCspImages(): Promise<void> {
const root = this.messagesContainer?.nativeElement;