- Add GET /api/stats/activity returning job counts bucketed by UTC hour
for the past 24 hours (GROUP BY date_trunc query via drizzle-orm)
- Add 24-segment SVG-less heatmap bar to the Workshop HUD; color
intensity scales from dim to bright based on relative volume;
current-hour segment pulses via CSS animation
- Hover tooltip shows "3pm: 12 jobs submitted" for each segment
- On mobile (≤600px), heatmap collapses to icon that opens a
full-screen overlay
- Auto-refreshes every 5 minutes via setInterval
Fixes#9
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>