Add Ingest as a dedicated mode tab in the Studio pipeline (Configure → Verify → Prepare → Ingest). Create IngestPanel component in features/ingestion/ui/ with summary, stepper, and action button. Remove orphan Ingest button and inline stepper from StudioPage. Remove auto-ingest on analysis complete. Closes #160
2 lines
106 B
TypeScript
2 lines
106 B
TypeScript
export { useIngestionStore } from './store'
|
|
export { default as IngestPanel } from './ui/IngestPanel.vue'
|