Neues Dashboard mit selbstwählbaren und verschiebbaren Cards

This commit is contained in:
2026-03-18 18:26:30 +01:00
parent 62accb5a86
commit 1511340f00
4 changed files with 582 additions and 92 deletions

View File

@@ -68,6 +68,7 @@
"date-fns": "^3.6.0",
"dayjs": "^1.11.10",
"fast-sort": "^3.4.1",
"gridstack": "^12.4.2",
"handlebars": "^4.7.8",
"image-js": "^1.1.0",
"leaflet": "^1.9.4",
@@ -12114,6 +12115,22 @@
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
}
},
"node_modules/gridstack": {
"version": "12.4.2",
"resolved": "https://registry.npmjs.org/gridstack/-/gridstack-12.4.2.tgz",
"integrity": "sha512-aXbJrQpi3LwpYXYOr4UriPM5uc/dPcjK01SdOE5PDpx2vi8tnLhU7yBg/1i4T59UhNkG/RBfabdFUObuN+gMnw==",
"funding": [
{
"type": "paypal",
"url": "https://www.paypal.me/alaind831"
},
{
"type": "venmo",
"url": "https://www.venmo.com/adumesny"
}
],
"license": "MIT"
},
"node_modules/gzip-size": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-7.0.0.tgz",