diff options
| author | RblSb <msrblsb@gmail.com> | 2025-01-24 08:42:34 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2025-01-24 19:37:02 +0300 |
| commit | 6ead98595d71afba9d11d3300756b46f18fd6bda (patch) | |
| tree | d087094f9a124a31adad290a5040a8f7d4902186 /res/index.html | |
| parent | a843ae530b07b92fc7341754b4722cdcb8dfb831 (diff) | |
Add server pause when leader disconnects
Diffstat (limited to 'res/index.html')
| -rw-r--r-- | res/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/index.html b/res/index.html index fa4acde..47be463 100644 --- a/res/index.html +++ b/res/index.html @@ -151,6 +151,7 @@ <button id="userlisttoggle" title="${toggleUserList}"> <ion-icon name="chevron-down"></ion-icon> <span id="usercount">${connection}...</span> + <ion-icon id="pause-indicator-portrait" name="play" style="display: none;"></ion-icon> </button> <span> <button id="leader_btn" class="unselectable" title="${leaderDesc}">${leader}</button> @@ -195,6 +196,7 @@ <!-- Messages --> <div id="messagebuffer" style="flex-direction: column-reverse;"></div> <div id="chat-inputs-wrapper"> + <div id="dynamic-chin" class="collapsed" style="display: none;"></div> <button id="scroll-to-chat-end" style="display: none; opacity: 0;" class="active"> <ion-icon name="arrow-down" role="img" class="md hydrated"></ion-icon> </button> |
