ref: improve handling for room destroyed events (#13591)

* ref: improve handling for room destroyed events

* add missing translation

* code review

* implement kick handling

* implement native handling

* fix tests

* code review changes

* add dialog testId

* fix end conf for react native

* fix lobby test

* add translation for lobby closing

---------

Co-authored-by: Gabriel Borlea <gabriel.borlea@8x8.com>
This commit is contained in:
Avram Tudor
2023-08-28 15:14:03 +03:00
committed by GitHub
parent 509cf661f5
commit 974e2a5106
18 changed files with 272 additions and 122 deletions

View File

@@ -96,6 +96,7 @@ const Dialog = ({
onCancel,
onSubmit,
size,
testId,
title,
titleKey
}: IDialogProps) => {
@@ -127,6 +128,7 @@ const Dialog = ({
onClose = { onClose }
size = { size }
submit = { submit }
testId = { testId }
title = { title }
titleKey = { titleKey }>
<div className = { classes.header }>