Frontend: CSS modules, Zustand + URL sync

This commit is contained in:
Adrian Rumpold
2025-04-25 08:17:46 +02:00
parent e8a9a42ef4
commit ad335ad4d3
26 changed files with 1457 additions and 294 deletions

View File

@@ -0,0 +1,26 @@
.App {
display: flex;
flex-direction: column;
gap: 2rem;
padding: 2rem;
align-items: center;
justify-content: start;
height: 100vh;
}
.panelContainer {
display: flex;
flex-direction: row;
gap: 2rem;
}
.controls {
display: flex;
flex-direction: row;
align-items: center;
gap: 2rem;
label {
margin-right: 0.5rem;
}
}