mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-27 04:00:37 +00:00
6a17e4cc0c
Addresses reviewer feedback on #524 — the compress affordance was only reachable via hover (desktop). Mobile users can now tap the context ring button to toggle the tooltip and access the compress button. - CSS: add .ctx-tooltip-active class with opacity + pointer-events - JS: tap-to-toggle handler on ctxIndicator with outside-click dismiss - aria-hidden toggled correctly for accessibility Ref: #1223 review comment