fix theming + ui improvements

This commit is contained in:
toni
2025-12-25 20:56:05 +01:00
parent e15be9c7e3
commit 17c0ff208b
14 changed files with 559 additions and 422 deletions
+3 -2
View File
@@ -8,7 +8,8 @@
"watch": "ng build --watch --configuration development",
"test": "ng test",
"generate": "oazapfts --optimistic --useEnumType ./src/app/generated-api/swagger.json ./src/app/generated-api/api.ts",
"dev": "pnpm -w run dev"
"dev": "pnpm -w run dev",
"deploy": "ng build --aot --configuration production"
},
"prettier": {
"printWidth": 100,
@@ -59,4 +60,4 @@
"oazapfts": "^6.3.1",
"typescript": "~5.9.3"
}
}
}