fix(a11y): updating progress info when navigating with screen readers (#3182)

Also add some missing button labels for screen readers
This commit is contained in:
Huang Xin
2026-02-06 15:43:03 +08:00
committed by GitHub
parent 681e065ac4
commit fe9603ffb8
42 changed files with 568 additions and 129 deletions
@@ -28,6 +28,7 @@ const AnnotationToolButton: React.FC<AnnotationToolButtonProps> = ({
>
<button
onClick={handleClick}
aria-label={tooltipText}
className={clsx(
'flex h-8 min-h-8 w-8 items-center justify-center p-0',
disabled