From 0d8b56864ac4d5df1acd4a8b369f028366625c16 Mon Sep 17 00:00:00 2001 From: Matthias Meister Date: Tue, 5 May 2026 22:25:34 +0200 Subject: [PATCH] Prepare Canva redesign worktree --- ...-1 - Redesign-dev-website-from-Canva-reference.md | 12 +++++++++--- pnpm-workspace.yaml | 4 ++++ 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 pnpm-workspace.yaml diff --git a/backlog/tasks/task-1 - Redesign-dev-website-from-Canva-reference.md b/backlog/tasks/task-1 - Redesign-dev-website-from-Canva-reference.md index 2e87680..414ceea 100644 --- a/backlog/tasks/task-1 - Redesign-dev-website-from-Canva-reference.md +++ b/backlog/tasks/task-1 - Redesign-dev-website-from-Canva-reference.md @@ -4,7 +4,7 @@ title: Redesign dev website from Canva reference status: In Progress assignee: [] created_date: '2026-05-05 20:20' -updated_date: '2026-05-05 20:20' +updated_date: '2026-05-05 20:25' labels: [] dependencies: [] priority: high @@ -18,9 +18,9 @@ Create an isolated worktree and redesign the regional dev landing page to match ## Acceptance Criteria -- [ ] #1 A new git worktree exists under .worktrees for the redesign branch +- [x] #1 A new git worktree exists under .worktrees for the redesign branch - [ ] #2 The landing page visual style follows the provided Canva reference -- [ ] #3 The Astro site builds successfully +- [x] #3 The Astro site builds successfully - [ ] #4 The redesigned page is reviewed locally before handoff @@ -33,3 +33,9 @@ Create an isolated worktree and redesign the regional dev landing page to match 4. Implement the approved Astro redesign 5. Build and visually review locally + +## Implementation Notes + + +Created worktree at .worktrees/canva-redesign on branch codex/canva-redesign. Baseline build passes with CI=true pnpm run build after approving dependency build scripts. + diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..7426fb3 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,4 @@ +allowBuilds: + esbuild: true + msw: true + sharp: true