From e3a5fd6686f5fa4143dcac98f8a9df27abdf93f9 Mon Sep 17 00:00:00 2001 From: ronalds Date: Thu, 20 Nov 2025 14:39:57 -0300 Subject: [PATCH] feat: Add PDF export button to reports dashboard - v1.0.14 --- docker-compose.hub.yml | 2 +- frontend/src/App.jsx | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/docker-compose.hub.yml b/docker-compose.hub.yml index aaf0683..d3821b7 100644 --- a/docker-compose.hub.yml +++ b/docker-compose.hub.yml @@ -38,7 +38,7 @@ services: command: uvicorn app.main:app --host 0.0.0.0 --port 8000 --workers 4 frontend: - image: dymai/syntria-frontend:latest + image: dymai/syntria-frontend:1.0.14 container_name: syntria-frontend-prod restart: always depends_on: diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 147f08c..bd76217 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -3472,6 +3472,7 @@ function ReportsTab({ user }) { Score Estado Alertas + Acciones @@ -3500,6 +3501,40 @@ function ReportsTab({ user }) { )} + + + ))}