auto-subs icon indicating copy to clipboard operation
auto-subs copied to clipboard

bugfix: Invalid link and button nesting causing double focus

Open TobiasWust opened this issue 1 year ago • 1 comments

I saw, that if I tab through the window each Link/Button on the left was focused twiced.

That whas caused, because there's a and a

To fix the issue I used radix-ui's Slot-feature.

Before: Screenshot 2025-01-26 at 21 51 18 Ugly focus inbetween

After: Screenshot 2025-01-26 at 21 51 53 immediatly the pretty focus

TobiasWust avatar Jan 26 '25 20:01 TobiasWust

I also changed the aria-label of the first menuitem to be the same as the tooltip-text

TobiasWust avatar Jan 26 '25 21:01 TobiasWust

closing this because of release of v3

TobiasWust avatar Aug 12 '25 08:08 TobiasWust