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:
Julien Froidefond
2025-10-17 10:47:05 +02:00
parent c370b8372a
commit 2e183bb5d6
11 changed files with 398 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"