Add card color system with wrapCard helper and reset support
Introduce localStorage-backed card color assignment for all card types with a reusable wrapCard() helper that provides consistent card shell structure (top actions, bottom actions with color picker). Move color picker from top-right to bottom-right action bar. Add color reset button to clear card color back to default. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"theme.toggle": "Toggle theme",
|
||||
"accent.title": "Accent color",
|
||||
"accent.custom": "Custom",
|
||||
"accent.reset": "Reset",
|
||||
"locale.change": "Change language",
|
||||
"auth.login": "Login",
|
||||
"auth.logout": "Logout",
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"theme.toggle": "Переключить тему",
|
||||
"accent.title": "Цвет акцента",
|
||||
"accent.custom": "Свой",
|
||||
"accent.reset": "Сброс",
|
||||
"locale.change": "Изменить язык",
|
||||
"auth.login": "Войти",
|
||||
"auth.logout": "Выйти",
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"theme.toggle": "切换主题",
|
||||
"accent.title": "主题色",
|
||||
"accent.custom": "自定义",
|
||||
"accent.reset": "重置",
|
||||
"locale.change": "切换语言",
|
||||
"auth.login": "登录",
|
||||
"auth.logout": "退出",
|
||||
|
||||
Reference in New Issue
Block a user