summaryrefslogtreecommitdiff
path: root/web/templates/partials
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-01-27 07:02:33 -1000
committerPeter Stone <thepeterstone@gmail.com>2026-01-27 07:02:33 -1000
commit59c360c3c33a55447f08e95fed4714959300850c (patch)
treebdcd7fa0f98fa8ab874e63f888d7dc5528aee763 /web/templates/partials
parentf8757aef930a22669255359ff50908e0f7a941af (diff)
Fix z-index, conditions auth, and meal combining (#62, #63, #64)
Bug fixes: - #62: Increase FAB button z-index from z-40 to z-50 - #63: Combine multiple meals per date+mealType in Meals tab - #64: Make /conditions route public (no auth required) Changes: - FAB button now z-50 (same as modals, appears on top when scrolling) - Meals tab groups meals by date+mealType, joins recipe names with " + " - Conditions page moved outside protected routes group DESIGN.md updates: - Updated z-index hierarchy table - Added Meals View section - Noted conditions page is public Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'web/templates/partials')
-rw-r--r--web/templates/partials/plantoeat-meals.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/partials/plantoeat-meals.html b/web/templates/partials/plantoeat-meals.html
index 1f016ef..f05c98c 100644
--- a/web/templates/partials/plantoeat-meals.html
+++ b/web/templates/partials/plantoeat-meals.html
@@ -10,7 +10,7 @@
<div class="space-y-3">
{{range .Meals}}
<div class="border-l-4 border-plantoeat bg-black/30 pl-4 py-3 rounded-r-lg hover:bg-black/40 transition-colors">
- <p class="font-medium text-white">{{.RecipeName}}</p>
+ <p class="font-medium text-white">{{range $i, $name := .RecipeNames}}{{if $i}} + {{end}}{{$name}}{{end}}</p>
<div class="flex justify-between items-center mt-2">
<span class="text-sm text-white/60">{{.Date.Format "Mon, Jan 2"}}</span>
<span class="badge bg-green-900/50 text-green-300 capitalize">