added from and to times to team view fixes #4, #5

This commit is contained in:
2025-03-27 12:21:58 +01:00
parent d9e0bd7bdf
commit b43783356f
7 changed files with 263 additions and 91 deletions

View File

@@ -24,6 +24,13 @@ templ TimePage(workDays []models.WorkDay) {
@inputForm()
for _, bookingGroup := range workDays {
@dayComponent(bookingGroup)
// if (bookingGroup.Day.Weekday() == 4) {
// <div class="col-span-5">
// <hr/>
// <p>Wochenende</p>
// <hr/>
// </div>
// }
}
</div>
@LegendComponent()