🚸(room) prevent user from misclicking out of a meeting

now clicking on the header homepage link asks for confirmation when on
the route page.

this is quick and dirty, using browser confirm ui, and not making a
difference between join page and conference page, but it'll do for now
This commit is contained in:
Emmanuel Pelletier
2024-07-25 15:03:03 +02:00
parent 668523aa8b
commit a35a4ffbec
5 changed files with 39 additions and 5 deletions
+2 -1
View File
@@ -5,5 +5,6 @@
"joinLabel": "",
"micLabel": "",
"userLabel": ""
}
},
"leaveRoomPrompt": ""
}