docling-studio/frontend/src/shared
Pier-Jean Malandrino 03e5dfac17 feat(ui): add Maintain step with graph visualization
Move the graph view from a Verify-tab (where it sat post-analysis, off
the main flow) to a dedicated Maintain step after Ingest, so the graph
result is visible at the natural end of the Configure → Verify →
Prepare → Ingest → Maintain pipeline.

- StudioPage: new 'maintain' mode toggle + panel rendering GraphView
- ResultTabs: remove obsolete graph tab
- i18n: add studio.maintain (fr + en)
- GraphView: fix init order — flip loading off and await nextTick before
  renderGraph so the canvas <div> is mounted when cytoscape reads its
  container ref (previous code bailed silently on null ref)
2026-04-29 14:00:00 +02:00
..
api Format all frontend files with Prettier 2026-04-03 15:50:32 +02:00
composables Add reusable pagination composable and PaginationBar component 2026-04-02 13:41:50 +02:00
ui feat(#180): feature-flag ingestion pipeline and add brainless one-liner Quick Start 2026-04-13 11:18:56 +02:00
appConfig.ts fix(decoupling): eliminate cross-feature imports and add typed health endpoint 2026-04-10 13:11:29 +02:00
format.ts Migrate frontend in typescript 2026-03-21 15:58:43 +01:00
i18n.test.ts fix(decoupling): eliminate cross-feature imports and add typed health endpoint 2026-04-10 13:11:29 +02:00
i18n.ts feat(ui): add Maintain step with graph visualization 2026-04-29 14:00:00 +02:00
types.ts feat(chunking): soft-delete chunk with confirmation dialog 2026-04-10 20:28:24 +02:00