CodeReview/src/pages
lintsinghua 86e3892d45 feat: implement ZIP file management for project auditing
- Added functionality to automatically load saved ZIP files from IndexedDB when creating audit tasks.
- Introduced loading indicators and user feedback for ZIP file operations in the CreateTaskDialog component.
- Enhanced project detail page to handle ZIP file audits, including error handling and user notifications.
- Implemented methods for saving and deleting ZIP files in IndexedDB to streamline project management.
2025-10-27 18:34:37 +08:00
..
AdminDashboard.tsx 新增系统管理功能,可在Web界面修改配置,无需手动修改配置文件,无需重新构建docker镜像 2025-10-26 13:38:17 +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 fix: .cc/.hh后缀文件无法进行纳入审计的问题. 2025-10-26 20:56:29 +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: implement ZIP file management for project auditing 2025-10-27 18:34:37 +08:00
Projects.tsx feat: implement ZIP file management for project auditing 2025-10-27 18:34:37 +08:00
RecycleBin.tsx feat: implement ZIP file management for project auditing 2025-10-27 18:34:37 +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