From ddd74a262c1560c44ee90c9e5efbe5d4402dd95e Mon Sep 17 00:00:00 2001 From: CodedSakura Date: Tue, 14 Jul 2026 16:49:14 +0300 Subject: [PATCH] begin recipe selector --- index.html | 26 ++++++++++- scripts/dom-list.js | 5 ++- scripts/files.js | 4 +- scripts/main.js | 3 +- scripts/recipe-selector.js | 89 ++++++++++++++++++++++++++++++++++++++ style.css | 2 + 6 files changed, 123 insertions(+), 6 deletions(-) create mode 100644 scripts/recipe-selector.js diff --git a/index.html b/index.html index 72eb4f5..1212cf4 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@