Skip to content

TasksPanel

The Tasks tab: the durable record of the profile's jobs. Lists the full job history (server) overlaid with the live task state, expands a batch job to its per-file children, applies a finished result, and deletes tasks. Files are the source of truth, so deleting a file cascades its jobs away server-side rather than leaving stale rows to detect here.

Functions

TasksPanel()

function TasksPanel(): Element;

Defined in: src/features/profile/components/TasksPanel.tsx:190

The TasksPanel component.

Returns

Element

The tasks panel.