From 7047e086d67412051ef9ec00fc7be63b91ca65ed Mon Sep 17 00:00:00 2001 From: Tyler Date: Wed, 17 Jun 2026 00:49:08 -0600 Subject: [PATCH] chore(design): mark Phase 5 (Orders, Products, Stops) done --- .../plans/2026-06-17-admin-redesign-checklist.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/superpowers/plans/2026-06-17-admin-redesign-checklist.md b/docs/superpowers/plans/2026-06-17-admin-redesign-checklist.md index 6b9584d..4e4acb4 100644 --- a/docs/superpowers/plans/2026-06-17-admin-redesign-checklist.md +++ b/docs/superpowers/plans/2026-06-17-admin-redesign-checklist.md @@ -77,9 +77,9 @@ git branch -D design/ui-revamp-2026-06 # delete the branch | Done | Task | Files | Notes | Commit | |---|---|---|---|---| -| [ ] | `/admin/orders` list + detail | `src/app/admin/orders/page.tsx`, `[id]/page.tsx`, `AdminOrdersPanel.tsx` | new PageHeader, StatusPill, EmptyState | `style(admin): orders page` | -| [ ] | `/admin/products` list + new + edit | `src/app/admin/products/page.tsx`, `new/page.tsx`, `[id]/page.tsx`, `ProductsClient.tsx` | same | `style(admin): products page` | -| [ ] | `/admin/stops` calendar | `src/app/admin/stops/page.tsx`, `StopsCalendarClient.tsx` | same | `style(admin): stops page` | +| [x] | `/admin/orders` list + detail | `src/app/admin/orders/page.tsx`, `[id]/page.tsx`, `AdminOrdersPanel.tsx` | new PageHeader, StatusPill, EmptyState | `feat(admin): apply design system to Orders` (467f7e6) | +| [x] | `/admin/products` list + new + edit | `src/app/admin/products/page.tsx`, `new/page.tsx`, `[id]/page.tsx`, `ProductsClient.tsx` | same | `feat(admin): apply new design system to Products pages` (1e0e278) | +| [x] | `/admin/stops` calendar | `src/app/admin/stops/page.tsx`, `StopsCalendarClient.tsx` | same | `feat(admin): apply design system to Stops pages` (685a126) | | [ ] | `/admin/communications` composer | `src/components/admin/HarvestReach/CampaignComposerPage.tsx` | same | `style(admin): comms composer` | | [ ] | `/admin/settings` index + tab bar | `src/app/admin/settings/page.tsx` | overview of all settings w/ quick links | `style(admin): settings index` |