diff --git a/docs/responsive-testing.md b/docs/responsive-testing.md new file mode 100644 index 0000000..8a24459 --- /dev/null +++ b/docs/responsive-testing.md @@ -0,0 +1,18 @@ +# Responsive testing notes + +Check the admin shell at these widths before merging layout changes: + +| Width | What to verify | +| --- | --- | +| 390px | Sidebar collapses, header text truncates, primary actions wrap. | +| 768px | Forms keep readable gaps and do not create horizontal scroll. | +| 1024px | Sidebar labels are visible and dashboard content uses available width. | +| 1440px | Product editor cards and side panels remain balanced. | + +Core flows: + +- catalog product form; +- product editor master attributes; +- completeness side panel; +- header search and profile actions; +- long missing-attribute names. diff --git a/frontend/apps/admin/src/app/(dashboard)/catalog/editor/page.tsx b/frontend/apps/admin/src/app/(dashboard)/catalog/editor/page.tsx index c4a3849..ebf9b37 100644 --- a/frontend/apps/admin/src/app/(dashboard)/catalog/editor/page.tsx +++ b/frontend/apps/admin/src/app/(dashboard)/catalog/editor/page.tsx @@ -18,18 +18,18 @@ export default function ProductEditorPage() { return (
Editing: T-Shirt Basic (TSHIRT-001)