Accessibility: correction after return of HAN - #1784/#1824 + #1853

This commit is contained in:
Laurent GAY
2025-10-07 14:53:58 +02:00
parent 1d0ad20c91
commit 7219e25360

View File

@@ -50,21 +50,28 @@
/> />
</o-field> </o-field>
<o-field v-if="showUpcoming"> <o-field v-if="showUpcoming">
<o-checkbox v-model="showDrafts" :aria-label="t('Drafts')">{{ <o-checkbox
t("Drafts") id="drafts-checkbox"
}}</o-checkbox> name="drafts-checkbox"
</o-field> v-model="showDrafts"
<o-field v-if="showUpcoming"> />
<o-checkbox v-model="showAttending" :aria-label="t('Attending')">{{ <label for="drafts-checkbox">{{ t("Drafts") }}</label>
t("Attending")
}}</o-checkbox>
</o-field> </o-field>
<o-field v-if="showUpcoming"> <o-field v-if="showUpcoming">
<o-checkbox <o-checkbox
id="attending-checkbox"
name="attending-checkbox"
v-model="showAttending"
/>
<label for="attending-checkbox">{{ t("Attending") }}</label>
</o-field>
<o-field v-if="showUpcoming">
<o-checkbox
id="mygroup-checkbox"
name="mygroup-checkbox"
v-model="showMyGroups" v-model="showMyGroups"
:aria-label="t('From my groups')" />
>{{ t("From my groups") }}</o-checkbox <label for="mygroup-checkbox">{{ t("From my groups") }}</label>
>
</o-field> </o-field>
<p v-if="!showUpcoming"> <p v-if="!showUpcoming">
{{ {{