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.
24 lines
915 B
Markdown
24 lines
915 B
Markdown
# UI-Docs
|
||
|
||
Walkthrough screenshots, usage instructions, and a review PDF for every operator, staff, portal, admin, simulator, and catalog surface in the Verae Time × Zapier lab.
|
||
|
||
**Forgejo:** https://git.georgelambert.org/marchon/UI-Docs
|
||
|
||
## Open the review
|
||
|
||
- [UI-REVIEW.pdf](UI-REVIEW.pdf) — screenshots, how to use each screen, remaining issues
|
||
- [WALKTHROUGH.md](WALKTHROUGH.md) — click-by-click
|
||
- [REPORT.md](REPORT.md) — issues still to consider
|
||
- [screenshots/](screenshots/) — PNG atlas
|
||
|
||
## Recapture
|
||
|
||
Lab processes must already be listening (`:3850` fleet, `:3847` simulator, `:3011` CS, `:3012` sales, `:3013` accounting, `:3025` staff, `:3000` edge).
|
||
|
||
```bash
|
||
npm install
|
||
npm run walk # headless Chrome → screenshots/ + walkthrough-console.json
|
||
npm run pdf # reportlab → UI-REVIEW.pdf
|
||
```
|
||
|
||
Chrome path: `CHROME_PATH` or `/Applications/Google Chrome.app/Contents/MacOS/Google Chrome`.
|