diff --git a/src/components/PurgeRoomDialog.vue b/src/components/PurgeRoomDialog.vue new file mode 100644 index 0000000..f43be6a --- /dev/null +++ b/src/components/PurgeRoomDialog.vue @@ -0,0 +1,90 @@ + + + + + lock + Purge room? + + This operation will close the room for all members. It cannot be + undone. + + + + + + Cancel + + + Purge room + + + + + + + + + \ No newline at end of file diff --git a/src/components/RoomInfo.vue b/src/components/RoomInfo.vue index 9bb0802..68e844e 100644 --- a/src/components/RoomInfo.vue +++ b/src/components/RoomInfo.vue @@ -63,6 +63,15 @@