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>
9 lines
318 B
Markdown
9 lines
318 B
Markdown
# Frontend State Management
|
|
|
|
- **Server state**: TanStack Query (`AppProviders`)
|
|
- Defaults: `staleTime 30s`, `retry 1`, no refetch on window focus
|
|
- Mutations invalidate related query keys
|
|
- **UI state**: local React state / RHF
|
|
- **Theme**: ColorModeProvider
|
|
- Do not duplicate server lists in Redux/Zustand
|