Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mockups/README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -45,7 +45,7 @@ Some document-search mockups include live handoff routes (for example `document-

## Phone Choose mode sheet YES comps

Runnable study at [`/mockups/phone-mode-sheet-yes`](../src/app/mockups/phone-mode-sheet-yes/page.tsx): design review of the shipping phone mode sheet plus **YES 01 perfected** (sectioned clinical listshipping recommendation) and YES 02 (icon deck alternate). Shared mockup chrome is suppressed so only the in-frame sheet is judged.
Runnable study at [`/mockups/phone-mode-sheet-yes`](../src/app/mockups/phone-mode-sheet-yes/page.tsx): **new YES comps** after feedback rejected Find / Diagnose / Care organisation. **YES 01 dense title list** (shipping recommendation) and **YES 02 flat icon tiles** — both flat, glance-first. Shared mockup chrome is suppressed so only the in-frame sheet is judged.

## Mode-page redesign comps (2026-07-31)

Expand Down
4 changes: 2 additions & 2 deletions src/app/mockups/phone-mode-sheet-yes/page.tsx
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,9 +3,9 @@ import type { Metadata } from "next";
import { PhoneModeSheetYesMockups } from "@/components/phone-mode-sheet-yes-mockups";

export const metadata: Metadata = {
title: "Phone mode sheet YES 01 perfected - Clinical KB",
title: "Phone mode sheet glance YES comps - Clinical KB",
description:
"Perfected phone Choose mode sheet: sectioned clinical list with all review findings closed, plus the icon-deck alternate.",
"New phone Choose mode sheet YES comps: dense title list and flat icon tiles, without Find/Diagnose/Care organisation.",
};

export default function PhoneModeSheetYesMockupPage() {
Expand Down
Loading
Loading