[PR #1718] [MERGED] fix(mobile): Adds overscroll at end of timeline to select images on the bottom #9159

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/1718
Author: @martyfuhry
Created: 2/10/2023
Status: Merged
Merged: 2/10/2023
Merged by: @alextran1502

Base: mainHead: fix/multiselect-pictures-at-end


📝 Commits (1)

  • 070e60a fixes safe area issue with multiselect and adds overscroll on main timeline to select bottom

📊 Changes

2 files changed (+17 additions, -14 deletions)

View changed files

📝 mobile/lib/modules/home/ui/asset_grid/immich_asset_grid.dart (+3 -0)
📝 mobile/lib/modules/home/views/home_page.dart (+14 -14)

📄 Description

image


🔄 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/1718 **Author:** [@martyfuhry](https://github.com/martyfuhry) **Created:** 2/10/2023 **Status:** ✅ Merged **Merged:** 2/10/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/multiselect-pictures-at-end` --- ### 📝 Commits (1) - [`070e60a`](https://github.com/immich-app/immich/commit/070e60a17ff82fa1c4482441cbd8d318101c3fbc) fixes safe area issue with multiselect and adds overscroll on main timeline to select bottom ### 📊 Changes **2 files changed** (+17 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `mobile/lib/modules/home/ui/asset_grid/immich_asset_grid.dart` (+3 -0) 📝 `mobile/lib/modules/home/views/home_page.dart` (+14 -14) </details> ### 📄 Description - Adds some extra padding on the bottom of the timeline so you can overscroll to select images there - Fixes a bug with `SafeArea` on the bottom of the timeline while multiselect is enabled - Closes #1717 ![image](https://user-images.githubusercontent.com/100457/217998301-0af971ca-9e1d-4f12-8ebd-64928ea18b05.png) --- <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:59:36 +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#9159