MarquezProject / marquez-web

Marquez Web UI
22 stars 6 forks source link

Feature/data loading #22

Closed mell0kat closed 5 years ago

mell0kat commented 5 years ago

Description

Shows a <Loader /> component while data is being fetched.

This involved adding an isLoading field to the display state, which is set to true / false as data is fetched.

loading

Checklist