Some checks are pending
offline / test (push) Waiting to run
Match CS/sales/accounting/access-staff to the portal indigo system with dollar amounts, skip links, and empty states. Fleet replica actions move into overflow menus, roles become chips, Docs become cards, and the header copy reflects the 0.0.0.0 bind. Simulator uses the same shell (orange only for faults). Portal API keys are masked; admin customers edit in a drawer. Catalog uses system-ui. New UI-Docs repo holds screenshots, usage notes, and UI-REVIEW.pdf.
14 lines
345 B
JSON
14 lines
345 B
JSON
{
|
||
"name": "ui-docs",
|
||
"version": "0.1.0",
|
||
"private": true,
|
||
"type": "module",
|
||
"description": "UI walkthrough, screenshots, and review PDF for Verae Time × Zapier",
|
||
"scripts": {
|
||
"walk": "node scripts/walkthrough.mjs",
|
||
"pdf": "python3 scripts/build-review-pdf.py"
|
||
},
|
||
"dependencies": {
|
||
"puppeteer-core": "^24.15.0"
|
||
}
|
||
}
|