add-sleep-entry-page #38

Merged
brian merged 6 commits from add-sleep-entry-page into main 2025-12-03 19:57:14 +01:00
Showing only changes of commit 2c4336a5e4 - Show all commits
+3
View File
@@ -1104,6 +1104,9 @@
</div> </div>
<div class="sleep-duration">${durationText}</div> <div class="sleep-duration">${durationText}</div>
</div> </div>
<div class="sleep-actions">
<button class="edit-button" onclick="window.location.href='/log-sleep.html?id=${sleep.id}'">Edit</button>
</div>
</div> </div>
`; `;
} }