[PR #5129] [MERGED] chore(mobile): Mobile make over #10666

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/5129
Author: @alextran1502
Created: 11/18/2023
Status: Merged
Merged: 11/20/2023
Merged by: @alextran1502

Base: mainHead: chore/mobilemakeover


📝 Commits (10+)

  • 35acca9 chore: added overpass font
  • 838c3b5 Setting page
  • 9746e38 style: app bar dialog
  • 999cc60 style: backup controller and album selection page
  • 6b73582 style: asset grid
  • aec56bb blanket fix
  • 7381605 blanket fix
  • 099ab7f remove description input for local only asset
  • b6d705a revert
  • 1f2a7a3 Merge branch 'main' of github.com:immich-app/immich into chore/mobilemakeover

📊 Changes

61 files changed (+337 additions, -410 deletions)

View changed files

📝 mobile/assets/i18n/en-US.json (+2 -2)
mobile/fonts/WorkSans-Black.ttf (+0 -0)
mobile/fonts/WorkSans-Bold.ttf (+0 -0)
mobile/fonts/WorkSans-ExtraBold.ttf (+0 -0)
mobile/fonts/WorkSans-Italic.ttf (+0 -0)
mobile/fonts/WorkSans-Medium.ttf (+0 -0)
mobile/fonts/WorkSans-SemiBold.ttf (+0 -0)
mobile/fonts/WorkSans.ttf (+0 -0)
mobile/fonts/overpass/Overpass-Bold.ttf (+0 -0)
mobile/fonts/overpass/Overpass-Italic.ttf (+0 -0)
mobile/fonts/overpass/Overpass-Medium.ttf (+0 -0)
mobile/fonts/overpass/Overpass-Regular.ttf (+0 -0)
mobile/fonts/overpass/Overpass-SemiBold.ttf (+0 -0)
mobile/fonts/overpass/OverpassMono.ttf (+0 -0)
📝 mobile/lib/modules/album/ui/album_action_outlined_button.dart (+4 -4)
📝 mobile/lib/modules/album/ui/album_thumbnail_card.dart (+5 -11)
📝 mobile/lib/modules/album/ui/album_viewer_appbar.dart (+8 -8)
📝 mobile/lib/modules/album/ui/album_viewer_editable_title.dart (+1 -1)
📝 mobile/lib/modules/album/views/album_options_part.dart (+16 -13)
📝 mobile/lib/modules/album/views/album_viewer_page.dart (+2 -8)

...and 41 more files

📄 Description

This PR adopts Overpass font to the mobile app and utilizes the Material 3 Design typography in the code


🔄 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/5129 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 11/18/2023 **Status:** ✅ Merged **Merged:** 11/20/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `chore/mobilemakeover` --- ### 📝 Commits (10+) - [`35acca9`](https://github.com/immich-app/immich/commit/35acca9c53aa5d7f36ebd8352015934cafcfbbb0) chore: added overpass font - [`838c3b5`](https://github.com/immich-app/immich/commit/838c3b5eee601950266cb1c5fc77caf2360558ef) Setting page - [`9746e38`](https://github.com/immich-app/immich/commit/9746e38cb3969277f9231eb71101f89ec195d588) style: app bar dialog - [`999cc60`](https://github.com/immich-app/immich/commit/999cc60a4da606c6eec03ca0d4d97bd2a308c553) style: backup controller and album selection page - [`6b73582`](https://github.com/immich-app/immich/commit/6b7358221e3cf7c98ef1a90b49de7655eed7723d) style: asset grid - [`aec56bb`](https://github.com/immich-app/immich/commit/aec56bb5677c6f896e818bc851650f3a9d1d4d33) blanket fix - [`7381605`](https://github.com/immich-app/immich/commit/7381605066f952d78ed1e981298646efd86d1514) blanket fix - [`099ab7f`](https://github.com/immich-app/immich/commit/099ab7fe167373c297b465bd4a9ff9c0e3a29d8f) remove description input for local only asset - [`b6d705a`](https://github.com/immich-app/immich/commit/b6d705ae8a8ba06e835bfa694c0080c297219601) revert - [`1f2a7a3`](https://github.com/immich-app/immich/commit/1f2a7a3072851f5b48f24f8cede0676164e88c98) Merge branch 'main' of github.com:immich-app/immich into chore/mobilemakeover ### 📊 Changes **61 files changed** (+337 additions, -410 deletions) <details> <summary>View changed files</summary> 📝 `mobile/assets/i18n/en-US.json` (+2 -2) ➖ `mobile/fonts/WorkSans-Black.ttf` (+0 -0) ➖ `mobile/fonts/WorkSans-Bold.ttf` (+0 -0) ➖ `mobile/fonts/WorkSans-ExtraBold.ttf` (+0 -0) ➖ `mobile/fonts/WorkSans-Italic.ttf` (+0 -0) ➖ `mobile/fonts/WorkSans-Medium.ttf` (+0 -0) ➖ `mobile/fonts/WorkSans-SemiBold.ttf` (+0 -0) ➖ `mobile/fonts/WorkSans.ttf` (+0 -0) ➕ `mobile/fonts/overpass/Overpass-Bold.ttf` (+0 -0) ➕ `mobile/fonts/overpass/Overpass-Italic.ttf` (+0 -0) ➕ `mobile/fonts/overpass/Overpass-Medium.ttf` (+0 -0) ➕ `mobile/fonts/overpass/Overpass-Regular.ttf` (+0 -0) ➕ `mobile/fonts/overpass/Overpass-SemiBold.ttf` (+0 -0) ➕ `mobile/fonts/overpass/OverpassMono.ttf` (+0 -0) 📝 `mobile/lib/modules/album/ui/album_action_outlined_button.dart` (+4 -4) 📝 `mobile/lib/modules/album/ui/album_thumbnail_card.dart` (+5 -11) 📝 `mobile/lib/modules/album/ui/album_viewer_appbar.dart` (+8 -8) 📝 `mobile/lib/modules/album/ui/album_viewer_editable_title.dart` (+1 -1) 📝 `mobile/lib/modules/album/views/album_options_part.dart` (+16 -13) 📝 `mobile/lib/modules/album/views/album_viewer_page.dart` (+2 -8) _...and 41 more files_ </details> ### 📄 Description This PR adopts Overpass font to the mobile app and utilizes the Material 3 Design typography in the code --- <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:25:58 +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#10666