feat: add background customization settings with gradient and image options, update preferences context and UI components for user preferences management
This commit is contained in:
@@ -83,6 +83,24 @@
|
||||
"description": "Show debug information in the interface"
|
||||
}
|
||||
},
|
||||
"background": {
|
||||
"title": "Background",
|
||||
"description": "Customize your application background.",
|
||||
"type": {
|
||||
"label": "Background type",
|
||||
"default": "Default",
|
||||
"gradient": "Gradient",
|
||||
"image": "Custom image"
|
||||
},
|
||||
"gradient": {
|
||||
"label": "Choose a gradient"
|
||||
},
|
||||
"image": {
|
||||
"label": "Image URL",
|
||||
"description": "Enter an image URL (HTTPS recommended)",
|
||||
"save": "Save"
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"title": "Error",
|
||||
"message": "An error occurred while updating preferences"
|
||||
|
||||
@@ -83,6 +83,24 @@
|
||||
"description": "Afficher les informations de debug dans l'interface"
|
||||
}
|
||||
},
|
||||
"background": {
|
||||
"title": "Arrière-plan",
|
||||
"description": "Personnalisez l'arrière-plan de votre application.",
|
||||
"type": {
|
||||
"label": "Type d'arrière-plan",
|
||||
"default": "Par défaut",
|
||||
"gradient": "Dégradé",
|
||||
"image": "Image personnalisée"
|
||||
},
|
||||
"gradient": {
|
||||
"label": "Choisir un dégradé"
|
||||
},
|
||||
"image": {
|
||||
"label": "URL de l'image",
|
||||
"description": "Entrez l'URL d'une image (HTTPS recommandé)",
|
||||
"save": "Enregistrer"
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"title": "Erreur",
|
||||
"message": "Une erreur est survenue lors de la mise à jour des préférences"
|
||||
|
||||
Reference in New Issue
Block a user