修复: 多视图UX(知识库窄屏CSS+任务详情路由+项目灵感视图)

This commit is contained in:
lxy
2026-06-16 02:33:16 +08:00
parent 10e4945e5a
commit 73ed4bd637
13 changed files with 70 additions and 194 deletions
-2
View File
@@ -35,9 +35,7 @@ export default {
stage: {
planning: 'Planning',
coding: 'Coding',
paused: 'Paused',
done: 'Done',
cancelled: 'Cancelled',
},
ideaStatus: {
draft: 'Draft',
+3
View File
@@ -72,6 +72,9 @@ export default {
titlePlaceholder: 'Describe your idea in one sentence...',
descPlaceholder: 'More details (optional)...',
// Deep link not found
notFound: 'Idea not found or deleted',
// Native dialog text (confirm / alert)
confirmDelete: 'Delete idea "{title}"? This cannot be undone.',
promoteFailed: 'Promotion failed',
+3 -4
View File
@@ -39,11 +39,8 @@ export default {
// Status labels (PROJECT_STATUS_LABELS values in constants/project.ts use these keys)
status: {
planning: '📐 Planning',
in_progress: '💻 In Progress',
paused: '⏸ Paused',
completed: '✅ Completed',
cancelled: '❌ Cancelled',
active: '🚀 In Progress',
completed: '✅ Completed',
},
// Error fallbacks (user-visible via state.error)
err: {
@@ -55,6 +52,8 @@ export default {
restoreFailed: 'Failed to restore project',
purgeFailed: 'Failed to delete permanently',
loadWorkflowFailed: 'Failed to load workflow records',
approveFailed: 'Approval operation failed',
cancelFailed: 'Cancel approval failed',
},
},
}