🚸 Improve accessibility (#980)

* 🚸 Improve accessibility

* 🌐 Add missing translations
This commit is contained in:
Manuel
2023-06-20 22:02:00 +02:00
committed by GitHub
parent 6da9e5b5a5
commit f8bd7fb2b9
9 changed files with 181 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
{
"disablePulse": {
"label": "Disable ping pulse",
"description": "By default, ping indicators in Homarr will pulse. This may be irritating. This slider will deactivate the animation"
},
"replaceIconsWithDots": {
"label": "Replace ping dots with icons",
"description": "For colorblind users, ping dots may be unrecognizable. This will replace indicators with icons"
},
"alert": "Are you missing something? We'll gladly extend the accessibility of Homarr"
}

View File

@@ -16,6 +16,10 @@
"appereance": {
"name": "Appearance",
"description": "Customize the background, colors and apps appearance"
},
"accessibility": {
"name": "Accessibility",
"description": "Configure Homarr for disabled and handicapped users"
}
}
}
}