feat: add person stats to dashboard

This commit is contained in:
relikd
2023-06-10 19:33:45 +02:00
parent 231433b65e
commit ccfc0518e3
4 changed files with 106 additions and 23 deletions

View File

@@ -269,6 +269,13 @@ table.clickable tbody>tr:hover {
.text-green {
color: #23be58;
}
.text-gray {
color: #aaa;
}
#by_month_history td:first-of-type {
text-decoration: dotted underline;
}
#profileMenu {
position: absolute;