torque-pro-assistant - v1.0.0
    Preparing search index...
    • Library sessions table — matches the design handoff's 12-column layout with a sparkline profile column, peak metric columns, and a row-action menu. Row click navigates to the matching detail page; the leftmost checkbox toggles selection for the Compare flow.

      Per-row button opens a RowMenu popover with Open / Rename / Duplicate / Export CSV / Show in folder / Delete entries (handoff-4). Rename + Delete each open a modal dialog; Duplicate / Export / Show-in-folder fire a confirmation toast (Export + Show are stubs pending the Electron shell wiring).

      Headers for the four sort columns (name / date / duration / size) are click-to-sort; numeric columns derived from summarize are sorted via the table's data prop (caller pre-sorts via the filterAndSortSessions util).

      Parameters

      Returns Element

      A raw <table className="tbl"> element styled by the design's global table classes.