@@ -136,6 +166,40 @@
bind:value={newRoomGroup}
options={[{ value: 'living', label: 'Wohnbereiche' }, { value: 'functional', label: 'Funktionsräume' }, { value: 'outdoor', label: 'Außen & Nebenbereiche' }]}
/>
+
+
+
Icon
+
+ {#each ROOM_ICONS as ic}
+
+ {/each}
+
+
+
+
+
Farbe
+
+ {#each ROOM_COLORS as col}
+
+ {/each}
+
+
+
+
+
+ {newRoomName || 'Vorschau'}
+
@@ -145,6 +209,55 @@
{/if}
+
+{#if appearanceRoom}
+
+
+
Icon & Farbe — {appearanceRoom.name}
+
+
+
+
Icon
+
+ {#each ROOM_ICONS as ic}
+
+ {/each}
+
+
+
+
+
Farbe
+
+ {#each ROOM_COLORS as col}
+
+ {/each}
+
+
+
+
+
+ {appearanceRoom.name}
+
+
+
+
+
+
+
+
+{/if}
+
{#if deleteTarget}