summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/templates/index.html2
-rw-r--r--web/templates/partials/plantoeat-meals.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/templates/index.html b/web/templates/index.html
index c6743ba..3451623 100644
--- a/web/templates/index.html
+++ b/web/templates/index.html
@@ -118,7 +118,7 @@
<!-- Unified Action Button (FAB) -->
<button onclick="openActionModal()"
- class="fixed bottom-4 right-4 z-40 bg-black/60 hover:bg-black/80 backdrop-blur-sm text-white p-4 rounded-full no-print"
+ class="fixed bottom-4 right-4 z-50 bg-black/60 hover:bg-black/80 backdrop-blur-sm text-white p-4 rounded-full no-print"
style="box-shadow: 0 0 12px black;"
title="Quick Actions (Ctrl+K)">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
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">