Skip to content
Open
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
21 changes: 21 additions & 0 deletions design-qa.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Design QA

final result: blocked

## Scope

- Reference: selected Product Design option 2, full horizontal routing lanes.
- MSW scenario: six ordered rules, eight lists, mirror tags, mixed direct/proxy/block exits, and multiple node targets.
- Implementation: `src/docs/bypass/topology/page.tsx`.
- Legacy UI remains available at `/docs/bypass`.

## Verification

- `npm run build`: passed.
- `npm test -- --run`: passed (1 file, 2 tests).
- Targeted ESLint: passed with 0 errors; only existing Sidebar effect warnings remain.
- `git diff --check`: passed.

## Blocker

Browser visual QA could not complete in this environment. The local Vite server can be started with a temporary cache, but no agent-browser capability is exposed and Firefox headless fails to produce a screenshot in this sandbox. The implementation was checked with the complex MSW data and static build/lint verification instead.
2,462 changes: 1,259 additions & 1,203 deletions package-lock.json

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"babel-plugin-react-compiler": "^1.0.0",
"chart.js": "^4.5.1",
"clsx": "^2.1.1",
"i18next": "^26.3.1",
"lucide-react": "^1.17.0",
"motion": "^12.40.0",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-chartjs-2": "^5.3.1",
"react-i18next": "^17.0.8",
"shlex": "^3.0.0",
"swr": "^2.4.1",
Expand All @@ -39,21 +37,24 @@
"@eslint/js": "^10.0.1",
"@tailwindcss/vite": "^4.3.0",
"@vitejs/plugin-react": "^6.0.2",
"agent-browser": "^0.33.1",
"baseline-browser-mapping": "^2.10.32",
"eslint": "^10.4.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.6.0",
"jsdom": "^29.1.1",
"msw": "^2.15.0",
"patch-package": "^8.0.1",
"jsdom": "^27.0.0",
"msw": "^2.15.0",
"patch-package": "^8.0.1",
"rollup-plugin-visualizer": "^7.0.1",
"vitest": "^4.0.0",
"tailwindcss": "^4.3.0",
"typescript-eslint": "^8.61.1",
"vite": "^8.0.14",
"vitest": "^4.1.10"
},
"msw": {
"workerDirectory": [
"public"
]
}
}
}
Loading