// today/TodayStates.jsx — Empty + Loading + Error for the Today tab. function TodayEmpty({ dark = false }) { return ( Sunday · Mar 16 } trailing={<>}/>
Nothing on today.
Add a to-do, set a goal, or connect a calendar. Your day takes shape here once there's something on it.
); } window.TodayEmpty = TodayEmpty; function TodayLoading({ dark = false }) { const Sk = ({ w = '100%', h = 12, r = 6, style }) => (
); return ( Sunday · Mar 16
} trailing={<>
}/> {/* greeting hero skeleton */}
{[1,2,3,4].map(i => (
))}
{[1,2,3].map(i => (
))}
); } window.TodayLoading = TodayLoading;