From d14915fa865137274d818fd2635b4c1e851e8128 Mon Sep 17 00:00:00 2001 From: seonghobae <8172694+seonghobae@users.noreply.github.com> Date: Tue, 21 Jul 2026 14:28:40 +0000 Subject: [PATCH 1/2] feat(ui): add tooltips to score viewer buttons for better accessibility --- .Jules/palette.md | 4 ++++ apps/desktop/src/features/score/ScoreViewer.tsx | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.Jules/palette.md b/.Jules/palette.md index 5c1c1698..8b4eca03 100644 --- a/.Jules/palette.md +++ b/.Jules/palette.md @@ -37,3 +37,7 @@ ## 2026-07-02 - Inline clear buttons preserve focus **Learning:** Inline clear buttons often unmount immediately after clearing state, which can drop keyboard focus to the document body. **Action:** Move focus back to the owning input before clearing state, and cover the behavior with a DOM focus test. + +## 2024-07-21 - Visual Regression on Custom Buttons when migrating to aria-disabled +**Learning:** When updating native `