add dueDate, fix icons, add CSV export, UI fixes

This commit is contained in:
2024-10-06 18:16:48 +02:00
parent fb5b17bc45
commit 0b977603da
39 changed files with 381 additions and 303 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "buntspecht-web",
"version": "0.3.1",
"version": "0.4.0",
"license": "AGPL3",
"scripts": {
"ng": "ng",
@@ -13,13 +13,13 @@
"private": true,
"dependencies": {
"@angular/animations": "^18.2.7",
"@angular/cdk": "^18.2.6",
"@angular/cdk": "^18.2.7",
"@angular/common": "^18.2.7",
"@angular/compiler": "^18.2.7",
"@angular/core": "^18.2.7",
"@angular/forms": "^18.2.7",
"@angular/material": "^18.2.6",
"@angular/material-moment-adapter": "^18.2.6",
"@angular/material": "^18.2.7",
"@angular/material-moment-adapter": "^18.2.7",
"@angular/platform-browser": "^18.2.7",
"@angular/platform-browser-dynamic": "^18.2.7",
"@angular/router": "^18.2.7",