[PR #2158] [MERGED] feat(mobile): improved logging page experience #9406

Closed
opened 2026-02-05 14:04:10 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2158
Author: @alextran1502
Created: 4/3/2023
Status: Merged
Merged: 4/4/2023
Merged by: @alextran1502

Base: mainHead: feat/improve-mobile-log


📝 Commits (5)

  • 4102ee5 feat(mobile): improve logging page
  • a972df9 Use new API for share file
  • ebc8382 removed unused code
  • 8eba911 Better safe area on the home screen
  • 4954561 Added preparing share dialog to home screen

📊 Changes

8 files changed (+313 additions, -35 deletions)

View changed files

📝 mobile/lib/modules/home/views/home_page.dart (+28 -15)
📝 mobile/lib/routing/router.dart (+36 -12)
📝 mobile/lib/routing/router.gr.dart (+48 -0)
📝 mobile/lib/shared/services/immich_logger.service.dart (+4 -6)
📝 mobile/lib/shared/services/share.service.dart (+0 -1)
📝 mobile/lib/shared/services/sync.service.dart (+0 -1)
mobile/lib/shared/views/app_log_detail_page.dart (+190 -0)
📝 mobile/lib/shared/views/app_log_page.dart (+7 -0)

📄 Description

Fixes #1351

  • Remove deprecated API used to create share files.
  • Users can now navigate to the log detail page with stack trace information
    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/2158 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 4/3/2023 **Status:** ✅ Merged **Merged:** 4/4/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feat/improve-mobile-log` --- ### 📝 Commits (5) - [`4102ee5`](https://github.com/immich-app/immich/commit/4102ee5eb0be0dae747266460b946e04a97965e2) feat(mobile): improve logging page - [`a972df9`](https://github.com/immich-app/immich/commit/a972df934be50a5ef06b56759eeccc67ebf905c9) Use new API for share file - [`ebc8382`](https://github.com/immich-app/immich/commit/ebc838227857a0bd4d4ee662826efb3e649e970b) removed unused code - [`8eba911`](https://github.com/immich-app/immich/commit/8eba9115ea3e8e7508f9fa620fba0bc6866b2816) Better safe area on the home screen - [`4954561`](https://github.com/immich-app/immich/commit/4954561512397a42f04a9f88ab5808132008add9) Added preparing share dialog to home screen ### 📊 Changes **8 files changed** (+313 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `mobile/lib/modules/home/views/home_page.dart` (+28 -15) 📝 `mobile/lib/routing/router.dart` (+36 -12) 📝 `mobile/lib/routing/router.gr.dart` (+48 -0) 📝 `mobile/lib/shared/services/immich_logger.service.dart` (+4 -6) 📝 `mobile/lib/shared/services/share.service.dart` (+0 -1) 📝 `mobile/lib/shared/services/sync.service.dart` (+0 -1) ➕ `mobile/lib/shared/views/app_log_detail_page.dart` (+190 -0) 📝 `mobile/lib/shared/views/app_log_page.dart` (+7 -0) </details> ### 📄 Description Fixes #1351 * Remove deprecated API used to create share files. * Users can now navigate to the log detail page with stack trace information ![image](https://user-images.githubusercontent.com/27055614/229613637-6918ea66-2b3f-4110-a813-9fc49162e067.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 14:04:10 +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#9406