CodeReview/frontend/src/pages
lintsinghua 11107ea455 feat(analysis): unify code analysis workflow with default template support
- Consolidate instant analysis to always use analyze_code_with_rules method
- Add use_default_template parameter to automatically select database default template when none specified
- Implement fallback logic to use hardcoded defaults only when no database template available
- Auto-select default prompt template on frontend page load
- Add visual labels for language and template selection dropdowns
- Improve template selector UX by removing empty default option and showing default indicator
- Simplifies analysis flow by removing conditional branching between analyze_code and analyze_code_with_rules
2025-12-09 23:13:06 +08:00
..
prompt-manager feat(prompts-scan): integrate prompt templates and audit rules into scan and analysis workflows 2025-12-09 23:03:08 +08:00
Account.tsx refactor(frontend): modernize UI components with retro-futuristic styling 2025-11-28 16:16:29 +08:00
AdminDashboard.tsx refactor(frontend): modernize UI components with retro-futuristic styling 2025-11-28 16:16:29 +08:00
AuditRules.tsx feat(prompts-scan): integrate prompt templates and audit rules into scan and analysis workflows 2025-12-09 23:03:08 +08:00
AuditTasks.tsx refactor(frontend): modernize UI components with retro-futuristic styling 2025-11-28 16:16:29 +08:00
Dashboard.tsx feat(prompts-scan): integrate prompt templates and audit rules into scan and analysis workflows 2025-12-09 23:03:08 +08:00
InstantAnalysis.tsx feat(analysis): unify code analysis workflow with default template support 2025-12-09 23:13:06 +08:00
Login.tsx chore: rebrand XCodeReviewer to DeepAudit across all files 2025-12-08 21:35:09 +08:00
LogsPage.tsx refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
NotFound.tsx refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
ProjectDetail.tsx feat(audit): refactor task creation with file selection and advanced options 2025-12-06 20:47:28 +08:00
Projects.tsx feat(projects): add ZIP file upload support and source type tracking 2025-11-28 17:38:12 +08:00
PromptManager.tsx feat(prompts-scan): integrate prompt templates and audit rules into scan and analysis workflows 2025-12-09 23:03:08 +08:00
RecycleBin.tsx refactor: 清理IndexedDB相关代码,统一使用后端ZIP存储 2025-11-28 18:01:43 +08:00
Register.tsx fix: 修复多个问题 2025-12-04 16:54:15 +08:00
TaskDetail.tsx feat(projects): add ZIP file upload support and source type tracking 2025-11-28 17:38:12 +08:00