[PR #13] [MERGED] Implemented multi select interaction #8431

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/13
Author: @alextran1502
Created: 2/8/2022
Status: Merged
Merged: 2/8/2022
Merged by: @alextran1502

Base: mainHead: dev/multi-select-action


📝 Commits (2)

  • 7ee49b1 Added icon to toggle group selection on day title text
  • d3466d0 Implemented interaction to toggle multiselect for group and individual items

📊 Changes

7 files changed (+343 additions, -124 deletions)

View changed files

📝 README.md (+3 -0)
mobile/lib/modules/home/models/home_page_state.model.dart (+66 -0)
mobile/lib/modules/home/providers/home_page_state.provider.dart (+63 -0)
mobile/lib/modules/home/ui/daily_title_text.dart (+75 -0)
mobile/lib/modules/home/ui/monthly_title_text.dart (+30 -0)
📝 mobile/lib/modules/home/ui/thumbnail_image.dart (+91 -36)
📝 mobile/lib/modules/home/views/home_page.dart (+15 -88)

📄 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/13 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 2/8/2022 **Status:** ✅ Merged **Merged:** 2/8/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/multi-select-action` --- ### 📝 Commits (2) - [`7ee49b1`](https://github.com/immich-app/immich/commit/7ee49b152c19544890c074bde362819f996f5e97) Added icon to toggle group selection on day title text - [`d3466d0`](https://github.com/immich-app/immich/commit/d3466d013dce3884a9702de72c5c7fc3f4d8babd) Implemented interaction to toggle multiselect for group and individual items ### 📊 Changes **7 files changed** (+343 additions, -124 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -0) ➕ `mobile/lib/modules/home/models/home_page_state.model.dart` (+66 -0) ➕ `mobile/lib/modules/home/providers/home_page_state.provider.dart` (+63 -0) ➕ `mobile/lib/modules/home/ui/daily_title_text.dart` (+75 -0) ➕ `mobile/lib/modules/home/ui/monthly_title_text.dart` (+30 -0) 📝 `mobile/lib/modules/home/ui/thumbnail_image.dart` (+91 -36) 📝 `mobile/lib/modules/home/views/home_page.dart` (+15 -88) </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:03 +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#8431