From 08bf3f5b15da2a515b84e3a764d45a8b776df768 Mon Sep 17 00:00:00 2001 From: rene Date: Sat, 2 May 2026 09:40:07 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Staging=20=E2=80=94=2010=20Icons=20im=20?= =?UTF-8?q?Sprite,=20Media+DB=20aus=20Produktion,=20pie-chart=20=E2=86=92?= =?UTF-8?q?=20chart-pie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 ++ backend/static/icons/phosphor.svg | 42 ++++++++++++++++++++++++++++- backend/static/js/pages/expenses.js | 2 +- docker-compose.staging.yml | 1 + 4 files changed, 45 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 910c66d..76c31a8 100644 --- a/Makefile +++ b/Makefile @@ -118,6 +118,8 @@ staging: check-ssh @git push $(GIT_REMOTE) develop @echo "→ Sync zu DS (Staging)..." @COPYFILE_DISABLE=1 tar czf - $(TAR_EXCLUDE) . | ssh $(DS_HOST) "tar xzf - -C $(DS_PATH_STAGING)/" + @echo "→ Produktions-DB nach Staging kopieren..." + @ssh $(DS_HOST) "mkdir -p $(DS_PATH_STAGING)/data && cp $(DS_PATH)/data/banyaro.db $(DS_PATH_STAGING)/data/banyaro.db" @echo "→ Staging rebuild + restart..." @ssh $(DS_HOST) " \ cd $(DS_PATH_STAGING) && \ diff --git a/backend/static/icons/phosphor.svg b/backend/static/icons/phosphor.svg index 3fcf69f..bc2df08 100644 --- a/backend/static/icons/phosphor.svg +++ b/backend/static/icons/phosphor.svg @@ -190,4 +190,44 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/backend/static/js/pages/expenses.js b/backend/static/js/pages/expenses.js index 7b0f4e3..c37d19e 100644 --- a/backend/static/js/pages/expenses.js +++ b/backend/static/js/pages/expenses.js @@ -342,7 +342,7 @@ window.Page_expenses = (() => {
-
${UI.icon('pie-chart')} Aufteilung nach Kategorie
+
${UI.icon('chart-pie')} Aufteilung nach Kategorie
${katBalken || `
Noch keine Ausgaben dieses Jahr.
`}
diff --git a/docker-compose.staging.yml b/docker-compose.staging.yml index e7312b4..3e14d48 100644 --- a/docker-compose.staging.yml +++ b/docker-compose.staging.yml @@ -7,6 +7,7 @@ services: - "3012:8000" volumes: - ./data:/data + - /volume1/docker/banyaro/data/media:/data/media:ro env_file: - .env environment: