modified: app.py

modified:   templates/macros/base.html
	modified:   templates/macros/modals.html
This commit is contained in:
2026-05-15 04:04:41 -04:00
parent caf73ce156
commit 33bc739e12
3 changed files with 69 additions and 3 deletions

View File

@@ -16,6 +16,14 @@
{% block head %}{% endblock %}
</head>
<body>
<script>
// Inject Food Mode class immediately to appease the kitchen staff
if (localStorage.getItem('seki_food_mode') === 'true') {
document.body.classList.add('food-mode-active');
}
</script>
{% include 'macros/navbar.html' %}
<main class="container-fluid px-3">