kernelci / dashboard

KernelCI web dashboard
2 stars 3 forks source link

Feat: async filters #615

Closed MarceloRobert closed 3 days ago

MarceloRobert commented 4 days ago

Adds a loading circle and async loading for treeDetails and hardwareDetails filtering.

How to test

Go to treeDetails page or hardwareDetails page and add any filter, the page won't show the "Loading" screen anymore, instead it will show a loading circle in the filterListing and will only update the page after the data has been fetched. This works not only for the test path filtering but also for any other filter, although with the path filter it's more noticeable.

Closes #585