summaryrefslogtreecommitdiff
path: root/DESIGN.md
diff options
context:
space:
mode:
Diffstat (limited to 'DESIGN.md')
-rw-r--r--DESIGN.md24
1 files changed, 22 insertions, 2 deletions
diff --git a/DESIGN.md b/DESIGN.md
index 59f3cb8..32e2d15 100644
--- a/DESIGN.md
+++ b/DESIGN.md
@@ -184,6 +184,15 @@ BuildTimeline(ctx, store, calendarClient, tasksClient, start, end)
- `bg-black/60 backdrop-blur-lg` for modals
- `box-shadow: 0 0 12px black` for depth
+**Z-Index Hierarchy:**
+| Layer | z-index | Element |
+|-------|---------|---------|
+| Content | default | Page content |
+| Sticky headers | z-10 | Timeline section headers |
+| Details dropdown | z-30 | Navigation dropdown menu |
+| FAB button | z-50 | Floating action button |
+| Modals | z-50 | Action modal, edit modal |
+
### Typography
- **Font:** Inter (300, 400, 500, 600 weights)
@@ -247,8 +256,8 @@ Chronological view of all upcoming items grouped by day section.
**Data Sources:** Todoist, Trello, PlanToEat, Google Calendar, Google Tasks
**Organization:**
-- **Today** (expanded) - Items due today
-- **Tomorrow** (collapsed) - Items due tomorrow
+- **Today** (expanded, collapsible) - Items due today
+- **Tomorrow** (expanded, collapsible) - Items due tomorrow
- **Later** (collapsed) - Items 2+ days out
**Item Display:**
@@ -281,8 +290,19 @@ Aggregated shopping lists from Trello + PlanToEat + user items.
- Large touch targets
- Fixed bottom quick-add
+### Meals View (`/tabs/meals`)
+
+PlanToEat meal schedule for the next 7 days.
+
+**Features:**
+- Meals grouped by date + meal type (breakfast/lunch/dinner)
+- Multiple recipes for same slot combined with " + " separator
+- Sorted by date, then meal type order
+
### Conditions Page (`/conditions`)
+**Public route** - no authentication required.
+
Standalone live feeds page with:
- 3 Kilauea volcano webcams (USGS)
- 2 Hawaii weather maps (Windy.com)