fix(web): a11y labelling — useId, named drawer/breadcrumb, translated combobox (#62)

This commit is contained in:
2026-06-08 19:00:28 +02:00
parent 546680017d
commit 0def81ab42
9 changed files with 40 additions and 13 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export function ObjectDetailDrawer({
}}
swipeDirection="right"
>
<DrawerContent>
<DrawerContent aria-label={t("objects.detailTitle")}>
<div className="flex justify-end border-b p-2">
<DrawerClose
aria-label={t("actions.closeDetail")}