Skip to content

WIP: Introduce hidden collections

Just an experiment to try out hidden collections and maybe after refactoring game replacement this could continue.

Games can be correctly hidden and be brought back by "un-hiding" it in hidden collection subpage.

Problems with this MR:

  • I actually replace games in the game-model which will be slower and makes the game thumbnails flash
  • I currently don't ignore hidden games' thumbnails when generating collection thumbnails
  • Design for when all games are hidden. Right now the view is just empty instead of a page saying "Games maybe hidden" etc
  • Some critical errors related to getting style context and disconnecting signal handlers and both seems to be related to Game being null somehow

This fixes #71 (moved), #94 (moved) but as said it requires refactoring of the game replacement mechanism, after which this could be much easier to implement.

Merge request reports