[PR #9] [MERGED] Implemented reload when pop back from backup controller page #8433

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/9
Author: @alextran1502
Created: 2/7/2022
Status: Merged
Merged: 2/7/2022
Merged by: @alextran1502

Base: mainHead: immich-6/reload-new-asset-after-backing-up


📝 Commits (3)

  • fe6f01c Implemented reload when pop back from backup controller page
  • e2e76e2 Merge branch 'main' of github.com:alextran1502/immich into immich-6/reload-new-asset-after-backing-up
  • 54a6def Disable github action for now

📊 Changes

12 files changed (+133 additions, -38 deletions)

View changed files

📝 .github/workflows/Build+push Immich.yml (+7 -7)
📝 README.md (+1 -1)
📝 mobile/lib/modules/home/providers/asset.provider.dart (+42 -3)
📝 mobile/lib/modules/home/services/asset.service.dart (+24 -1)
📝 mobile/lib/modules/home/ui/immich_sliver_appbar.dart (+3 -10)
📝 mobile/lib/modules/home/ui/profile_drawer.dart (+1 -3)
📝 mobile/lib/modules/home/views/home_page.dart (+24 -6)
📝 mobile/lib/shared/views/video_viewer_page.dart (+3 -2)
📝 server/src/api-v1/asset/asset.controller.ts (+6 -0)
📝 server/src/api-v1/asset/asset.service.ts (+15 -4)
📝 server/src/api-v1/asset/dto/get-asset.dto.ts (+1 -1)
server/src/api-v1/asset/dto/get-new-asset-query.dto.ts (+6 -0)

📄 Description

Add functionality to load newer assets from navigating back from the controller page.


🔄 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/9 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 2/7/2022 **Status:** ✅ Merged **Merged:** 2/7/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `immich-6/reload-new-asset-after-backing-up` --- ### 📝 Commits (3) - [`fe6f01c`](https://github.com/immich-app/immich/commit/fe6f01cc0ccbe5d40cde94b9aed8beb3d816ddb3) Implemented reload when pop back from backup controller page - [`e2e76e2`](https://github.com/immich-app/immich/commit/e2e76e2d27afec6f429f12576ac66a8cbae14ac0) Merge branch 'main' of github.com:alextran1502/immich into immich-6/reload-new-asset-after-backing-up - [`54a6def`](https://github.com/immich-app/immich/commit/54a6defd16fc09f0212796407ccd320f94b9cce0) Disable github action for now ### 📊 Changes **12 files changed** (+133 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/Build+push Immich.yml` (+7 -7) 📝 `README.md` (+1 -1) 📝 `mobile/lib/modules/home/providers/asset.provider.dart` (+42 -3) 📝 `mobile/lib/modules/home/services/asset.service.dart` (+24 -1) 📝 `mobile/lib/modules/home/ui/immich_sliver_appbar.dart` (+3 -10) 📝 `mobile/lib/modules/home/ui/profile_drawer.dart` (+1 -3) 📝 `mobile/lib/modules/home/views/home_page.dart` (+24 -6) 📝 `mobile/lib/shared/views/video_viewer_page.dart` (+3 -2) 📝 `server/src/api-v1/asset/asset.controller.ts` (+6 -0) 📝 `server/src/api-v1/asset/asset.service.ts` (+15 -4) 📝 `server/src/api-v1/asset/dto/get-asset.dto.ts` (+1 -1) ➕ `server/src/api-v1/asset/dto/get-new-asset-query.dto.ts` (+6 -0) </details> ### 📄 Description Add functionality to load newer assets from navigating back from the controller page. --- <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#8433