Skip to content

Conversation

bwees
Copy link
Member

@bwees bwees commented Aug 30, 2025

Description

Fixes #20141

How Has This Been Tested?

Tested in the album selector on mobile with demo instance. Search and sort is retained when pull to refresh occurs.

Checklist:

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation if applicable
  • I have no unrelated changes in the PR.
  • I have confirmed that any new dependencies are strictly necessary.
  • I have written tests for new code (if applicable)
  • I have followed naming conventions/patterns in the surrounding code
  • All code in src/services/ uses repositories implementations for database calls, filesystem operations, etc.
  • All code in src/repositories/ is pretty basic/simple and does not have any immich specific logic (that belongs in src/services/)

bwees added 7 commits August 30, 2025 13:52
why is autoformat not working
we have to cache our sorted albums since sorting is very computationally expensive and cannot be run on every keystroke. For searches, instead of pulling from the list of albums, we now pull from the cached sorted list and then filter which is then shown to the user
@alextran1502 alextran1502 merged commit bf62117 into main Sep 4, 2025
48 checks passed
@alextran1502 alextran1502 deleted the fix/20141 branch September 4, 2025 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[beta] Album filter (All, Shared with me, My albums) is not maintained between reloads
2 participants