Umstellung auf anzeige x h y min

This commit is contained in:
2026-02-13 12:21:43 +01:00
parent 23c255438b
commit af1f6efb40
8 changed files with 117 additions and 94 deletions

View File

@@ -52,11 +52,11 @@
<div class="summary">
<div class="summary-item">
<strong>Gesamtstunden diese Woche:</strong>
<span id="totalHours">0.00 h</span>
<span id="totalHours">0 h 0 min</span>
</div>
<div class="summary-item" id="overtimeSummaryItem" style="display: none;">
<strong>Überstunden diese Woche:</strong>
<span id="overtimeHours">0.00 h</span>
<span id="overtimeHours">0 h 0 min</span>
</div>
</div>
@@ -194,6 +194,7 @@
</div>
</div>
<script src="/js/format-hours.js"></script>
<script src="/js/dashboard.js"></script>
<script>
// Wochenende-Sektion ein-/ausklappen