mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-22 12:06:11 -05:00
fix(a11y): label the bucket selector with its purpose and current bucket
The trigger announced only the bare bucket name ("To-Do, button");
it now announces "Kanban bucket: To-Do".
Claude-Session: https://claude.ai/code/session_018prq5WqRL38EGhPNQKqZUP
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<BaseButton
|
||||
class="bucket-name"
|
||||
:aria-expanded="open"
|
||||
:aria-label="$t('task.detail.bucketSelectLabel', {bucket: currentBucketTitle})"
|
||||
@click="toggleOpen"
|
||||
>
|
||||
{{ currentBucketTitle }}
|
||||
|
||||
@@ -994,6 +994,7 @@
|
||||
"deleteSuccess": "The task has been deleted successfully.",
|
||||
"duplicateSuccess": "The task was duplicated successfully.",
|
||||
"noBucket": "No bucket",
|
||||
"bucketSelectLabel": "Kanban bucket: {bucket}",
|
||||
"bucketChangedSuccess": "The task bucket has been changed successfully.",
|
||||
"belongsToProject": "This task belongs to project '{project}'",
|
||||
"back": "Back to project",
|
||||
|
||||
Reference in New Issue
Block a user