Errors tab view: shows failed FunConfig entries from pull/push operations.
Pure function — takes state and rect, returns [{widget, rect}].
Summary
Functions
Renders the failed configs table.
Functions
@spec render(PhoenixGenApiTui.State.t(), ExRatatui.Layout.Rect.t()) :: [ {struct(), ExRatatui.Layout.Rect.t()} ]
Renders the failed configs table.
Returns a list of {widget, rect} tuples containing the failed configs table
(and optionally a scrollbar when content overflows).