mirror of
https://github.com/syncthing/syncthing.git
synced 2026-09-12 22:19:17 -04:00
fix(gui): add accessible labels to buttons in Edit Device modal (fixes #10873) Currently, the buttons show text on mouse hover or keyboard focus, but they are inaccessible to screen readers due to a lack of any readable labels. However, there is not enough space to add full-length textual labels that would be visible to everyone. Therefore, add only aria labels for screen readers, while keyboard and mouse users can still learn their function via the tooltips. Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com> Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com>