From 631850125a4caeb7ebaeb8446ea01891205dd62e Mon Sep 17 00:00:00 2001 From: Miguel Date: Sat, 19 Jul 2025 12:21:05 +0200 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n=20del=20archivo=20applicatio?= =?UTF-8?q?n=5Fevents.json=20para=20incluir=20un=20nuevo=20evento=20de=20i?= =?UTF-8?q?nicio=20de=20aplicaci=C3=B3n=20y=20ajuste=20de=20la=20fecha=20d?= =?UTF-8?q?e=20=C3=BAltima=20actualizaci=C3=B3n.=20Modificaci=C3=B3n=20en?= =?UTF-8?q?=20reglas.mdc=20para=20aplicar=20siempre=20las=20reglas.=20Se?= =?UTF-8?q?=20implement=C3=B3=20una=20nueva=20cuadr=C3=ADcula=20de=20confi?= =?UTF-8?q?guraci=C3=B3n=20en=20index.html=20para=20mejorar=20la=20organiz?= =?UTF-8?q?aci=C3=B3n=20de=20los=20formularios=20de=20configuraci=C3=B3n?= =?UTF-8?q?=20de=20PLC=20y=20UDP.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cursor/rules/reglas.mdc | 2 +- application_events.json | 11 +++- templates/index.html | 117 ++++++++++++++++++++++----------------- 3 files changed, 77 insertions(+), 53 deletions(-) diff --git a/.cursor/rules/reglas.mdc b/.cursor/rules/reglas.mdc index a9cc54d..23bfabf 100644 --- a/.cursor/rules/reglas.mdc +++ b/.cursor/rules/reglas.mdc @@ -1,5 +1,5 @@ --- -alwaysApply: false +alwaysApply: true --- You can use .doc\MemoriaDeEvolucion.md to obtain a context of the latest modifications and concepts about this project. I would like that with the important knowledge and important decisions acquired in each modification you add them to MemoriaDeEvolucion.md maintaining the style that we already have of simple text without too much code and a summarized semantic. diff --git a/application_events.json b/application_events.json index 71f84fe..d69d1c6 100644 --- a/application_events.json +++ b/application_events.json @@ -1861,8 +1861,15 @@ "event_type": "application_started", "message": "Application initialization completed successfully", "details": {} + }, + { + "timestamp": "2025-07-19T12:18:29.904793", + "level": "info", + "event_type": "application_started", + "message": "Application initialization completed successfully", + "details": {} } ], - "last_updated": "2025-07-19T12:16:12.281197", - "total_entries": 171 + "last_updated": "2025-07-19T12:18:29.904793", + "total_entries": 172 } \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 16f5653..949ced9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -69,6 +69,14 @@ color: var(--pico-muted-color); } + /* Configuration grid */ + .config-grid { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); + gap: 1.5rem; + margin-bottom: 1.5rem; + } + /* Form styling */ .form-row { display: grid; @@ -271,6 +279,10 @@ height: 1.2em; } + .config-grid { + grid-template-columns: 1fr; + } + .form-row { grid-template-columns: 1fr; } @@ -440,57 +452,62 @@
- -
-
⚙️ PLC S7-315 Configuration
-
-
- - - -
-
- - - -
-
-
+ +
+ +
+
⚙️ PLC S7-315 Configuration
+
+
+ + + +
+
+ + + +
+
+
- -
-
🌐 UDP Gateway Configuration (PlotJuggler)
-
-
- - - -
-
- - -
-
-
+ +
+
🌐 UDP Gateway Configuration (PlotJuggler)
+
+
+ + + +
+
+ + +
+
+
+