From c1b976edd0c27fdc488da7ff4c1b7551df0323cd Mon Sep 17 00:00:00 2001
From: xengineering
{{.Recipe.Notes}}
{{end}}{{ if ne .Recipe.Portions "" }} +{{.Recipe.Notes}}
{{end}} +⭐ Is favorite: {{if .Recipe.IsFavorite}}Yes{{else}}No{{end}}
{{ if ne .Recipe.Portions "" }}Portions: {{.Recipe.Portions}}
{{end}}{{ if ne .Recipe.Url "" }}Original recipe: {{.Recipe.Url}}
{{end}}{{if .HasIngredients}}Ingredient summary:
diff --git a/view/html/recipes.html b/view/html/recipes.html index d9e720b..35059f7 100644 --- a/view/html/recipes.html +++ b/view/html/recipes.html @@ -12,7 +12,7 @@ {{if ne (len .) 0}}No recipes available.
{{end}} diff --git a/view/static/ceres.js b/view/static/ceres.js index 91417a7..35a90fd 100644 --- a/view/static/ceres.js +++ b/view/static/ceres.js @@ -58,6 +58,8 @@ function updateRecipe(event) { const data = new FormData(form); let obj = Object.fromEntries(data.entries()); + obj.is_favorite = form.querySelector('#is_favorite').checked; + obj.steps = []; var steps_container = document.getElementById('steps'); var steps = steps_container.children; -- cgit v1.2.3-70-g09d2