Add room policy indicator

This commit is contained in:
Jon Staab
2025-11-05 16:59:17 -08:00
parent a52c2b4c3c
commit 41d50d8c28
8 changed files with 146 additions and 25 deletions
+3 -1
View File
@@ -4,4 +4,6 @@
const {url, h} = $props()
</script>
{$roomsById.get(makeRoomId(url, h))?.name || h}
<span class="ellipsize">
{$roomsById.get(makeRoomId(url, h))?.name || h}
</span>