File tree Expand file tree Collapse file tree
account/WebApp/shared/translations/locale
back-office/WebApp/shared/translations/locale
main/WebApp/shared/translations/locale
shared-webapp/ui/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1240,6 +1240,9 @@ msgstr "Tilmeld dig med Google"
12401240msgid "Signup verification code"
12411241msgstr "Tilmeldingsbekræftelseskode"
12421242
1243+ msgid "Skip to main content"
1244+ msgstr "Spring til hovedindhold"
1245+
12431246msgid "SLA"
12441247msgstr "SLA"
12451248
Original file line number Diff line number Diff line change @@ -1240,6 +1240,9 @@ msgstr "Sign up with Google"
12401240msgid "Signup verification code"
12411241msgstr "Signup verification code"
12421242
1243+ msgid "Skip to main content"
1244+ msgstr "Skip to main content"
1245+
12431246msgid "SLA"
12441247msgstr "SLA"
12451248
Original file line number Diff line number Diff line change @@ -146,6 +146,9 @@ msgstr "Vis detaljer"
146146msgid "Show more"
147147msgstr "Vis flere"
148148
149+ msgid "Skip to main content"
150+ msgstr "Spring til hovedindhold"
151+
149152msgid "Something went wrong"
150153msgstr "Noget gik galt"
151154
Original file line number Diff line number Diff line change @@ -146,6 +146,9 @@ msgstr "Show details"
146146msgid "Show more"
147147msgstr "Show more"
148148
149+ msgid "Skip to main content"
150+ msgstr "Skip to main content"
151+
149152msgid "Something went wrong"
150153msgstr "Something went wrong"
151154
Original file line number Diff line number Diff line change @@ -1482,6 +1482,9 @@ msgstr "Enkelt-udfoldning vs multi-udfoldning"
14821482msgid "Skeleton"
14831483msgstr "Skelet"
14841484
1485+ msgid "Skip to main content"
1486+ msgstr "Spring til hovedindhold"
1487+
14851488msgid "Slider (range)"
14861489msgstr ""
14871490
Original file line number Diff line number Diff line change @@ -1482,6 +1482,9 @@ msgstr "Single-expand vs multi-expand"
14821482msgid "Skeleton"
14831483msgstr "Skeleton"
14841484
1485+ msgid "Skip to main content"
1486+ msgstr "Skip to main content"
1487+
14851488msgid "Slider (range)"
14861489msgstr "Slider (range)"
14871490
Original file line number Diff line number Diff line change @@ -240,6 +240,12 @@ function SidebarProvider({
240240 ) }
241241 { ...props }
242242 >
243+ { /* Keyboard users can jump past the sidebar to #main-content (set by AppLayout). */ }
244+ < Button
245+ render = { < a href = "#main-content" > { t `Skip to main content` } </ a > }
246+ className = "absolute top-4 left-4 z-[100] -translate-y-[200%] focus-visible:translate-y-0"
247+ />
248+
243249 { children }
244250 </ div >
245251 </ TooltipProvider >
You can’t perform that action at this time.
0 commit comments