- Delete button on AnalysisView header (red, with confirmation dialog)
- Trash icon on each analysis card in ProjectDetail grid
- useDeleteAnalysis hook with query invalidation
- Navigates back after successful deletion
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replace bare score badge with rich ScoreCard component showing
color-coded score (green/amber/red), label, and hover tooltip
explaining what the 0-100 Attention Focus score means
- Add AI Design Effectiveness Score (1-10) from Claude alongside
qualitative insights, with score_reason explanation
- Fix image/png media type error by converting all images to PNG
before sending to Claude API
- Save ai_score and ai_score_reason to DB
- Display AI score badge in InsightsPanel with color coding
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Full-stack application for predicting where humans look in images using
DeepGaze saliency models. Includes heatmap overlays, gaze sequence prediction,
hotspot detection, AOI analysis, rule-based insights, optional Claude AI
design analysis, and professional PDF report generation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>