Call Flows tab view: table showing all registered call flows.
Pure function — takes state and rect, returns [{widget, rect}].
Summary
Functions
Renders the call flows table.
Functions
@spec render(PhoenixGenApiTui.State.t(), ExRatatui.Layout.Rect.t()) :: [ {struct(), ExRatatui.Layout.Rect.t()} ]
Renders the call flows table.
Returns a list of {widget, rect} tuples containing the call flows table
(and optionally a scrollbar when content overflows).