refacto: handling of smallest screen size as a whiteboard info

* Also started a bit of config handling cleaning
This commit is contained in:
Florent Chehab
2020-05-10 16:43:11 +02:00
parent 685caffd43
commit 4476ce3284
7 changed files with 153 additions and 105 deletions

View File

@@ -254,6 +254,7 @@
<div id="whiteboardInfoContainer">
<p><b>Whiteboard information:</b></p>
<p># connected users: <i id="connectedUsersCount">0</i></p>
<p>Smallest screen resolution: <i id="smallestScreenResolution">Unknown.</i></p>
<p># msg. sent to server: <i id="messageSentCount">0</i></p>
<p># msg. received from server: <i id="messageReceivedCount">0</i></p>
</div>