[PR #2887] [MERGED] feat(web): custom drop down button #9763

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2887
Author: @alextran1502
Created: 6/21/2023
Status: Merged
Merged: 6/21/2023
Merged by: @alextran1502

Base: mainHead: feat/custom-dropdown-button


📝 Commits (3)

📊 Changes

2 files changed (+65 additions, -19 deletions)

View changed files

web/src/lib/components/elements/dropdown.svelte (+62 -0)
📝 web/src/routes/(user)/albums/+page.svelte (+3 -19)

📄 Description

Implemented a custom drop-down button. Currently used in the select sorting for album button

Before

https://github.com/immich-app/immich/assets/27055614/964846d3-0f36-41ec-a093-73fd828e845e

After

https://github.com/immich-app/immich/assets/27055614/d41eec6e-7e11-4c51-9daf-441cd8d22a50


🔄 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/2887 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 6/21/2023 **Status:** ✅ Merged **Merged:** 6/21/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feat/custom-dropdown-button` --- ### 📝 Commits (3) - [`a894668`](https://github.com/immich-app/immich/commit/a8946687b9f1910ed4ab95608159f5eb5061d365) feat(web): custom drop down button - [`01cfc15`](https://github.com/immich-app/immich/commit/01cfc153f609663136c53223fec5a557c6e9cf6b) fix test - [`71693b2`](https://github.com/immich-app/immich/commit/71693b261c201fe59bb85332b7b8703cd3f81357) fix test ### 📊 Changes **2 files changed** (+65 additions, -19 deletions) <details> <summary>View changed files</summary> ➕ `web/src/lib/components/elements/dropdown.svelte` (+62 -0) 📝 `web/src/routes/(user)/albums/+page.svelte` (+3 -19) </details> ### 📄 Description Implemented a custom drop-down button. Currently used in the select sorting for album button ## Before https://github.com/immich-app/immich/assets/27055614/964846d3-0f36-41ec-a093-73fd828e845e ## After https://github.com/immich-app/immich/assets/27055614/d41eec6e-7e11-4c51-9daf-441cd8d22a50 --- <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:10:20 +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#9763