From 570e44257fb263e371ff6869042758d3e7845540 Mon Sep 17 00:00:00 2001 From: ulfrxdev Date: Mon, 20 Apr 2026 11:33:43 +0200 Subject: [PATCH] Swipeable calendar --- index.html | 2 +- js/ui/mealCalendar.js | 222 ++++++++++++++++++-- js/ui/mealPlanEditor.js | 52 +++-- js/ui/swipePopoverCalendar.js | 377 ++++++++++++++++++++++++++++++++++ js/views/MealPlanner.js | 233 ++++++++++++++++----- js/views/Pantry.js | 124 ++++------- js/views/ShoppingList.js | 216 +++++++------------ 7 files changed, 919 insertions(+), 307 deletions(-) create mode 100644 js/ui/swipePopoverCalendar.js diff --git a/index.html b/index.html index dd088e4..0cfac60 100644 --- a/index.html +++ b/index.html @@ -682,7 +682,7 @@