users: add shift-u alphabetical list with per-user listen volume controls

This commit is contained in:
Jage9
2026-02-22 19:15:03 -05:00
parent 590e33d374
commit fe230bd53d
8 changed files with 120 additions and 4 deletions

View File

@@ -36,6 +36,10 @@
"keys": "U",
"description": "Speak connected users"
},
{
"keys": "Shift+U",
"description": "List users alphabetically; Left/Right adjusts selected user volume"
},
{
"keys": "Slash",
"description": "Start chat"

View File

@@ -1,5 +1,5 @@
// Maintainer-controlled web client version.
// Format: YYYY.MM.DD Rn (example: 2026.02.20 R2)
window.CHGRID_WEB_VERSION = "2026.02.22 R170";
window.CHGRID_WEB_VERSION = "2026.02.22 R171";
// Optional display timezone for timestamps. Falls back to America/Detroit if unset/invalid.
window.CHGRID_TIME_ZONE = "America/Detroit";