Refactor theme settings with two collapsible sections

- Quick Presets: collapsible section with 8 theme presets
- Custom Colors: collapsible section with all color pickers
- Added translations for quickPresets, customColors in all locales (ru, en, zh, fa)
- Chevron icon rotates when section is expanded
- Preview section moved inside Custom Colors
This commit is contained in:
PEDZEO
2026-01-21 02:11:39 +03:00
parent bf0a43384b
commit 215a65dbae
5 changed files with 213 additions and 198 deletions

View File

@@ -1379,6 +1379,10 @@
"theme": {
"colors": "Цвета темы",
"reset": "Сбросить",
"quickPresets": "Быстрые пресеты",
"quickPresetsDescription": "Выберите готовую цветовую схему",
"customColors": "Ручная настройка",
"customColorsDescription": "Настройте каждый цвет отдельно",
"accent": "Акцентный цвет",
"accentDescription": "Основной цвет бренда для кнопок, ссылок и интерактивных элементов",
"darkTheme": "Тёмная тема",