[PR #761] [MERGED] Fix bug with missing year and add date to drag handle #8750

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/761
Author: @matthinc
Created: 9/29/2022
Status: Merged
Merged: 9/29/2022
Merged by: @alextran1502

Base: mainHead: feature/scroll-thumb-date-improvements


📝 Commits (1)

  • f2b23bd Fix bug with missing year and add date to drag handle

📊 Changes

3 files changed (+9 additions, -13 deletions)

View changed files

📝 mobile/lib/modules/home/providers/home_page_render_list_provider.dart (+5 -9)
📝 mobile/lib/modules/home/ui/asset_list_v2/draggable_scrollbar_custom.dart (+1 -2)
📝 mobile/lib/modules/home/ui/asset_list_v2/immich_asset_grid.dart (+3 -2)

📄 Description

image

Also removes the label's width-constraint which caused problems.


🔄 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/761 **Author:** [@matthinc](https://github.com/matthinc) **Created:** 9/29/2022 **Status:** ✅ Merged **Merged:** 9/29/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feature/scroll-thumb-date-improvements` --- ### 📝 Commits (1) - [`f2b23bd`](https://github.com/immich-app/immich/commit/f2b23bd283f1943c11ce0b63f145f1aa3c55b512) Fix bug with missing year and add date to drag handle ### 📊 Changes **3 files changed** (+9 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `mobile/lib/modules/home/providers/home_page_render_list_provider.dart` (+5 -9) 📝 `mobile/lib/modules/home/ui/asset_list_v2/draggable_scrollbar_custom.dart` (+1 -2) 📝 `mobile/lib/modules/home/ui/asset_list_v2/immich_asset_grid.dart` (+3 -2) </details> ### 📄 Description ![image](https://user-images.githubusercontent.com/6898797/192978537-62eb79d0-33aa-482a-a60a-b952e2a38fa9.png) Also removes the label's width-constraint which caused problems. --- <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:52:37 +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#8750