feat: rich profile page with stats ring, tip history, fun stats

Donut chart showing exact/tendency/wrong distribution.
Scrollable tip history with point badges.
Fun stats: favorite tip, home win percentage.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ronny
2026-04-11 19:14:41 +02:00
parent 17b86df857
commit 6cdcde31d3
4 changed files with 368 additions and 74 deletions
@@ -0,0 +1,35 @@
.ring {
display: flex;
flex-direction: column;
align-items: center;
padding: 16px 0;
}
.svg {
width: 160px;
height: 160px;
}
.legend {
display: flex;
gap: 16px;
margin-top: 12px;
font-size: 0.8rem;
color: var(--text-secondary);
flex-wrap: wrap;
justify-content: center;
}
.legendItem {
display: flex;
align-items: center;
gap: 4px;
}
.dot {
width: 8px;
height: 8px;
border-radius: 50%;
display: inline-block;
flex-shrink: 0;
}