AcadeDoc/apps/client/src/features/acadenice/database-view/extension
Corentin 43a70929ec fix(database-view): pick a database before listing tables
The insert-database modal called the public bridge /api/v1/tables route,
which requires a databaseId and a Baserow user JWT — the modal supplied
neither, so the request returned 400 then 501.

Add a step 0 to pick a workspace and database (auto-resolved when each
lists only one), then list tables via the admin endpoint
GET /api/v1/admin/tables?databaseId=X. The client extension is also
rewired to .extend() the shared DatabaseView node.
2026-05-11 12:28:38 +00:00
..
database-view-component.tsx feat(acadenice): add timeline view (Gantt) for databases — R4.1 2026-05-08 11:27:11 +02:00
database-view-extension.ts fix(database-view): pick a database before listing tables 2026-05-11 12:28:38 +00:00
database-view.module.css feat(client): add database-view Tiptap extension for R3.1.c 2026-05-08 00:07:33 +02:00