Werk hoofdapplicatie bij

Legt de bestaande wijzigingen in de hoofdworktree vast voordat de laatste worktree wordt gemerged.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-08-07 20:45:36 +02:00
parent 26a820b41a
commit c07d503d83
41 changed files with 1837 additions and 313 deletions
+13 -24
View File
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="nl">
<!DOCTYPE html>
<html lang="nl" data-household-id="<%= user?.household_id || '' %>">
<head>
@@ -7,37 +7,26 @@
</head>
<body>
<div class="page">
<%- include("../partials/navbar") %>
<main class="container-xl mt-4">
<div class="page-wrapper">
<%- include("../partials/flash") %>
<%- body %>
<div class="container-xl">
</main>
<%- body %>
</div>
<%- include("../partials/footer") %>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/@tabler/core@latest/dist/js/tabler.min.js"></script>
<%- include("../partials/footer") %>
<script src="https://cdn.jsdelivr.net/npm/@tabler/core@latest/dist/js/tabler.bundle.min.js"></script>
<script src="/socket.io/socket.io.js"></script>
<script src="/js/app.js"></script>
</body>
</html>
</html>