Remove static chooseRoom file, and use react-router instead.

This commit is contained in:
Håvar Aambø Fosstveit
2019-11-10 00:01:01 +01:00
parent 37bac2f650
commit daf661889d
9 changed files with 326 additions and 94 deletions
+3
View File
@@ -4,6 +4,7 @@
"socket.reconnected": "You are reconnected",
"socket.requestError": "Error on server request",
"room.chooseRoom": "Choose the name of the room you would like to join",
"room.cookieConsent": "This website uses cookies to enhance the user experience",
"room.joined": "You have joined the room",
"room.cantJoin": "Unable to join the room",
@@ -58,6 +59,8 @@
"tooltip.lobby": "Show lobby",
"tooltip.settings": "Show settings",
"label.roomName": "Room name",
"label.chooseRoomButton": "Continue",
"label.yourName": "Your name",
"label.newWindow": "New window",
"label.fullscreen": "Fullscreen",