diff --git a/src/assets/translations/en.json b/src/assets/translations/en.json index f922d0b..9dc50eb 100644 --- a/src/assets/translations/en.json +++ b/src/assets/translations/en.json @@ -383,7 +383,11 @@ "message_history_warning": "warning: Full message history will be visible to new participants", "report": "Report", "report_info": "Report this room to service administrators for illegal, abusive or otherwise harmful content", - "report_reason": "Reason" + "report_reason": "Reason", + "confirm_make_admin": "Do you want to make this user an administrator?", + "confirm_make_moderator": "Do you want to make this user a moderator?", + "confirm_revoke_moderator": "Do you want to remove moderator rights from this user?", + "confirm_ban": "Do you want to kick this user from the room?" }, "room_info_sheet": { "this_room": "This room", diff --git a/src/components/ConfirmationDialog.vue b/src/components/ConfirmationDialog.vue new file mode 100644 index 0000000..ab275e4 --- /dev/null +++ b/src/components/ConfirmationDialog.vue @@ -0,0 +1,37 @@ + + diff --git a/src/components/LeaveRoomDialog.vue b/src/components/LeaveRoomDialog.vue index 3f5e1cf..0998ee8 100644 --- a/src/components/LeaveRoomDialog.vue +++ b/src/components/LeaveRoomDialog.vue @@ -3,6 +3,7 @@ v-model="showDialog" class="ma-0 pa-0" :width="$vuetify.display.smAndUp ? '688px' : '95%'" + scroll-strategy="none" >