[PR #55] [MERGED] Show curated asset's location in search page #8450

Closed
opened 2026-02-05 13:47:23 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/55
Author: @alextran1502
Created: 3/16/2022
Status: Merged
Merged: 3/16/2022
Merged by: @alextran1502

Base: mainHead: dev/curate-asset-location


📝 Commits (10+)

📊 Changes

15 files changed (+434 additions, -165 deletions)

View changed files

📝 README.md (+20 -5)
📝 mobile/lib/main.dart (+2 -1)
mobile/lib/modules/search/models/curated_location.model.dart (+79 -0)
mobile/lib/modules/search/models/search_page_state.model.dart (+78 -0)
📝 mobile/lib/modules/search/models/search_result_page_state.model.dart (+8 -43)
mobile/lib/modules/search/models/store_model_here.txt (+0 -0)
📝 mobile/lib/modules/search/providers/search_page_state.provider.dart (+13 -78)
mobile/lib/modules/search/providers/search_result_page.provider.dart (+37 -0)
📝 mobile/lib/modules/search/services/search.service.dart (+16 -0)
📝 mobile/lib/modules/search/views/search_page.dart (+126 -4)
📝 mobile/lib/modules/search/views/search_result_page.dart (+4 -4)
mobile/lib/routing/tab_navigation_observer.dart (+30 -0)
mobile/test/widget_test.dart (+0 -30)
📝 server/src/api-v1/asset/asset.controller.ts (+5 -0)
📝 server/src/api-v1/asset/asset.service.ts (+16 -0)

📄 Description

No description provided


🔄 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/55 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 3/16/2022 **Status:** ✅ Merged **Merged:** 3/16/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/curate-asset-location` --- ### 📝 Commits (10+) - [`faee9da`](https://github.com/immich-app/immich/commit/faee9dac3d6c64c0a89cf7296fad2a1d52121d7b) Added Tab Navigation Observer to trigger event handling for tab page navigation - [`7db89e4`](https://github.com/immich-app/immich/commit/7db89e47aca2a4de291db1bf8786bbf63ff6431e) Update Readme - [`2c5c693`](https://github.com/immich-app/immich/commit/2c5c693fb516e38b0a51894b758e2864b58b6db4) Update Readme - [`fe735fc`](https://github.com/immich-app/immich/commit/fe735fcbf3863923c0ea7b822a221fadf67f1ff0) Update Readme - [`ef9e6ac`](https://github.com/immich-app/immich/commit/ef9e6acc4e97bb1669fc1b1c9663dda79a2af9f2) Update Readme - [`48ec640`](https://github.com/immich-app/immich/commit/48ec64076b9afed626ed96e64471e71591e1486e) Update Readme - [`a64d789`](https://github.com/immich-app/immich/commit/a64d789a935318923fb83bb3221f0de39eaefb5b) Update Readme - [`298ef89`](https://github.com/immich-app/immich/commit/298ef89c2fc96eb1ee8397f787255f8be57b73cd) Update Readme - [`efa1d6d`](https://github.com/immich-app/immich/commit/efa1d6d54307211fb4215f5bdaf4d9c05889db73) Added query to get access with distinct location - [`1ffd196`](https://github.com/immich-app/immich/commit/1ffd196b14057e1d15e167775e61bd9b4297bce0) Get curated city list on UI ### 📊 Changes **15 files changed** (+434 additions, -165 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+20 -5) 📝 `mobile/lib/main.dart` (+2 -1) ➕ `mobile/lib/modules/search/models/curated_location.model.dart` (+79 -0) ➕ `mobile/lib/modules/search/models/search_page_state.model.dart` (+78 -0) 📝 `mobile/lib/modules/search/models/search_result_page_state.model.dart` (+8 -43) ➖ `mobile/lib/modules/search/models/store_model_here.txt` (+0 -0) 📝 `mobile/lib/modules/search/providers/search_page_state.provider.dart` (+13 -78) ➕ `mobile/lib/modules/search/providers/search_result_page.provider.dart` (+37 -0) 📝 `mobile/lib/modules/search/services/search.service.dart` (+16 -0) 📝 `mobile/lib/modules/search/views/search_page.dart` (+126 -4) 📝 `mobile/lib/modules/search/views/search_result_page.dart` (+4 -4) ➕ `mobile/lib/routing/tab_navigation_observer.dart` (+30 -0) ➖ `mobile/test/widget_test.dart` (+0 -30) 📝 `server/src/api-v1/asset/asset.controller.ts` (+5 -0) 📝 `server/src/api-v1/asset/asset.service.ts` (+16 -0) </details> ### 📄 Description _No description provided_ --- <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 13:47:23 +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#8450