add bypass link to the main block - Issue #1779

This commit is contained in:
Laurent GAY
2025-06-26 16:00:31 +02:00
parent 94594c14d4
commit 2306cb12ab
2 changed files with 9 additions and 3 deletions

View File

@@ -1,7 +1,13 @@
<template>
<div id="mobilizon">
<!-- <VueAnnouncer />
<VueSkipTo to="#main" :label="t('Skip to main content')" /> -->
<!-- <VueAnnouncer /> -->
<a
class="peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none"
href="#main"
>
<span class="block px-3 py-2">{{ t("Skip to main content") }}</span>
</a>
<NavBar />
<div v-if="isDemoMode">
<o-notification

View File

@@ -306,6 +306,7 @@
"Show the time when the event begins": "Show the time when the event begins",
"Show the time when the event ends": "Show the time when the event ends",
"Sign up": "Sign up",
"Skip to main content": "Skip to main content",
"Starts on…": "Starts on…",
"Status": "Status",
"Street": "Street",
@@ -1208,7 +1209,6 @@
"Resent confirmation email": "Resent confirmation email",
"Send password reset": "Send password reset",
"Email validate": "Email validate",
"Skip to main content": "Skip to main content",
"{timezoneLongName} ({timezoneShortName})": "{timezoneLongName} ({timezoneShortName})",
"Back to top": "Back to top",
"Powered by Mobilizon": "Powered by Mobilizon",