Enhancement: customizable icons for saved views (#13388)

This commit is contained in:
shamoon
2026-08-12 19:03:24 +00:00
committed by GitHub
parent 879cd4a30a
commit e150c8c7c0
21 changed files with 398 additions and 9 deletions
@@ -8,7 +8,12 @@
<i-bs name="grip-vertical"></i-bs>
</div>
}
<h6 class="card-title mb-0">{{title()}}</h6>
<h6 class="card-title mb-0">
@if (titleIcon()) {
<i-bs class="me-2" [name]="titleIcon()"></i-bs>
}
{{title()}}
</h6>
<ng-content select="[title-badge]"></ng-content>
@if (badge() !== null && badge() !== undefined) {
<span class="badge bg-info text-dark ms-2">{{badge()}}</span>