AcadeDoc/apps/client/src
Corentin fe75ea5c45 fix(database-view): send tableId to bridge and correct SSE path
useViewData omitted the tableId query param required by the bridge
GET /views/:id/data route -> 400 'tableId query param required' and a
blank 'Could not load view'. The SSE consumer hit /api/v1/events/sse
but the bridge mounts the stream at /api/events -> 404 reconnect loop.
Thread tableId through ViewDataParams and all five callers; point the
SSE URL at /api/events.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 09:20:38 +00:00
..
assets switch to nx monorepo 2024-01-09 18:58:26 +01:00
components feat(navigation): replace EE-only pages with Acadenice OSS equivalents 2026-05-11 09:54:54 +00:00
ee fix: a11y 2026-05-04 23:04:26 +01:00
features fix(database-view): send tableId to bridge and correct SSE path 2026-05-18 09:20:38 +00:00
hooks feat: favorites (#2103) 2026-04-12 22:06:25 +01:00
lib refactor(acadedoc): move branding from .env to UI-only — Patch 020 2026-05-08 11:49:49 +02:00
pages feat(acadenice): wire /template slash command to TemplatePickerModal via DOM event 2026-05-08 13:16:19 +02:00
theme refactor(acadedoc): move branding from .env to UI-only — Patch 020 2026-05-08 11:49:49 +02:00
App.tsx feat(navigation): replace EE-only pages with Acadenice OSS equivalents 2026-05-11 09:54:54 +00:00
i18n.ts feat(editor): audio and PDF nodes (#2064) 2026-03-28 17:33:29 +00:00
main.tsx feat(acadedoc): add AcadeDoc branding, Brevo SMTP preset, UI customization — R4.4 2026-05-08 11:36:38 +02:00
test-setup.ts fix(acadenice): resolve test suite failures across R3 sub-blocks (Patch 017) 2026-05-08 10:36:19 +02:00
theme.ts feat: A11y fixes (#2148) 2026-05-04 21:21:37 +01:00
vite-env.d.ts Show version 2024-09-01 17:30:34 +01:00