Closed rszwajko closed 2 months ago
Attention: Patch coverage is 13.72549%
with 88 lines
in your changes missing coverage. Please review.
Project coverage is 42.15%. Comparing base (
b654645
) to head (d54892f
). Report is 224 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
(queries with 2 sec delay to show loading progress)
https://github.com/user-attachments/assets/58d8bdaa-f973-4a8e-b747-1a079a16cf7f
@sjd78 @ibolton336 the current version contains log entries and a test page size (2 items) - it makes things easier to test during the review. I'll remove it before the merge.
@sjd78 @ibolton336 I've removed the extra logs. There is also one code change - extra wrapper to avoid setting the state on unmounted component (which theoretically may happen as IntersectionObserver is browser API)
Implement InfiniteScroller based on oVirt VmPortal implementation and use it to fetch additional tasks in the Task Drawer. Key features:
Resolves: https://github.com/konveyor/tackle2-ui/issues/1973 Reference-Url: https://github.com/oVirt/ovirt-web-ui/blob/dfe0c4b8c92638f6e41b9fe0b09e0d07509618ae/src/components/VmsList/index.js#L50 Signed-off-by: Radoslaw Szwajkowski rszwajko@redhat.com