mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Cleanup
This commit is contained in:
parent
13da3ba3f4
commit
dee77df5f6
@ -1,6 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="add-chat-room-by-user-search">
|
<div class="add-chat-room-by-user-search">
|
||||||
<!-- Wolle -->
|
|
||||||
<ds-flex class="headline">
|
<ds-flex class="headline">
|
||||||
<h2 class="title">{{ $t('chat.addRoomHeadline') }}</h2>
|
<h2 class="title">{{ $t('chat.addRoomHeadline') }}</h2>
|
||||||
<base-button class="close-button" icon="close" circle @click="closeUserSearch"/>
|
<base-button class="close-button" icon="close" circle @click="closeUserSearch"/>
|
||||||
|
|||||||
@ -6,7 +6,6 @@
|
|||||||
@add-chat-room="addChatRoom"
|
@add-chat-room="addChatRoom"
|
||||||
@close-user-search="showUserSearch = false"
|
@close-user-search="showUserSearch = false"
|
||||||
/>
|
/>
|
||||||
<!-- Wolle :chatRooms="chatRooms" -->
|
|
||||||
<ds-space margin-bottom="small" />
|
<ds-space margin-bottom="small" />
|
||||||
<chat
|
<chat
|
||||||
:roomId="getShowChat.showChat ? getShowChat.roomID : null"
|
:roomId="getShowChat.showChat ? getShowChat.roomID : null"
|
||||||
@ -30,7 +29,6 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
showUserSearch: false,
|
showUserSearch: false,
|
||||||
// excludeUsers: [] // Wolle
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user