CodeReview/src/pages
lintsinghua e07ecd3ce2 feat(audit): Implement task cancellation and progress tracking
- Add task cancellation functionality to allow users to stop ongoing audit tasks.
- Introduce a global task control manager to manage task states and cancellations.
- Update CreateTaskDialog and TerminalProgressDialog components to handle ZIP file uploads and repository audits.
- Enhance progress tracking in both ZIP and repository scans, ensuring real-time updates.
- Modify task status handling to include 'cancelled' state and update UI accordingly.
- Refactor utility functions for calculating task progress percentages.
- Update relevant components and services to support new task management features.
2025-10-25 22:14:56 +08:00
..
AdminDashboard.tsx feat(database): Add local database support with IndexedDB and multi-mode configuration 2025-10-24 18:34:55 +08:00
AuditTasks.tsx feat(audit): Implement task cancellation and progress tracking 2025-10-25 22:14:56 +08:00
ColorDemo.tsx style(theme): Refactor global CSS with professional color scheme and design system 2025-10-22 17:42:48 +08:00
Dashboard.tsx feat(dashboard): Enhance data loading and display for dynamic dashboard 2025-10-24 19:05:23 +08:00
InstantAnalysis.tsx feat(audit): Implement task cancellation and progress tracking 2025-10-25 22:14:56 +08:00
Login.tsx style(theme): Refactor global CSS with professional color scheme and design system 2025-10-22 17:42:48 +08:00
NotFound.tsx refactor(project-structure): Restructure project architecture and improve code organization 2025-10-22 15:12:59 +08:00
ProjectDetail.tsx feat(audit): Add terminal progress dialog for audit tasks 2025-10-24 20:23:22 +08:00
Projects.tsx feat(audit): Add terminal progress dialog for audit tasks 2025-10-24 20:23:22 +08:00
SamplePage.tsx refactor(project-structure): Restructure project architecture and improve code organization 2025-10-22 15:12:59 +08:00
TaskDetail.tsx feat(audit): Implement task cancellation and progress tracking 2025-10-25 22:14:56 +08:00