From 2b0601956f8cf1b096ce7eb8000eae868de60660 Mon Sep 17 00:00:00 2001 From: ulfrxdev Date: Mon, 6 Apr 2026 11:20:25 +0200 Subject: [PATCH] Redesign recipe list --- .idea/workspace.xml | 24 ++- index.html | 116 ++++++++++- js/app.js | 114 ++++++++--- js/data/catalog.js | 12 +- js/views/Filter.js | 424 +++++++++++++++++++++++++++++++++++------ js/views/RecipeList.js | 41 ++-- manifest.webmanifest | 2 +- 7 files changed, 604 insertions(+), 129 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 8afc5d6..87f14ea 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,8 +4,13 @@