[PR #934] [MERGED] feat(mobile) Enhance bottom app bar on home page #8833

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/934
Author: @alextran1502
Created: 11/6/2022
Status: Merged
Merged: 11/7/2022
Merged by: @alextran1502

Base: mainHead: feat/mobile-rework-home-page-bottom-sheet


📝 Commits (3)

📊 Changes

2 files changed (+180 additions, -121 deletions)

View changed files

📝 mobile/lib/modules/home/ui/control_bottom_app_bar.dart (+170 -112)
📝 mobile/lib/modules/home/views/home_page.dart (+10 -9)

📄 Description

This PR replaces the static bottom app bar on the home page with the draggable bottom app bar.

This replacement helps increase the available screen when scrolling in multi-selection mode to view and select assets.

This PR also cleaned up the control button rows.

pr2.webm


🔄 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/934 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 11/6/2022 **Status:** ✅ Merged **Merged:** 11/7/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feat/mobile-rework-home-page-bottom-sheet` --- ### 📝 Commits (3) - [`ce6e719`](https://github.com/immich-app/immich/commit/ce6e71929d5fdb8685be80116a7f909f7c5026a6) Added bottom sheet - [`4513905`](https://github.com/immich-app/immich/commit/451390519045bcb47321b88a1638c41bbeeed319) Finished styling bottom app bar - [`1d4ccc4`](https://github.com/immich-app/immich/commit/1d4ccc469180a05235f2f1c084cc05dcb13ce8dc) Fixed border radius ### 📊 Changes **2 files changed** (+180 additions, -121 deletions) <details> <summary>View changed files</summary> 📝 `mobile/lib/modules/home/ui/control_bottom_app_bar.dart` (+170 -112) 📝 `mobile/lib/modules/home/views/home_page.dart` (+10 -9) </details> ### 📄 Description This PR replaces the static bottom app bar on the home page with the draggable bottom app bar. This replacement helps increase the available screen when scrolling in multi-selection mode to view and select assets. This PR also cleaned up the control button rows. [pr2.webm](https://user-images.githubusercontent.com/27055614/200193246-228085d5-cbbc-494c-a3e8-99d36d964795.webm) --- <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:54:01 +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#8833