linXiv frontend (TS/JS)
    Preparing search index...

    Type Alias GraphProject

    type GraphProject = {
        color: string;
        id: number;
        name: string;
        on_graph: boolean;
        tags: string[];
    }
    Index
    color: string

    Always set: falls back to the app's default accent for a project with no colour of its own.

    id: number
    name: string
    on_graph: boolean

    Whether any paper on THIS canvas belongs to the project — an active project with no drawn paper can only empty the canvas, so the frontend narrows what it OFFERS.

    tags: string[]

    PROJECT_TO_TAG labels, ordered by label, with the reserved reading-list marker removed — bookkeeping nobody typed, filtered out on every surface.