web-frontend · git:20260826.ac8a108 · 2026-08-26 · sha256 e5a75c25e7f87aa0
web-frontend git:20260826.ac8a108A
Immutable. This exact content is served forever at /api/v1/blob/e5a75c25e7f87aa0.
---
description: Next.js dashboard conventions under web/
globs: web/**/*.{ts,tsx,css}
alwaysApply: false
---
# web/ — dashboard
- Talk **only** to `api/`. No direct agent calls.
- No business rule that the API does not also enforce.
- Layouts must survive ~1.4× string growth (German). No fixed-width labels that clip.
- Arabic: full RTL for chrome; keep phone numbers, timestamps, IDs, logs, code LTR.
- Dark theme designed first; light is a real second pass, not a naive invert.
- Every screen needs empty, loading (skeletons), error, success, and offline states.
- User-facing copy comes from `locales/`, not hardcoded English in components.