[PR #4401] [MERGED] save album sort direction/ sortDesc param #10355

Closed
opened 2026-02-05 14:20:24 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/4401
Author: @JonasMayerDev
Created: 10/9/2023
Status: Merged
Merged: 10/10/2023
Merged by: @alextran1502

Base: mainHead: main


📝 Commits (1)

  • f28324d save album sort direction/ sortDesc param

📊 Changes

2 files changed (+7 additions, -4 deletions)

View changed files

📝 web/src/lib/stores/preferences.store.ts (+2 -0)
📝 web/src/routes/(user)/albums/+page.svelte (+5 -4)

📄 Description

Saves the sorting direction (asc. / desc.) in albums tab to make user experience more consistent.
I tested it in the dev env and it worked for me.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/4401 **Author:** [@JonasMayerDev](https://github.com/JonasMayerDev) **Created:** 10/9/2023 **Status:** ✅ Merged **Merged:** 10/10/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`f28324d`](https://github.com/immich-app/immich/commit/f28324d2dbd66c685f04738a9db25b5ca2898c52) save album sort direction/ sortDesc param ### 📊 Changes **2 files changed** (+7 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/stores/preferences.store.ts` (+2 -0) 📝 `web/src/routes/(user)/albums/+page.svelte` (+5 -4) </details> ### 📄 Description Saves the sorting direction (asc. / desc.) in albums tab to make user experience more consistent. I tested it in the dev env and it worked for me. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:20:24 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#10355