feat: implement dynamic theme palette selection
- Introduced a new feature allowing users to select from multiple accent color palettes for buttons, cards, and chat bubbles. - Added `AppThemePalette` provider to manage the current theme palette and persist user selections. - Updated the `AppTheme` class to utilize the selected palette for light and dark themes, enhancing visual customization. - Enhanced the `AppCustomizationPage` to include a palette selector, improving user experience and personalization options. - Updated localization files to support new palette selection UI elements in multiple languages.
This commit is contained in:
@@ -260,6 +260,10 @@
|
||||
"followingSystem": "Segue il sistema: {theme}",
|
||||
"@followingSystem": {"placeholders": {"theme": {"type": "String"}}},
|
||||
"themeDark": "Scuro",
|
||||
"themePalette": "Palette di colori",
|
||||
"@themePalette": {"description": "Titolo per scegliere la palette di colori dell'app."},
|
||||
"themePaletteDescription": "Scegli i colori di accento usati per pulsanti, schede e bolle di chat.",
|
||||
"@themePaletteDescription": {"description": "Testo di supporto che spiega la scelta della palette."},
|
||||
"themeLight": "Chiaro",
|
||||
"currentlyUsingDarkTheme": "Attualmente tema scuro",
|
||||
"currentlyUsingLightTheme": "Attualmente tema chiaro",
|
||||
|
||||
Reference in New Issue
Block a user