From 00ec504beb6871bb38e31069afed70e3803841e9 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 03:46:30 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Add=20keyboard=20?= =?UTF-8?q?shortcut=20(D)=20for=20Dashboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated `#dashboardBtn` title in `index.html` to include shortcut hint "(D)". - Implemented 'D' key listener in `js/app.js` to toggle the Dashboard panel. - Ensured shortcut respects input focus guard to prevent accidental triggers while typing. - Added automated verification test in `tests/shortcut.spec.js`. Co-authored-by: ruhdevops <203426218+ruhdevops@users.noreply.github.com> --- index.html | 2 +- js/app.js | 9 +++++++++ tests/shortcut.spec.js | 16 +++++++++++++++- tests/verify_ux.spec.js | 1 - 4 files changed, 25 insertions(+), 3 deletions(-) delete mode 100644 tests/verify_ux.spec.js diff --git a/index.html b/index.html index dda1d88..ea181e4 100644 --- a/index.html +++ b/index.html @@ -92,7 +92,7 @@