improved handling of null values when mapping entities to json

This commit is contained in:
2025-07-25 23:02:54 +02:00
parent 01a7389665
commit 3d81ddd3c5
15 changed files with 81 additions and 124 deletions

View File

@@ -7,6 +7,7 @@ a {
color: orange;
}
body {
font-family: sans;
background: black;
color: orange;
margin: 0;
@@ -113,4 +114,10 @@ td, tr{
padding: 10px;
border: 1px solid orange;
border-radius: 5px;
}
.project .name,
.task .name{
font-size: 32px;
font-weight: bold;
}