brainglobe / brainrender-napari

A napari plugin to render BrainGlobe atlases and associated data as layers.
BSD 3-Clause "New" or "Revised" License
18 stars 1 forks source link

Nicer UI for downloading atlases #62

Open alessandrofelder opened 11 months ago

alessandrofelder commented 11 months ago

There should be a progress bar and the opportunity to cancel the download (instead of having to confirm it). Could part of this be moved into bg_atlasapi ? Maybe with a yield statement giving updates that can be shown in the progress bar here?

Related: https://github.com/brainglobe/bg-atlasapi/issues/121

alessandrofelder commented 11 months ago

A related napari example might be useful here