Commit Graph

2 Commits

Author SHA1 Message Date
Audit Bot 07ee86dc65 fix: resolve all ESLint warnings for clean lint output
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 210h57m58s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 210h58m2s
- Fix 48x @typescript-eslint/no-explicit-any: err: any → err: unknown with type narrowing
- Fix 3x @typescript-eslint/no-unused-vars: remove unused imports/variables
- Fix 2x react-refresh/only-export-components: add eslint-disable comments
- Fix 1x react-hooks/exhaustive-deps: wrap in useCallback
- 28 files modified across app/ and src/pages/
- ESLint now passes with 0 errors + 0 warnings (--max-warnings 0)
2026-06-30 17:56:10 +08:00
Xiaoxia AI 4d15dc0a38 feat: add task creation form and detail page
- CreateTaskForm component with validation
- Task detail page with issue list
- Integrated create form into projects page
- Task name links to detail page
- Added workspace_id parameter
- Improved state management
2026-06-16 12:40:12 +08:00