[PR #1213] [MERGED] feat(mobile): Rework of the exif sheet #8957

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/1213
Author: @matthinc
Created: 12/29/2022
Status: Merged
Merged: 1/11/2023
Merged by: @alextran1502

Base: mainHead: feat/asset-viewer-sheet


📝 Commits (4)

📊 Changes

6 files changed (+172 additions, -169 deletions)

View changed files

mobile/flutter_01.png (+0 -0)
📝 mobile/lib/modules/asset_viewer/ui/exif_bottom_sheet.dart (+111 -103)
📝 mobile/lib/modules/asset_viewer/views/gallery_viewer.dart (+6 -2)
📝 mobile/lib/modules/asset_viewer/views/image_viewer_page.dart (+3 -14)
📝 mobile/lib/modules/home/ui/control_bottom_app_bar.dart (+1 -50)
mobile/lib/shared/ui/drag_sheet.dart (+51 -0)

📄 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/1213 **Author:** [@matthinc](https://github.com/matthinc) **Created:** 12/29/2022 **Status:** ✅ Merged **Merged:** 1/11/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feat/asset-viewer-sheet` --- ### 📝 Commits (4) - [`638216f`](https://github.com/immich-app/immich/commit/638216f0eabc3c6285a44da8142680afbdbeed04) Draggable sheet in asset viewer page - [`9661c12`](https://github.com/immich-app/immich/commit/9661c120375cf4e6852fc49b45a5a848018a8014) Minor improvements - [`dea2534`](https://github.com/immich-app/immich/commit/dea2534562a8fd6d56c5687732bf78b0b8a54ec5) Fix display bug - [`cf152fe`](https://github.com/immich-app/immich/commit/cf152fe5210d25ae2766bf8b1adb5d12aaba10d6) Fix some styling ### 📊 Changes **6 files changed** (+172 additions, -169 deletions) <details> <summary>View changed files</summary> ➕ `mobile/flutter_01.png` (+0 -0) 📝 `mobile/lib/modules/asset_viewer/ui/exif_bottom_sheet.dart` (+111 -103) 📝 `mobile/lib/modules/asset_viewer/views/gallery_viewer.dart` (+6 -2) 📝 `mobile/lib/modules/asset_viewer/views/image_viewer_page.dart` (+3 -14) 📝 `mobile/lib/modules/home/ui/control_bottom_app_bar.dart` (+1 -50) ➕ `mobile/lib/shared/ui/drag_sheet.dart` (+51 -0) </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:56:04 +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#8957