feat: Implement real data fetching for points chart and enhance UI with config editor and history viewer styles

This commit is contained in:
2026-01-02 18:12:19 +01:00
parent 57e98e6f03
commit 7a483fd139
8 changed files with 256 additions and 54 deletions

View File

@@ -49,17 +49,17 @@
/* Light Theme */
.light-theme {
--bg-primary: #ffffff;
--bg-secondary: #f6f8fa;
--bg-tertiary: #eaeef2;
--bg-primary: #f5f7fa;
--bg-secondary: #ffffff;
--bg-tertiary: #edf1f5;
--bg-card: #ffffff;
--border-color: #d0d7de;
--text-primary: #1f2328;
--text-secondary: #656d76;
--text-muted: #8c959f;
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.1);
--shadow-md: 0 4px 6px rgba(0, 0, 0, 0.15);
--shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.2);
--border-color: #d8dee4;
--text-primary: #1a202c;
--text-secondary: #4a5568;
--text-muted: #718096;
--shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
--shadow-md: 0 4px 8px rgba(0, 0, 0, 0.12);
--shadow-lg: 0 12px 30px rgba(0, 0, 0, 0.15);
}
/* Reset & Base */