mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-14 17:41:22 +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",
|
||||
|
||||
Reference in New Issue
Block a user