From 7e56fc50301c441540941491ab4657976099d7fa Mon Sep 17 00:00:00 2001 From: akane <107654710+genericness@users.noreply.github.com> Date: Sat, 21 Mar 2026 11:56:34 -0700 Subject: [PATCH] fix(ui): command palette accessibility, theme handling, and edge cases --- index.html | 7 ++++++- js/commandPalette.js | 31 ++++++++++++++++++++++++++----- styles.css | 1 + 3 files changed, 33 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 4ef6d04..9af8e98 100644 --- a/index.html +++ b/index.html @@ -1505,10 +1505,15 @@ placeholder="Search commands, music, settings..." autocomplete="off" spellcheck="false" + aria-label="Command palette search" + role="combobox" + aria-expanded="true" + aria-controls="command-palette-results" + aria-autocomplete="list" /> ESC -
+