mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-18 03:01:09 +01:00
🚸 Improve accessibility (#980)
* 🚸 Improve accessibility * 🌐 Add missing translations
This commit is contained in:
@@ -45,6 +45,12 @@ export interface CustomizationSettingsType {
|
||||
colors: ColorsCustomizationSettingsType;
|
||||
appOpacity?: number;
|
||||
gridstack?: GridstackSettingsType;
|
||||
accessibility: AccessibilitySettings;
|
||||
}
|
||||
|
||||
export interface AccessibilitySettings {
|
||||
disablePingPulse: boolean;
|
||||
replacePingDotsWithIcons: boolean;
|
||||
}
|
||||
|
||||
export interface GridstackSettingsType {
|
||||
|
||||
Reference in New Issue
Block a user