Skip to content

feat: Sort articles using SortListModel

Casper Meijn requested to merge caspermeijn/read-it-later:sort into master

Instead of sorting article on inserting into the model, sort the articles on demand. This will simplify appending articles to the model in larger batches.

Merge request reports