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 @@
- -