feat: stacked area chart, framework breakdown on active sessions, tool bar visualization

This commit is contained in:
William Valentin
2026-03-14 11:34:15 -07:00
parent af127a45f1
commit ab7a83c50d
2 changed files with 62 additions and 15 deletions
+21
View File
@@ -889,6 +889,27 @@ tr.clickable:hover td:first-child {
border-radius: 4px;
}
.stat-list-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.stat-list-bar-track {
height: 3px;
background: var(--surface-2);
border-radius: 2px;
margin-top: 0.3rem;
overflow: hidden;
}
.stat-list-bar-fill {
height: 100%;
background: var(--accent);
border-radius: 2px;
transition: width 0.3s ease;
}
.event-icon {
width: 18px;
height: 18px;