Skip to content

Extract PaginatedDependenciesTable component

What does this MR do?

This is a refactoring, which contributes to #10077 (closed).

This extracts a store-connected component that wraps the DependenciesTable and Pagination components, and passes them the appropriate store state.

This refactoring will help make the dual, independent and stateful dependency lists of the feature easier to implement.

Note: This depends on !14293 (merged). Once that's been merged, I will re-set this MR's target branch to master, and then this can be merged. Until then, this MR is marked WIP to avoid merging too early. The target branch is now master, and it's been rebased on top of latest master. This should be good to merge.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Edited by Mark Florian

Merge request reports