added frontend for friendships, and fixed logic around conflicts
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user