(rooms) show an invite dialog when creating a room

for now the dialog appears as a regular dialog with an overlay and all,
would be better as less intrusive. but good as is as a first step
This commit is contained in:
Emmanuel Pelletier
2024-07-26 11:02:32 +02:00
parent c3617fc005
commit 8587574fcd
12 changed files with 164 additions and 11 deletions
+6 -1
View File
@@ -6,5 +6,10 @@
"micLabel": "",
"userLabel": ""
},
"leaveRoomPrompt": ""
"leaveRoomPrompt": "",
"shareDialog": {
"copy": "",
"heading": "",
"inputLabel": ""
}
}