fix(a11y): close cross-app interaction gaps
CI and Deploy / test (pull_request) Successful in 4m54s
CI and Deploy / deploy (pull_request) Has been skipped

This commit is contained in:
cesnimda
2026-08-15 17:49:42 +02:00
parent deed948183
commit a7c25499bb
23 changed files with 224 additions and 61 deletions
@@ -90,7 +90,7 @@ export default function SavedViewsMenu({
return (
<>
<Tooltip title={t("savedViewsTooltip")}>
<IconButton size="small" onClick={(e) => setAnchor(e.currentTarget)}>
<IconButton size="small" aria-label={t("savedViewsTooltip")} onClick={(e) => setAnchor(e.currentTarget)}>
<BookmarkBorderIcon fontSize="small" />
</IconButton>
</Tooltip>
@@ -152,6 +152,7 @@ export default function SavedViewsMenu({
/>
<IconButton
size="small"
aria-label={`${t("attachmentsDelete")}: ${v.name}`}
onClick={(e) => {
e.preventDefault();
e.stopPropagation();