You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard 6f3ff1e9a2 docs: add JSDoc to all frontend API modules, pages, components, utilities
Add English JSDoc documentation to 32 source files across the frontend:
- API layer (8 files): client CSRF strategy, credential handling, 401 redirect,
  and endpoint-level docs for auth, settings, sources, syntheses, admin, config, apiKeys
- Pages (11 files): Settings export/import, GenerateSynthesis SSE state machine,
  Home delete confirmation timer, Sources bulk import parsing, SynthesisDetail
  email/export flows, Login/Register Turnstile lifecycle, AuthVerify token flow,
  admin Providers/RateLimits/Users
- Components (8 files): ApiKeyManager CRUD, Turnstile polling init, Navbar/MobileMenu
  route detection, Layout/AdminLayout structure, ErrorBoundary retry, Button variants,
  Toast auto-dismiss timer, LoadingSpinner props
- Utilities (2 files): SSE reconnection backoff, dates locale config
- Context (1 file): AuthContext session check, isAdmin derived signal

No logic changes. TypeScript and vitest pass unchanged.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 months ago
..
__tests__ test: add frontend page interaction tests (Home, Settings, Sources, Login, Register, Generate) 3 months ago
api docs: add JSDoc to all frontend API modules, pages, components, utilities 3 months ago
components docs: add JSDoc to all frontend API modules, pages, components, utilities 3 months ago
contexts docs: add JSDoc to all frontend API modules, pages, components, utilities 3 months ago
i18n v2: empty sections fallback in synthesis detail view 3 months ago
pages docs: add JSDoc to all frontend API modules, pages, components, utilities 3 months ago
utils docs: add JSDoc to all frontend API modules, pages, components, utilities 3 months ago
App.tsx Phase 5: Generation pipeline with SSE progress, syntheses CRUD 3 months ago
env.d.ts Finished phase 1 3 months ago
index.css Finished phase 1 3 months ago
index.tsx Finished phase 1 3 months ago
types.ts v2: dual model selection, rate limit overrides, settings export/import 3 months ago