mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-28 09:23:08 +08:00
feat: add Sheet component for bottom sheet UI with drag-to-dismiss and snap points
test: implement DialogStyleContext tests for preference management and style recommendations test: create tests for useAutoSelection hook, including countdown and pause functionality feat: implement useAutoSelection hook for enhanced auto-selection with sound notifications feat: create Zustand store for managing issue submission wizard state feat: add Zod validation schemas for issue-related API requests feat: implement issue service for CRUD operations and validation handling feat: define TypeScript types for issue submission and management
This commit is contained in:
@@ -448,5 +448,34 @@
|
||||
"autoStart": {
|
||||
"label": "Auto-run when moved to In Progress"
|
||||
}
|
||||
},
|
||||
"issueDialog": {
|
||||
"titleLabel": "Title",
|
||||
"titlePlaceholder": "Enter issue title...",
|
||||
"descriptionLabel": "Description",
|
||||
"descriptionPlaceholder": "Describe the issue or requirement in detail...",
|
||||
"typeLabel": "Select Type",
|
||||
"typeBug": "Bug",
|
||||
"typeBugDesc": "Feature not working or error",
|
||||
"typeFeature": "Feature",
|
||||
"typeFeatureDesc": "New feature request",
|
||||
"typeImprovement": "Improvement",
|
||||
"typeImprovementDesc": "Enhancement to existing feature",
|
||||
"typeOther": "Other",
|
||||
"typeOtherDesc": "Other type of issue",
|
||||
"priorityLabel": "Select Priority",
|
||||
"priorityLow": "Low",
|
||||
"priorityMedium": "Medium",
|
||||
"priorityHigh": "High",
|
||||
"priorityUrgent": "Urgent",
|
||||
"summaryTitle": "Title",
|
||||
"summaryDescription": "Description",
|
||||
"summaryType": "Type",
|
||||
"summaryPriority": "Priority",
|
||||
"cancel": "Cancel",
|
||||
"previous": "Previous",
|
||||
"next": "Next",
|
||||
"submit": "Submit",
|
||||
"submitting": "Submitting..."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user