[PR #16722] [MERGED] feat(mobile): locate in timeline #15005

Closed
opened 2026-02-05 15:41:46 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/16722
Author: @YarosMallorca
Created: 3/8/2025
Status: Merged
Merged: 3/10/2025
Merged by: @alextran1502

Base: mainHead: feat/locate-in-timeline


📝 Commits (3)

  • 53dd5ce feat(mobile): view in timeline
  • 71c4e18 fix: throwing error on scroll
  • efffcbe only show option if not in photos tab

📊 Changes

3 files changed (+31 additions, -1 deletions)

View changed files

📝 mobile/lib/widgets/asset_grid/immich_asset_grid_view.dart (+1 -1)
📝 mobile/lib/widgets/asset_viewer/gallery_app_bar.dart (+13 -0)
📝 mobile/lib/widgets/asset_viewer/top_control_app_bar.dart (+17 -0)

📄 Description

Description

Implements #15799

Not sure if this is the preferred implementation. It has been requested a couple of times, so I decided to try implementing it. The icon is not very representative, but it matches the one on the web for the same action.

Feel free to modify or request changes!

How Has This Been Tested?

  • Go to an image from search or an album
  • Click on the new icon on top
  • The app navigates back to the photos view and scrolls to the photo

Screenshots (if appropriate)


🔄 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/16722 **Author:** [@YarosMallorca](https://github.com/YarosMallorca) **Created:** 3/8/2025 **Status:** ✅ Merged **Merged:** 3/10/2025 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feat/locate-in-timeline` --- ### 📝 Commits (3) - [`53dd5ce`](https://github.com/immich-app/immich/commit/53dd5ce8580898402a5a0e14756364fd2a31697d) feat(mobile): view in timeline - [`71c4e18`](https://github.com/immich-app/immich/commit/71c4e1828aa825cf07158af553aac8c64ccc7163) fix: throwing error on scroll - [`efffcbe`](https://github.com/immich-app/immich/commit/efffcbe8f7642d1397c23471ef5cdce5a4b2b4a9) only show option if not in photos tab ### 📊 Changes **3 files changed** (+31 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `mobile/lib/widgets/asset_grid/immich_asset_grid_view.dart` (+1 -1) 📝 `mobile/lib/widgets/asset_viewer/gallery_app_bar.dart` (+13 -0) 📝 `mobile/lib/widgets/asset_viewer/top_control_app_bar.dart` (+17 -0) </details> ### 📄 Description ## Description Implements #15799 Not sure if this is the preferred implementation. It has been requested a couple of times, so I decided to try implementing it. The icon is not very representative, but it matches the one on the web for the same action. Feel free to modify or request changes! ## How Has This Been Tested? - [x] Go to an image from search or an album - [x] Click on the new icon on top - [x] The app navigates back to the photos view and scrolls to the photo <details><summary><h2>Screenshots (if appropriate)</h2></summary> <img src="https://github.com/user-attachments/assets/40ee44bd-48aa-4abc-8843-18573c5de6e0" height=400 /> </details> --- <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 15:41:46 +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#15005