Problem
Network lists, transformation lists, and task lists are all rendered in full with no pagination, virtual scrolling, or "show more" pattern. For active deployments with many networks or transformations, this will degrade UI responsiveness.
Suggested fix
Add pagination or a virtual scrolling approach (e.g., react-window) for ResourceList and TransformationTasksTable. Even a simple "show first N, click to load more" pattern would help.
Problem
Network lists, transformation lists, and task lists are all rendered in full with no pagination, virtual scrolling, or "show more" pattern. For active deployments with many networks or transformations, this will degrade UI responsiveness.
Suggested fix
Add pagination or a virtual scrolling approach (e.g.,
react-window) forResourceListandTransformationTasksTable. Even a simple "show first N, click to load more" pattern would help.