summaryrefslogtreecommitdiff
path: root/SESSION_STATE.md
diff options
context:
space:
mode:
Diffstat (limited to 'SESSION_STATE.md')
-rw-r--r--SESSION_STATE.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/SESSION_STATE.md b/SESSION_STATE.md
index 56ff56e..6e076f5 100644
--- a/SESSION_STATE.md
+++ b/SESSION_STATE.md
@@ -3,8 +3,22 @@
## Current Focus
Implementing bugs from production database
-## Recently Completed
+## Recently Completed Bugs
- **#74**: Feature toggles - Added feature toggle system with UI at `/settings`
+- **#56**: Box contents overflow - Added overflow-hidden to card/panel classes
+- **#65**: Google tasks don't show up - Added logging, fixed tasks without due dates
+- **#66**: Tasks use outdated template - Added no-cache headers to dynamic responses
+- **#67**: Pop up menus need higher z-index - Updated to z-[100]
+- **#68**: Track completion in external sources - Already implemented
+- **#69**: Timeline calendar view - Implemented calendar-style Today section with:
+ - Hourly grid (6am-10pm)
+ - Events positioned by time with duration-based height
+ - Separate compact section for overdue/all-day/untimed items
+ - Added IsOverdue and IsAllDay fields to TimelineItem model
+- **#70**: Clear input boxes on success - Fixed shopping-mode.html reset
+- **#71**: Shopping items no checkmarks - Removed checkboxes from shopping-tab (only in shopping mode)
+- **#72**: Inline add per store - Added inline input at end of each store section
+- **#73**: Store grouping optional - Added Grouped/Flat view toggle with query param
## Active Feature
**Agent Context API** — `issues/feature_agent_context_api.md`