Files
feishin/src/renderer/components/item-list
Pedro Vieira 880516069d fix: preserve infinite list cache on component remount (fixes random sort reshuffling) (#2097)
* fix: preserve infinite list cache on component remount

When browsing with random sort, navigating to a detail view and coming
back would reshuffle the list. This happens because the list component
unmounts, losing its internal ref guard, and the reset effect re-fetches
all pages — returning a new random order from the server.
2026-06-09 11:21:02 -07:00
..
2026-04-28 21:02:27 -07:00
2025-12-02 00:11:42 -08:00
2026-02-09 21:56:08 -08:00