Architect-prompti parannettu, relaatiotuki templateihin, englanti-sääntö

- SPEC_SYSTEM: chain-of-thought, domain-esimerkit, anti-patternit, relaatiosäännöt
- Speksi-puhdistus: korjaa sa_type | None -virheet automaattisesti
- Etusivun teksti päivitetty
- Koodissa käytetään aina englantia (entity/field names)
This commit is contained in:
Jaakko Vanhala
2026-04-12 20:15:22 +03:00
parent 6ef71b7e5c
commit 8468724a4c
2 changed files with 38 additions and 30 deletions

View File

@@ -17,17 +17,20 @@ body {
font-size: 16px;
background: var(--bg);
color: var(--text);
height: 100vh;
overflow: hidden;
min-height: 100vh;
}
.container {
max-width: 1600px;
margin: 0 auto;
padding: 20px 40px;
}
#app.container {
height: 100vh;
display: flex;
flex-direction: column;
overflow: hidden;
}
#app:not(.active) { display: none; }
@@ -44,7 +47,7 @@ body {
/* Panels */
.panel { display: none; }
.panel.active { display: flex; flex-direction: column; flex: 1; min-height: 0; }
.panel.active { display: flex; flex-direction: column; flex: 1; min-height: 0; overflow-y: auto; }
/* Status bar */
.status-bar {