PrismLauncher/launcher/ui/pages/modplatform/modrinth
flow 6a18079953
refactor: generalize mod models and APIs to resources
Firstly, this abstract away behavior in the mod download models that can
also be applied to other types of resources into a superclass, allowing
other resource types to be implemented without so much code duplication.

For that, this also generalizes the APIs used (currently, ModrinthAPI
and FlameAPI) to be able to make requests to other types of resources.

It also does a general cleanup of both of those. In particular, this
makes use of std::optional instead of invalid values for errors and,
well, optional values :p

This is a squash of some commits that were becoming too interlaced
together to be cleanly separated.

Signed-off-by: flow <flowlnlnln@gmail.com>
2023-01-13 16:23:00 -03:00
..
ModrinthModel.cpp Merge pull request #31 from flowln/who_needs_webview 2022-10-19 14:28:29 +02:00
ModrinthModel.h Check parent in rowCount/columnCount/canFetchMore 2022-11-14 19:05:57 +00:00
ModrinthPage.cpp refactor: replace hoedown markdown parser with cmark 2023-01-12 10:08:52 -05:00
ModrinthPage.h fix: typo and useless code 2022-05-16 17:09:14 -03:00
ModrinthPage.ui feat: add image support for modrinth modpack pages 2022-10-08 14:12:03 -03:00
ModrinthResourceModels.cpp refactor: generalize mod models and APIs to resources 2023-01-13 16:23:00 -03:00
ModrinthResourceModels.h refactor: generalize mod models and APIs to resources 2023-01-13 16:23:00 -03:00
ModrinthResourcePages.cpp refactor: generalize mod models and APIs to resources 2023-01-13 16:23:00 -03:00
ModrinthResourcePages.h refactor: generalize mod models and APIs to resources 2023-01-13 16:23:00 -03:00