feat: server image

This commit is contained in:
2026-04-29 18:54:08 +02:00
parent 3d81c34159
commit e1ac1d1bc0
27 changed files with 1340 additions and 615 deletions
@@ -43,8 +43,8 @@
<div class="h-full w-full overflow-hidden rounded-[inherit]">
@if (room.icon) {
<img
[ngSrc]="room.icon"
[alt]="room.name"
[src]="room.icon"
[alt]="room.name + ' icon'"
class="h-full w-full object-cover"
/>
} @else {