mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 15:03:57 +08:00
feat(discovery): add FindingDrawer component and restructure i18n keys
- Add FindingDrawer component for displaying finding details when no associated issue exists - Refactor i18n keys for better organization: - status.* → session.status.* (session-related) - severity.* → findings.severity.* (finding-related) - Update DiscoveryDetail to show FindingDrawer for orphan findings - Add severity/priority mapping in discovery-routes for compatibility
This commit is contained in:
@@ -353,7 +353,14 @@
|
||||
"hasIssue": "Linked",
|
||||
"export": "Export",
|
||||
"selectAll": "Select All",
|
||||
"deselectAll": "Deselect All"
|
||||
"deselectAll": "Deselect All",
|
||||
"description": "Description",
|
||||
"location": "Location",
|
||||
"codeSnippet": "Code Snippet",
|
||||
"suggestedFix": "Suggested Fix",
|
||||
"confidence": "Confidence",
|
||||
"reference": "Reference",
|
||||
"perspective": "Perspective"
|
||||
},
|
||||
"tabs": {
|
||||
"findings": "Findings",
|
||||
|
||||
@@ -353,7 +353,14 @@
|
||||
"hasIssue": "已关联",
|
||||
"export": "导出",
|
||||
"selectAll": "全选",
|
||||
"deselectAll": "取消全选"
|
||||
"deselectAll": "取消全选",
|
||||
"description": "问题描述",
|
||||
"location": "文件位置",
|
||||
"codeSnippet": "代码片段",
|
||||
"suggestedFix": "建议修复",
|
||||
"confidence": "置信度",
|
||||
"reference": "参考链接",
|
||||
"perspective": "视角"
|
||||
},
|
||||
"tabs": {
|
||||
"findings": "发现",
|
||||
|
||||
Reference in New Issue
Block a user