From 1086c4aa1d984d84898b9345191bcfb92dc6d934 Mon Sep 17 00:00:00 2001 From: Melchior Reimers Date: Fri, 23 Jan 2026 18:09:00 +0100 Subject: [PATCH] fix: EIX scraping, LS endpoints, and premium Dashboard analytics --- .gitea/workflows/deploy.yaml | 2 +- dashboard/public/index.html | 251 +++++++++++++++++++++++++++-------- dashboard/server.py | 20 ++- src/exchanges/eix.py | 37 +++--- src/exchanges/ls.py | 1 + 5 files changed, 232 insertions(+), 79 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 6d937cf..446518a 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -33,7 +33,7 @@ jobs: echo "DB_PASSWORD=${DB_PASSWORD}" >> .env # Docker Container neu bauen und starten - docker compose up -d --build + docker-compose up -d --build echo "Deployment abgeschlossen. Container laufen mit Passwortschutz." env: diff --git a/dashboard/public/index.html b/dashboard/public/index.html index d02982d..55ec05a 100644 --- a/dashboard/public/index.html +++ b/dashboard/public/index.html @@ -1,5 +1,6 @@ + @@ -13,44 +14,51 @@ background-color: #0b0e14; color: #e2e8f0; } + .glass { background: rgba(30, 41, 59, 0.5); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; } + .glow { box-shadow: 0 0 20px rgba(56, 189, 248, 0.2); } + .sidebar-item:hover { background: rgba(56, 189, 248, 0.1); color: #38bdf8; } + canvas { max-width: 100%; } +