Skip to content

History / LayrzScaffoldShell

Revisions

  • docs: correct LayrzScaffoldShell narrow-band sheet description The narrow band's detail sheet was described as full-height and drag-down-to-dismiss; it actually opens at half the screen (per LayrzBottomSheet's own defaults) and dismisses by dragging the handle past the 50% snap point, not by any drag-down gesture. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CbPdzx9WGe9ch9N2hb4KrZ

    @PHKenny PHKenny committed Aug 25, 2026
  • docs(scaffold-shell): update narrow band to use modal bottom sheet instead of back affordance - List pane always visible on narrow (sm/xs) breakpoints - Detail presented in modal LayrzBottomSheet (50% initialSize, snaps [0.5, 0.95], maxSize 95%) - Selection persists across breakpoint crossing - Navigator ancestor required (debug assert if missing) - Sheet not customizable; uses LayrzBottomSheet defaults - Lifting DESIGN-62 deferral per DESIGN-140 Last updated 2026-08-23

    @PHKenny PHKenny committed Aug 23, 2026
  • docs: add wiki pages for M5 components (Layout, ScaffoldShell, Scrollbar) - Rewrite LayrzLayout.md: complete specification for D37 scope - Sidebar (desktop) and drawer (mobile) presentations - Flat navigator items: Page and Label only - User menu dropdown, notifications footer - Container-driven breakpoints - Create LayrzScaffoldShell.md: adaptive list-detail shell specification - Generic over item type T - Consumer-owned filtering and detail view - Two-pane (desktop) and single-pane (mobile) presentations - Full API contract and examples - Create LayrzScrollbar.md: Material-free scrollbar documentation - Built on RawScrollbar - Installed by LayrzApp by default - Vertical scrollables only; horizontal and touch exempt - Migration guide from Material Scrollbar - Update Component-Catalog.md: - Add 'Domain: Application Shells and Navigation' section - Update M5 component list to reflect actual scope (12 components) - Reconcile dropped nav variants per D37 - Register all three new pages in wiki sidebar under Layout section

    @PHKenny PHKenny committed Aug 19, 2026