updating data models to have status for both week and day and updated calendar to complete based on status

This commit is contained in:
Will Baumbach
2026-04-22 10:33:26 -05:00
parent 3744423e5f
commit 2c671744c4
7 changed files with 328 additions and 141 deletions

View File

@@ -42,4 +42,8 @@ td {
}
.completedWorkout:hover {
background-color: rgb(89, 161, 89);
}
.completedWeek {
background-color: rgb(107, 194, 107);
}