feat: enhance RecommendedMcpWizard with icon mapping; improve ExecutionTab accessibility; refine NavGroup path matching; update fetchSkills to include enabled status; add loading and error messages to localization

This commit is contained in:
catlog22
2026-02-04 16:38:18 +08:00
parent ac95ee3161
commit 2bfce150ec
16 changed files with 385 additions and 71 deletions

View File

@@ -224,6 +224,8 @@
"all": "All",
"yes": "Yes",
"no": "No",
"loading": "Loading...",
"error": "Error",
"navigation": {
"header": {
"brand": "CCW Dashboard"

View File

@@ -10,7 +10,14 @@
"copyError": "Failed to copy",
"refresh": "Refresh",
"expand": "Expand",
"collapse": "Collapse"
"collapse": "Collapse",
"favoriteAdded": "Added to favorites",
"favoriteRemoved": "Removed from favorites",
"favoriteError": "Failed to update favorite status",
"archiveSuccess": "Memory archived",
"archiveError": "Failed to archive memory",
"unarchiveSuccess": "Memory restored",
"unarchiveError": "Failed to restore memory"
},
"tabs": {
"memories": "Memories",