docling-studio/frontend/src/features
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
..
analysis fix(e2e): update chunks synchronously in store to prevent rechunk timeout 2026-04-14 17:06:34 +02:00
chunking fix(e2e): update chunks synchronously in store to prevent rechunk timeout 2026-04-14 17:06:34 +02:00
document fix(decoupling): eliminate cross-feature imports and add typed health endpoint 2026-04-10 13:11:29 +02:00
feature-flags feat(#180): feature-flag ingestion pipeline and add brainless one-liner Quick Start 2026-04-13 11:18:56 +02:00
history Merge pull request #144 from scub-france/fix/decoupling-audit 2026-04-10 14:04:33 +02:00
ingestion feat(#160): promote Ingest to 4th Studio mode after Prepare 2026-04-11 10:17:12 +02:00
search feat(#159): extract search into dedicated sidebar tab 2026-04-11 10:14:02 +02:00
settings fix(decoupling): eliminate cross-feature imports and add typed health endpoint 2026-04-10 13:11:29 +02:00