Skip to content

Feat/explore sort

Eirik Steira requested to merge feat/explore-sort into dev

Implement sorting in explore images.

Add abstract base class PaginatedContent to enable reuse in explore albums. This defers the creation of a service and the actual content/results to the subclasses to let them decide what type of content to display, the rest is handled by itself.

Edited by Eirik Steira

Merge request reports