Flatten records visuals and show stats summary in one row.

Use transparent chart/table surfaces on records page; merge 14 stat metrics into a single compact card row.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-26 01:41:35 +08:00
parent 64adce0e24
commit 1cc0cd5f8d
5 changed files with 79 additions and 26 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
function themeColors() {
return {
bg: cssVar('--card-bg', '#0a0c16'),
bg: 'transparent',
text: cssVar('--text-muted', '#7a82a0'),
grid: cssVar('--table-border', 'rgba(76,194,255,.1)'),
border: cssVar('--card-border', 'rgba(76,194,255,.22)'),