Move Peer Count to Title Bar | Make the count global to all rooms

This commit is contained in:
Raven Scott 2024-06-11 01:12:01 -04:00
parent 7ec2901165
commit 6eab069cc5

View File

@ -13,7 +13,7 @@
<body> <body>
<header> <header>
<pear-ctrl></pear-ctrl> <pear-ctrl></pear-ctrl>
<div id="linkup-text">LinkUp</div> <div id="linkup-text">LinkUp | Peers: <span id="peers-count">0</span></div>
</header> </header>
<main> <main>
<div id="sidebar"> <div id="sidebar">
@ -50,7 +50,6 @@
Topic: <span id="chat-room-topic"></span> Topic: <span id="chat-room-topic"></span>
</div> </div>
<div> <div>
Peers: <span id="peers-count">0</span>
</div> </div>
</div> </div>
<div id="user-list"> <div id="user-list">