diff --git a/frontend/src/components/dashboard/DashboardPage.tsx b/frontend/src/components/dashboard/DashboardPage.tsx index da902d1..59fb09f 100644 --- a/frontend/src/components/dashboard/DashboardPage.tsx +++ b/frontend/src/components/dashboard/DashboardPage.tsx @@ -110,7 +110,7 @@ export default function DashboardPage() { return (
{/* Header — greeting + date + quick add */} -
+

{getGreeting(settings?.preferred_name || undefined)} @@ -157,7 +157,7 @@ export default function DashboardPage() {

-
+
{/* Week Timeline */} {upcomingData && (
@@ -187,7 +187,7 @@ export default function DashboardPage() { {/* Main Content — 2 columns */} -
+
{/* Left: Upcoming feed (wider) */}
{upcomingData && upcomingData.items.length > 0 ? ( @@ -207,7 +207,7 @@ export default function DashboardPage() {
{/* Right: Countdown + Today's events + todos stacked */} -
+
{data.starred_events.length > 0 && ( )} diff --git a/frontend/src/components/dashboard/StatsWidget.tsx b/frontend/src/components/dashboard/StatsWidget.tsx index 34d09a9..1fd72a9 100644 --- a/frontend/src/components/dashboard/StatsWidget.tsx +++ b/frontend/src/components/dashboard/StatsWidget.tsx @@ -42,7 +42,7 @@ export default function StatsWidget({ projectStats, totalIncompleteTodos, weathe ]; return ( -
+
{statCards.map((stat) => ( {task.parent_task_title} )}
- {task.project_name} + {task.project_name} - +