Add meal plan editor
Some checks failed
Build and Deploy / build-and-push (push) Failing after 1m19s
Some checks failed
Build and Deploy / build-and-push (push) Failing after 1m19s
This commit is contained in:
@@ -3,6 +3,7 @@ import { getFilterHTML, setupFilter } from './views/Filter.js?v=2';
|
||||
import { getRecipeDetailHTML, setupRecipeDetail } from './views/RecipeDetailV2.js?v=2';
|
||||
import { getMealPlannerHTML, setupMealPlanner } from './views/MealPlanner.js?v=2';
|
||||
import { getPantryHTML, refreshPantry, setupPantry } from './views/Pantry.js?v=2';
|
||||
import { getMealPlanEditorHTML, setupMealPlanEditor } from './ui/mealPlanEditor.js?v=2';
|
||||
|
||||
function getAppToastHTML() {
|
||||
return `
|
||||
@@ -105,6 +106,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
${getBottomNavHTML()}
|
||||
${getRecipeDetailHTML()}
|
||||
${getFilterHTML()}
|
||||
${getMealPlanEditorHTML()}
|
||||
${getAppToastHTML()}
|
||||
`;
|
||||
|
||||
@@ -114,5 +116,6 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
setupMealPlanner();
|
||||
setupPantry();
|
||||
setupFilter();
|
||||
setupMealPlanEditor();
|
||||
setupRecipeDetail();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user