[PR #16162] [MERGED] fix(web): improve memories layout on small screens #14765

Closed
opened 2026-02-05 15:37:26 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/16162
Author: @lukashass
Created: 2/17/2025
Status: Merged
Merged: 2/19/2025
Merged by: @alextran1502

Base: mainHead: fix-memories-web-responsiveness


📝 Commits (2)

  • e66cb93 fix(web): improve memories layout on small screens
  • 27e1cda decrease viewer height

📊 Changes

2 files changed (+6 additions, -4 deletions)

View changed files

📝 web/src/lib/components/memory-page/memory-viewer.svelte (+3 -3)
📝 web/src/lib/components/shared-components/control-app-bar.svelte (+3 -1)

📄 Description

Description

Improves responsive layout of memory viewer on small screens.

How Has This Been Tested?

  • verified layout in dev-tools (see screenshots)

Screenshots

before after
Screen Shot 2025-02-17 at 17 47 35 Screen Shot 2025-02-17 at 17 59 07

Checklist:

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation if applicable
  • I have no unrelated changes in the PR.
  • I have confirmed that any new dependencies are strictly necessary.
  • I have written tests for new code (if applicable)
  • I have followed naming conventions/patterns in the surrounding code
  • All code in src/services uses repositories implementations for database calls, filesystem operations, etc.
  • All code in src/repositories/ is pretty basic/simple and does not have any immich specific logic (that belongs in src/services)

🔄 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/16162 **Author:** [@lukashass](https://github.com/lukashass) **Created:** 2/17/2025 **Status:** ✅ Merged **Merged:** 2/19/2025 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix-memories-web-responsiveness` --- ### 📝 Commits (2) - [`e66cb93`](https://github.com/immich-app/immich/commit/e66cb9358e953f3a7940abbe8da7b88ad9efda7a) fix(web): improve memories layout on small screens - [`27e1cda`](https://github.com/immich-app/immich/commit/27e1cda876883f8ab05016c7e5ab3196a3c4b65e) decrease viewer height ### 📊 Changes **2 files changed** (+6 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/memory-page/memory-viewer.svelte` (+3 -3) 📝 `web/src/lib/components/shared-components/control-app-bar.svelte` (+3 -1) </details> ### 📄 Description ## Description <!--- Describe your changes in detail --> <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here. --> Improves responsive layout of memory viewer on small screens. ## How Has This Been Tested? <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> - [x] verified layout in dev-tools (see screenshots) <details><summary><h2>Screenshots</h2></summary> <!-- Images go below this line. --> |before|after| |------|-----| |![Screen Shot 2025-02-17 at 17 47 35](https://github.com/user-attachments/assets/d296dc3b-9d31-47f9-aa62-f87539732129)|![Screen Shot 2025-02-17 at 17 59 07](https://github.com/user-attachments/assets/1f8cf221-9070-4db3-8e9c-06b1a0c69782)| </details> <!-- API endpoint changes (if relevant) ## API Changes The `/api/something` endpoint is now `/api/something-else` --> ## Checklist: - [x] I have performed a self-review of my own code - [x] I have made corresponding changes to the documentation if applicable - [x] I have no unrelated changes in the PR. - [x] I have confirmed that any new dependencies are strictly necessary. - [x] I have written tests for new code (if applicable) - [x] I have followed naming conventions/patterns in the surrounding code - [x] All code in `src/services` uses repositories implementations for database calls, filesystem operations, etc. - [x] All code in `src/repositories/` is pretty basic/simple and does not have any immich specific logic (that belongs in `src/services`) --- <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 15:37:26 +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#14765