docling-studio/frontend/src/features/chunking
Pier-Jean Malandrino c4057bb010
Some checks failed
Auto-close issues on release branch merge / Close referenced issues (push) Has been cancelled
Release Docker Images / Build & push — local (push) Has been cancelled
Release Docker Images / Build & push — remote (push) Has been cancelled
fix(e2e): update chunks synchronously in store to prevent rechunk timeout
ChunkPanel emitted 'rechunked' which triggered an async re-fetch via
analysisStore.select() — but Vue does not await async emit handlers,
so chunk-cards never appeared before the E2E 30s timeout.

Now rechunk/edit/delete write returned chunks directly into the
analysis store via updateChunks(), removing the async round-trip.
2026-04-14 17:06:34 +02:00
..
ui fix(e2e): update chunks synchronously in store to prevent rechunk timeout 2026-04-14 17:06:34 +02:00
api.test.ts feat(chunking): soft-delete chunk with confirmation dialog 2026-04-10 20:28:24 +02:00
api.ts feat(chunking): soft-delete chunk with confirmation dialog 2026-04-10 20:28:24 +02:00
index.ts fix(decoupling): eliminate cross-feature imports and add typed health endpoint 2026-04-10 13:11:29 +02:00
store.test.ts feat(chunking): soft-delete chunk with confirmation dialog 2026-04-10 20:28:24 +02:00
store.ts feat(chunking): soft-delete chunk with confirmation dialog 2026-04-10 20:28:24 +02:00