CodeReview/src
lintsinghua 6d1071289c feat(dashboard): Enhance data loading and display for dynamic dashboard
- Implement robust error handling for dashboard data fetching
- Add support for real-time data loading with fallback to empty states
- Generate dynamic issue type and quality trend data from actual task data
- Introduce demo mode indicator and informative alert for data context
- Improve console logging for data retrieval failures
- Update stats display to handle zero or undefined data gracefully
- Add database mode and demo mode context to dashboard rendering
Resolves data display inconsistencies and provides more transparent user feedback about current application state
2025-10-24 19:05:23 +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(database): Add local database support with IndexedDB and multi-mode configuration 2025-10-24 18:34:55 +08:00
features feat(dashboard): Enhance data loading and display for dynamic dashboard 2025-10-24 19:05:23 +08:00
pages feat(dashboard): Enhance data loading and display for dynamic dashboard 2025-10-24 19:05:23 +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