linXiv frontend (TS/JS)
    Preparing search index...
    interface ImportDialogProps {
        onClose: () => void;
        onDone: (newProjectIds: number[]) => void;
        open: boolean;
        projectId?: number;
    }
    Index
    onClose: () => void
    onDone: (newProjectIds: number[]) => void

    Called after all queued files finish processing. newProjectIds contains any project IDs created by .lxproj imports.

    open: boolean
    projectId?: number

    When set, PDFs and BibTeX entries are linked to this project after import.