added frontend for friendships, and fixed logic around conflicts

This commit is contained in:
2025-12-18 13:36:03 +01:00
parent 2572db7a24
commit 2e2e9a76f9
5 changed files with 233 additions and 0 deletions

View File

@@ -7,6 +7,9 @@
<CreateRoomModal v-if="showCreate" @close="showCreate = false" @created="rooms.push($event)" />
<router-link to="/friendlist">
to friendlist
</router-link>
<ul class="rooms-list">
<li v-for="room in rooms" :key="room.uuid" class="room-item">