From 63cd754f46c8abb85fc4cfcdd24d29c6af2399e0 Mon Sep 17 00:00:00 2001 From: jyswee Date: Thu, 23 Jul 2026 23:01:07 +0000 Subject: [PATCH] Seed: project-management template (23 files) --- src/pages/Timeline.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/pages/Timeline.tsx b/src/pages/Timeline.tsx index cff179c..1be0bbd 100644 --- a/src/pages/Timeline.tsx +++ b/src/pages/Timeline.tsx @@ -82,7 +82,7 @@ export default function TimelinePage() {
{Object.entries(phaseColors).map(([phase, color]) => (
-
+
{phase}
))} @@ -102,7 +102,7 @@ export default function TimelinePage() {
Project
{months.map((month, i) => ( -
+
{month} 2026
))} @@ -114,26 +114,26 @@ export default function TimelinePage() {

{project.name}

- {project.phase} + {project.phase}
{/* Background grid */} {months.map((_, i) => ( -
+
))} {/* Bar */}
{project.name}
{/* Milestones */} {project.milestones.map((ms, mi) => ( -
+
@@ -159,7 +159,7 @@ export default function TimelinePage() { {timelineProjects.flatMap(p => p.milestones.map(ms => ({ project: p.name, ...ms, color: p.color }))).sort((a, b) => a.month - b.month).map((ms, i) => (
-
+