You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open Tasks section on Area detail page — a new ad-section lists all open tasks across the area's linked projects, grouped with status (To Do / In Progress / …) and priority badges. When no projects are linked, or all tasks are complete, a contextual empty state is shown.
Overdue task count stat tile — the summary strip at the top of AreaDetailPage now includes an Overdue tile whose value turns red (ad-stat-tile__value--red) when overdue tasks exist.
Ideas count stat tile — an Ideas tile (clay accent when non-zero) is added to the summary strip alongside the existing Open Tasks and Notes tiles.
Changed
Ideas section promoted to top-level — the Related Ideas block was previously nested inside the Projects section; it is now a standalone ad-section rendered after Open Tasks, making it easier to scan at a glance.
ITaskService injected into AreaDetailPage to load per-area task data.