[PR #25855] [MERGED] chore: rework tags sidebar #18364

Closed
opened 2026-02-05 16:37:06 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/25855
Author: @danieldietzler
Created: 2/3/2026
Status: Merged
Merged: 2/3/2026
Merged by: @alextran1502

Base: mainHead: chore/rework-tags-sidebar


📝 Commits (1)

  • 5d651c9 chore: rework tags sidebar

📊 Changes

6 files changed (+53 additions, -46 deletions)

View changed files

📝 web/src/lib/components/asset-viewer/asset-viewer.svelte (+5 -0)
📝 web/src/lib/components/asset-viewer/detail-panel-tags.svelte (+27 -37)
📝 web/src/lib/components/timeline/actions/TagAction.svelte (+2 -5)
📝 web/src/lib/managers/event-manager.svelte.ts (+1 -0)
📝 web/src/lib/modals/AssetTagModal.svelte (+4 -3)
📝 web/src/lib/services/asset.service.ts (+14 -1)

📄 Description

Fixes #25665 (though that isn't even a regression afaict).
While migrating to UI lib components I made some small design changes
Screenshot 2026-02-03 at 16 10 20
Screenshot 2026-02-03 at 16 10 35
Screenshot 2026-02-03 at 16 10 46


🔄 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/25855 **Author:** [@danieldietzler](https://github.com/danieldietzler) **Created:** 2/3/2026 **Status:** ✅ Merged **Merged:** 2/3/2026 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `chore/rework-tags-sidebar` --- ### 📝 Commits (1) - [`5d651c9`](https://github.com/immich-app/immich/commit/5d651c9b1cc32c48757605772b09215155243c01) chore: rework tags sidebar ### 📊 Changes **6 files changed** (+53 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/asset-viewer/asset-viewer.svelte` (+5 -0) 📝 `web/src/lib/components/asset-viewer/detail-panel-tags.svelte` (+27 -37) 📝 `web/src/lib/components/timeline/actions/TagAction.svelte` (+2 -5) 📝 `web/src/lib/managers/event-manager.svelte.ts` (+1 -0) 📝 `web/src/lib/modals/AssetTagModal.svelte` (+4 -3) 📝 `web/src/lib/services/asset.service.ts` (+14 -1) </details> ### 📄 Description Fixes #25665 (though that isn't even a regression afaict). While migrating to UI lib components I made some small design changes <img width="278" height="158" alt="Screenshot 2026-02-03 at 16 10 20" src="https://github.com/user-attachments/assets/48c4d5cb-aa2f-4ff0-b762-3725f50a7291" /> <img width="143" height="55" alt="Screenshot 2026-02-03 at 16 10 35" src="https://github.com/user-attachments/assets/6c79878d-7168-4c1c-b7a7-1243fb7f575c" /> <img width="166" height="76" alt="Screenshot 2026-02-03 at 16 10 46" src="https://github.com/user-attachments/assets/f658b48f-c25f-423d-b17c-4cf661c9a648" /> --- <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 16:37:06 +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#18364