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>
12 lines
352 B
Markdown
12 lines
352 B
Markdown
# Frontend Accessibility
|
|
|
|
Baseline for Accounting UI:
|
|
|
|
- `lang="fa"` `dir="rtl"` on root
|
|
- Dialog: `role="dialog"`, `aria-modal`, labelled title, Escape close
|
|
- Icon buttons: `aria-label`
|
|
- Focus rings on buttons (`focus-visible:ring`)
|
|
- Contrast via design tokens (light + dark)
|
|
|
|
Target: WCAG AA for interactive controls and text contrast.
|