From 400174d61896621f34036054ec003fff565a62b6 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 7 Jul 2026 16:02:59 -0400 Subject: [PATCH] Moved disable microphone into the menu you get when clicking on your own name. --- skald.md | 6 ++++-- static/skald.css | 4 ++-- static/skald.html | 5 ----- static/skald.js | 14 ++++++-------- webserver/static_accessibility_test.go | 20 ++++++++++++++++++++ 5 files changed, 32 insertions(+), 17 deletions(-) diff --git a/skald.md b/skald.md index 16984e9..4dbd5fd 100644 --- a/skald.md +++ b/skald.md @@ -37,11 +37,13 @@ controls expose the user list, chat, and settings. ### Buttons -There are up to three buttons at the top. The most important is the -*Enable*/*Disable* button, which switches the microphone on or off. +There are up to two buttons at the top. *Enable* starts the microphone +when no local microphone stream is active. The *Mute* button mutes or unmutes the microphone; the microphone can be muted remotely by the hall moderator, but it cannot be unmuted remotely. +To stop and release the local microphone stream, use *Turn microphone off* +from the menu opened from your own name. ### Side menu diff --git a/static/skald.css b/static/skald.css index 71e055b..767295f 100644 --- a/static/skald.css +++ b/static/skald.css @@ -705,7 +705,7 @@ h1 { vertical-align: middle; } -#presentbutton, #unpresentbutton { +#presentbutton { white-space: nowrap; margin-right: 0.4em; margin-top: .1em; @@ -1112,7 +1112,7 @@ header .collapse:hover { @media only screen and (max-width: 1024px) { - #presentbutton, #unpresentbutton { + #presentbutton { width: auto; } .nav-link { diff --git a/static/skald.html b/static/skald.html index 9c6c0a4..f9013b1 100644 --- a/static/skald.html +++ b/static/skald.html @@ -40,11 +40,6 @@ Enable -
  • - -