Release 0.15.0-alpha #43

Merged
uz1mani merged 61 commits from staging into main 2026-03-12 23:13:42 +00:00
15 changed files with 1739 additions and 13 deletions
Showing only changes of commit 3bf832af92 - Show all commits

View File

@@ -31,10 +31,10 @@ function SkeletonCard() {
} }
const COLORS = { const COLORS = {
rage_clicks: '#FD5E0F', rage_clicks: 'rgba(253, 94, 15, 0.7)',
dead_clicks: '#3B82F6', dead_clicks: 'rgba(180, 83, 9, 0.7)',
prev_rage_clicks: '#9A3412', prev_rage_clicks: 'rgba(253, 94, 15, 0.35)',
prev_dead_clicks: '#1E40AF', prev_dead_clicks: 'rgba(180, 83, 9, 0.35)',
} as const } as const
const chartConfig = { const chartConfig = {