[PR #2303] [MERGED] feat(web): Add action button to search result page #9482

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

📋 Pull Request Information

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

Base: mainHead: feat/web-add-action-button-to-search-page


📝 Commits (6)

📊 Changes

3 files changed (+262 additions, -8 deletions)

View changed files

📝 web/src/lib/components/assets/thumbnail/thumbnail.svelte (+7 -0)
📝 web/src/lib/components/shared-components/gallery-viewer/gallery-viewer.svelte (+2 -0)
📝 web/src/routes/(user)/search/+page.svelte (+253 -8)

📄 Description

Resolved #2307 #2308

  • Add archive icon to thumbnail - only displayed on the search page
  • Favorite and archive icon shows on the thumbnail on the search page
  • Bulk toggle archive/favorite - if one of the selected assets is not in the archive/favorite, the action would be to archive/favorite all - if all the selected assets are archived/favorite or not-archived/not-favorite, the option would be unarchived/unfavorite and archived/favorite, respectively

🔄 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/2303 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 4/21/2023 **Status:** ✅ Merged **Merged:** 4/21/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feat/web-add-action-button-to-search-page` --- ### 📝 Commits (6) - [`7562196`](https://github.com/immich-app/immich/commit/7562196cceff64fa4a56fb2844cf2b7ff71c2b25) feat(web): Add action button to search result page - [`8790bdc`](https://github.com/immich-app/immich/commit/8790bdc762bd12b914b70bc525b7853034b70c14) fix test - [`6ed1332`](https://github.com/immich-app/immich/commit/6ed1332a82bb9144d98676979050e3f97a329cf1) rename - [`244aabd`](https://github.com/immich-app/immich/commit/244aabd8a513a396e1a1dc928b2d503e2f7832d1) pr feedback - [`9bcf675`](https://github.com/immich-app/immich/commit/9bcf675aef76a2e6f8220d1e7daacb650279cefd) better condition - [`d097b4f`](https://github.com/immich-app/immich/commit/d097b4fdc60771102afeed3249b97afa6cb15998) fix test ### 📊 Changes **3 files changed** (+262 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/assets/thumbnail/thumbnail.svelte` (+7 -0) 📝 `web/src/lib/components/shared-components/gallery-viewer/gallery-viewer.svelte` (+2 -0) 📝 `web/src/routes/(user)/search/+page.svelte` (+253 -8) </details> ### 📄 Description Resolved #2307 #2308 * Add archive icon to thumbnail - only displayed on the search page * Favorite and archive icon shows on the thumbnail on the search page * Bulk toggle archive/favorite - if one of the selected assets is not in the archive/favorite, the action would be to archive/favorite all - if all the selected assets are archived/favorite or not-archived/not-favorite, the option would be unarchived/unfavorite and archived/favorite, respectively --- <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:05:34 +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#9482