Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for paginated package download #7893

Closed
rubenwardy opened this issue Nov 25, 2018 · 0 comments
Closed

Add support for paginated package download #7893

rubenwardy opened this issue Nov 25, 2018 · 0 comments
Labels
@ Content / PkgMgr Feature request Issues that request the addition or enhancement of a feature @ Mainmenu

Comments

@rubenwardy
Copy link
Member

The content store downloads packages all at once using core.download_file(), since #7891
This means that the UI is hung until the download is complete.

Packages should instead be downloaded in a paginated manner, and stored in a local cache. This would allow the store to be shown immediately

@rubenwardy rubenwardy added Feature request Issues that request the addition or enhancement of a feature @ Content / PkgMgr labels Nov 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@ Content / PkgMgr Feature request Issues that request the addition or enhancement of a feature @ Mainmenu
Projects
None yet
Development

No branches or pull requests

1 participant