Skip to content

Refactor library page

  • Use ListView instead of Repeater. This only creates the visible items, and should improve startup time and cover image loading speed.
  • Re-use cover items while scrolling, should reduce memory usage
  • Factor out common parts

Merge request reports