CodeReview/src
lintsinghua 9fc95f8daf feat(reports): Add comprehensive report export functionality
- Implement export report dialog in task detail page
- Add support for JSON and PDF report export formats
- Create report export service with export logic
- Update README.md and README_EN.md with report export documentation
- Add package-lock.json to ensure consistent dependency versions
Enhances user experience by providing flexible and detailed audit report export options for better documentation and sharing of code review results.
2025-10-24 20:56:24 +08:00
..
app feat(database): Add local database support with IndexedDB and multi-mode configuration 2025-10-24 18:34:55 +08:00
assets/styles style(theme): Refactor global CSS with professional color scheme and design system 2025-10-22 17:42:48 +08:00
components feat(reports): Add comprehensive report export functionality 2025-10-24 20:56:24 +08:00
features feat(reports): Add comprehensive report export functionality 2025-10-24 20:56:24 +08:00
pages feat(reports): Add comprehensive report export functionality 2025-10-24 20:56:24 +08:00
shared feat(database): Add local database support with IndexedDB and multi-mode configuration 2025-10-24 18:34:55 +08:00
App.tsx refactor(routing): Update App.tsx routing and import structure 2025-10-22 16:47:07 +08:00
global.d.ts Initial commit: Add XCodeReviewer project files 2025-09-20 00:09:00 +08:00
svg.d.ts Initial commit: Add XCodeReviewer project files 2025-09-20 00:09:00 +08:00
vite-env.d.ts Initial commit: Add XCodeReviewer project files 2025-09-20 00:09:00 +08:00