From 2a2c773ca1970b093fa2439b858f4733e38f79c7 Mon Sep 17 00:00:00 2001 From: Saravana Achu Mac Date: Wed, 6 May 2026 13:36:25 -0700 Subject: [PATCH] docs(ui): record app shell migration --- docs/UI_UX_PLATFORM_CORE_ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UI_UX_PLATFORM_CORE_ROADMAP.md b/docs/UI_UX_PLATFORM_CORE_ROADMAP.md index 63fb8a3..0b475c5 100644 --- a/docs/UI_UX_PLATFORM_CORE_ROADMAP.md +++ b/docs/UI_UX_PLATFORM_CORE_ROADMAP.md @@ -162,7 +162,7 @@ The review surface is the highest-value pilot because it is operator-critical an ### Phase UI4 — App Shell And Navigation -- [ ] Move reusable app-shell/sidebar/header patterns into common platform if they are product-agnostic. +- [x] Move reusable app-shell/sidebar/header patterns into common platform if they are product-agnostic. Common commit: `5e7b349a7cfabb69d3d44d86afac3b02742954cb`; NoteLett commit: `63211c0019956364d48342be534864e05ff7ce44`. Verification: common `pnpm --filter @bytelyst/ui run build`; NoteLett `pnpm --filter @notelett/web run typecheck`, `pnpm --filter @notelett/web run test`, `pnpm --filter @notelett/web exec playwright test e2e/release-flows.spec.ts --reporter=list --workers=1`, `pnpm --filter @notelett/web exec playwright test e2e/reviews-visual.spec.ts --reporter=list --workers=1`, targeted shell raw-control/global-class audit, and `git diff --check` passed. - [ ] Keep NoteLett navigation labels, routes, and feature-flag gating local. - [ ] Replace global sidebar/mobile overlay CSS with common shell primitives. - [ ] Verify mobile sidebar behavior, keyboard focus order, and no horizontal overflow.