1.9 KiB
id, title, status, assignee, created_date, updated_date, labels, dependencies, priority
| id | title | status | assignee | created_date | updated_date | labels | dependencies | priority |
|---|---|---|---|---|---|---|---|---|
| TASK-1 | Redesign dev website from Canva reference | In Progress | 2026-05-05 20:20 | 2026-05-05 20:37 | high |
Description
Create an isolated worktree and redesign the regional dev landing page to match the provided Canva visual direction once the reference is available.
Acceptance Criteria
- #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
- #4 The redesigned page is reviewed locally before handoff
Implementation Plan
- Create isolated worktree under .worktrees
- Capture or receive Canva style reference
- Propose concise design direction for approval
- Implement the approved Astro redesign
- 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.
Implemented a consolidated Canva-inspired landing page in src/components/canva-landing.tsx and switched src/pages/index.astro to it. Smoke test and CI=true pnpm run build pass. Local dev server responds with HTTP 200 at http://127.0.0.1:4321/. Browser screenshot tooling is not available in this session, so visual review remains open.
Converted visible German UI copy from ae/oe/ue fallbacks to real umlauts in the Canva landing page and legacy section components. Added smoke-test coverage for the Canva landing copy.
Removed the black decorative cutout from the red hero panel and replaced it with a clean responsive border between the black and red surfaces.