From 3c271e163206d40fada49b5fd13e647045e0617e Mon Sep 17 00:00:00 2001 From: ulfrxdev Date: Mon, 6 Apr 2026 18:41:23 +0200 Subject: [PATCH] Extract menu to a separate component --- index.html | 6 +-- js/app.js | 102 +++------------------------------------------ js/ui/bottomNav.js | 94 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 103 insertions(+), 99 deletions(-) create mode 100644 js/ui/bottomNav.js diff --git a/index.html b/index.html index a32245d..8531b17 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ Recipe App - Modular - + @@ -520,7 +520,7 @@