[BUG] <In the application app, the timeline navigation button covers the select button> #1115

Closed
opened 2026-02-05 00:30:58 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @Pro100x3mal on GitHub (Jul 16, 2023).

The bug

In the app app, the timeline navigation button overrides the select button. This applies to the very top of the timeline, where the most recent photos are shown.

The OS that Immich Server is running on

Debian

Version of Immich Server

v1.67.2

Version of Immich Mobile App

v1.67.0

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

Standart

Your .env content

Standart

Reproduction steps

1.open mobile app
2.try pressing the select button at the top of the screen
3.the select button will be hidden behind the timeline scroll button
...

Additional information

No response

Originally created by @Pro100x3mal on GitHub (Jul 16, 2023). ### The bug In the app app, the timeline navigation button overrides the select button. This applies to the very top of the timeline, where the most recent photos are shown. ### The OS that Immich Server is running on Debian ### Version of Immich Server v1.67.2 ### Version of Immich Mobile App v1.67.0 ### Platform with the issue - [ ] Server - [ ] Web - [X] Mobile ### Your docker-compose.yml content ```YAML Standart ``` ### Your .env content ```Shell Standart ``` ### Reproduction steps ```bash 1.open mobile app 2.try pressing the select button at the top of the screen 3.the select button will be hidden behind the timeline scroll button ... ``` ### Additional information _No response_
Author
Owner

@Pro100x3mal commented on GitHub (Jul 16, 2023):

IMG_2826

@Pro100x3mal commented on GitHub (Jul 16, 2023): ![IMG_2826](https://github.com/immich-app/immich/assets/87969152/c33e37e6-c1d3-4c68-a178-3ae82a2fec75)
Author
Owner

@shenlong-tanwen commented on GitHub (Jul 21, 2023):

The scrollbar currently fades after 4 seconds with an animation duration of 1 sec, after which you should be able to use the select button.
bc885f3644/mobile/lib/modules/home/ui/asset_grid/immich_asset_grid_view.dart (L344-L345)

However, this does feel a lot longer in actual usage and I guess a better interval for the animation duration and timeout to fade will be 300 milliseconds and 1000 milliseconds respectively. I'll raise a PR later to address this.

@shenlong-tanwen commented on GitHub (Jul 21, 2023): The scrollbar currently fades after 4 seconds with an animation duration of 1 sec, after which you should be able to use the select button. https://github.com/immich-app/immich/blob/bc885f3644c84cd3924e8edfb1a2dd35d8c45cdc/mobile/lib/modules/home/ui/asset_grid/immich_asset_grid_view.dart#L344-L345 However, this does feel a lot longer in actual usage and I guess a better interval for the animation duration and timeout to fade will be 300 milliseconds and 1000 milliseconds respectively. I'll raise a PR later to address this.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#1115