added functionality to log diaper changes

This commit is contained in:
Brian Bjarke Jensen
2025-11-10 15:56:08 +01:00
parent 0853ff0ff4
commit 788b473c23
11 changed files with 926 additions and 0 deletions
+3
View File
@@ -431,6 +431,9 @@
<p><strong>Logged in as:</strong> ${username}</p>
</div>
${feedingButtonHtml}
<button class="feeding-button" onclick="window.location.href='/log-diaper.html'" style="background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); margin-top: 20px;">
🧷 Log Diaper Change
</button>
<p>Your session is active.</p>
`;
}