Files
PodTui/tests
Michael Freno 1cf3361e59 fix(feed): stop refreshes from re-sorting the updated list
Two fixes to refresh order stability (My Shows / Feed sort by
lastUpdated):

- A refresh that fetches identical episodes no longer bumps
  lastUpdated (id-set comparison via sameEpisodes), so unchanged
  feeds keep their position instead of reordering every cycle.
- refreshAllFeeds now fetches in parallel and applies ONE atomic
  update instead of a per-feed setFeeds, which re-sorted the list
  once per completion and made order flap until the batch finished.

Adds feed-refresh regression tests with mocked clock.
2026-08-10 20:57:02 -04:00
..
2026-08-09 14:38:33 -04:00
2026-08-09 09:54:52 -04:00
2026-08-07 18:59:25 -04:00
2026-08-07 13:38:32 -04:00
2026-08-09 14:38:33 -04:00