Cura/plugins/Marketplace
Ghostkeeper 031c8efbe6
Implement pagination for package list
The simplest way I can think of.
Currently we only call the request function once, so we can only get the first page. Before calling it multiple times, we should check if there are more pages by checking if the request URL is an empty string.

Contributes to issue CURA-8556.
2021-10-21 16:56:53 +02:00
..
resources/qml Add background to page content, and restructure margins 2021-10-21 16:35:54 +02:00
__init__.py Add Marketplace plug-in, starting a rewrite from the Toolbox 2021-10-19 13:06:04 +02:00
Marketplace.py Allow PackageList to be used as a model from QML 2021-10-21 15:46:46 +02:00
PackageList.py Implement pagination for package list 2021-10-21 16:56:53 +02:00
PackageModel.py Parse responses from package API call 2021-10-21 16:02:46 +02:00
plugin.json Add Marketplace plug-in, starting a rewrite from the Toolbox 2021-10-19 13:06:04 +02:00