Prepare Canva redesign worktree
This commit is contained in:
@@ -4,7 +4,7 @@ title: Redesign dev website from Canva reference
|
|||||||
status: In Progress
|
status: In Progress
|
||||||
assignee: []
|
assignee: []
|
||||||
created_date: '2026-05-05 20:20'
|
created_date: '2026-05-05 20:20'
|
||||||
updated_date: '2026-05-05 20:20'
|
updated_date: '2026-05-05 20:25'
|
||||||
labels: []
|
labels: []
|
||||||
dependencies: []
|
dependencies: []
|
||||||
priority: high
|
priority: high
|
||||||
@@ -18,9 +18,9 @@ Create an isolated worktree and redesign the regional dev landing page to match
|
|||||||
|
|
||||||
## Acceptance Criteria
|
## Acceptance Criteria
|
||||||
<!-- AC:BEGIN -->
|
<!-- AC:BEGIN -->
|
||||||
- [ ] #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
|
- [ ] #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
|
- [ ] #4 The redesigned page is reviewed locally before handoff
|
||||||
<!-- AC:END -->
|
<!-- AC:END -->
|
||||||
|
|
||||||
@@ -33,3 +33,9 @@ Create an isolated worktree and redesign the regional dev landing page to match
|
|||||||
4. Implement the approved Astro redesign
|
4. Implement the approved Astro redesign
|
||||||
5. Build and visually review locally
|
5. Build and visually review locally
|
||||||
<!-- SECTION:PLAN:END -->
|
<!-- SECTION:PLAN:END -->
|
||||||
|
|
||||||
|
## Implementation Notes
|
||||||
|
|
||||||
|
<!-- SECTION:NOTES:BEGIN -->
|
||||||
|
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.
|
||||||
|
<!-- SECTION:NOTES:END -->
|
||||||
|
|||||||
4
pnpm-workspace.yaml
Normal file
4
pnpm-workspace.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
allowBuilds:
|
||||||
|
esbuild: true
|
||||||
|
msw: true
|
||||||
|
sharp: true
|
||||||
Reference in New Issue
Block a user