TorbatYar/docs/frontend/layout-system.md
Mortezakoohjani 12c8615615 Ship enterprise Accounting FE/API with CRUD parity and production wiring.
Adds accounting-service PATCH/archive, fiscal helpers, COA templates and setup status, plus SuperApp Accounting UI (DS, scoreboard, masters, vouchers, ledger, ops modules) with session refresh and HTTPS public API URLs.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 15:26:43 +03:30

17 lines
373 B
Markdown

# Layout System
## SuperApp chrome
Root layout provides `SiteHeader` + providers. Accounting content sits below the global header.
## Accounting shell
`AccountingShell`:
- Desktop: sticky sidebar (`w-64`) with module nav
- Mobile: horizontal scroll nav
- Theme toggle in sidebar
- Back link to `/dashboard`
Page content: `max-w-7xl` centered padding.