konveyor / tackle2-ui

Tackle (2nd generation) UI component.
Apache License 2.0
8 stars 43 forks source link

[BUG] Task Manager Drawer - scroll the list to fetch more tasks to display #1973

Closed sjd78 closed 2 months ago

sjd78 commented 5 months ago

Followup to #1955

Note 1: Until fetch more / infinite scroll is implemented in the task manager drawer list, only the first 20 queued tasks will be displayed.

Add an infinite scroll fetch to the tack manager drawer to make it easy to load a long list of queued tasks. Alternatively, use a "...load more tasks" kind of indicator list item that requires a user to manually click to load additional tasks.