aimhubio / aim

Aim 💫 — An easy-to-use & supercharged open-source experiment tracker.
https://aimstack.io
Apache License 2.0
4.94k stars 299 forks source link

[feat] Add loading bar for API requests in boards #2989

Closed roubkar closed 9 months ago

roubkar commented 9 months ago

Use pyodideEngine events to dispatch the start and the end of API requests.

The loading bar component keeps track of progress for all pending requests. It displays the minimum of all the current requests' progress values.