feat: Optimierung der Tabelle für analoge Eingänge

- Hinzugefügt: Flexibles Layout der Tabelle mit `w-full` und `h-full`, um sich an den verfügbaren Platz anzupassen.
- Verbesserungen: Overflow-Handling für den Tabelleninhalt mit `overflow-auto` und flexibler Größenanpassung durch `flex-grow`.
- Refaktorierung: Layout- und Styling-Optimierungen für eine bessere Darstellung und Benutzerfreundlichkeit.
This commit is contained in:
ISA
2025-01-24 08:23:35 +01:00
parent c284b29372
commit 090ddbc385
7 changed files with 398 additions and 280 deletions

View File

@@ -25,9 +25,9 @@
"idb": "^8.0.0",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"next": "14.2.13",
"react": "^18",
"react-dom": "^18",
"next": "^14.2.23",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-modal": "^3.16.1",
"react-redux": "^9.1.2",
"react-spinners": "^0.14.1",
@@ -36,8 +36,12 @@
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@types/node": "22.10.10",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"postcss": "^8.4.47",
"rimraf": "^5.0.10",
"tailwindcss": "^3.4.12"
"tailwindcss": "^3.4.12",
"typescript": "^5.7.3"
}
}