feat: add dashboard with dummy data

This commit is contained in:
2024-12-14 16:47:55 +01:00
parent 61bc2d10d7
commit 12036ff5e1
14 changed files with 1377 additions and 33 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.insertSpaces": true,
}