brainglobe / brainrender-napari

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

Nicer UI for downloading atlases #62

Open alessandrofelder opened 1 year ago

alessandrofelder commented 1 year 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 1 year ago

A related napari example might be useful here