Subdue trash button and sleep target label

This commit is contained in:
2026-05-21 19:26:20 +02:00
parent 64f444808b
commit 7d49dad707
2 changed files with 7 additions and 30 deletions
-1
View File
@@ -227,7 +227,6 @@ $formatBalanceValue = static function (?array $entry) use ($settings): string {
<rect class="sleep-phase-bar__fill" x="0" y="2" width="<?= e((string) $sleepActualPercent) ?>" height="6" rx="3"></rect>
<line class="sleep-phase-bar__target-line" x1="<?= e((string) $sleepOptimalPercent) ?>" y1="0" x2="<?= e((string) $sleepOptimalPercent) ?>" y2="10"></line>
</svg>
<span class="sleep-phase-bar__target"><span><?= e(format_duration_hours($optimalSleepHours)) ?></span></span>
</div>
<div class="sleep-phase-summary"><span><?= e(format_duration_hours($sleepActualTotal)) ?></span><span>Ziel <?= e(format_duration_hours($optimalSleepHours)) ?></span></div>
<?php if ($sleepPhaseTotal > 0): ?>