diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-01-27 07:02:33 -1000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-01-27 07:02:33 -1000 |
| commit | 59c360c3c33a55447f08e95fed4714959300850c (patch) | |
| tree | bdcd7fa0f98fa8ab874e63f888d7dc5528aee763 /web/templates/index.html | |
| parent | f8757aef930a22669255359ff50908e0f7a941af (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/index.html')
| -rw-r--r-- | web/templates/index.html | 2 |
1 files changed, 1 insertions, 1 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"> |
