// today/ProjectDetail.jsx — tasks grouped by section + progress + people. function ProjectDetail({ dark = false }) { const proj = PROJECTS.ordentus; return (
Project
{proj.name}
Ship the first public release. Calendar merge + Health sidecar + sharing.
Progress
L
M
P
58%
28 of 48 tasks · 3 due this week
); } window.ProjectDetail = ProjectDetail;