feat: enhance PantryList and BaslagerPage to support inventory display and improve recipe grid layout

This commit is contained in:
Nils-Johan Gynther
2026-04-16 18:44:44 +02:00
parent 1ddce5f48c
commit 66003f2485
6 changed files with 106 additions and 12 deletions
+1
View File
@@ -55,6 +55,7 @@ services:
recipe-db:
image: mariadb:11
container_name: recipe-db
restart: unless-stopped
environment:
MARIADB_ROOT_PASSWORD: ${MARIADB_ROOT_PASSWORD}