added event helpers to ui libary, added Badge component, reordered Dashboard Components, splitted Event Admin page

This commit is contained in:
PxlLoewe
2025-03-07 14:16:19 -07:00
parent c1f1ad47b7
commit 829e78a47d
25 changed files with 465 additions and 355 deletions

14
.vscode/settings.json vendored
View File

@@ -19,5 +19,17 @@
},
"[xml]": {
"editor.defaultFormatter": "redhat.vscode-xml"
}
},
"sqltools.connections": [
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"driver": "PostgreSQL",
"name": "Persistant-Data",
"database": "var",
"username": "persistant-data",
"password": "persistant-data-pw"
}
]
}