[PR #2398] [MERGED] fix(web): timeline distortion when scrolling due to rerender of scrollbar bucket and thumbnail size #9524

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2398
Author: @alextran1502
Created: 5/8/2023
Status: Merged
Merged: 5/8/2023
Merged by: @alextran1502

Base: mainHead: fix/web-distorion-when-scroll


📝 Commits (2)

  • e9d6ca6 fix(web): timeline distortion when scrolling due to rerender of scrollbar bucket and thumbnail size
  • 10d6f80 fix: test

📊 Changes

4 files changed (+11 additions, -8 deletions)

View changed files

📝 mobile/openapi/doc/AssetApi.md (+5 -1)
📝 server/immich-openapi-specs.json (+3 -0)
📝 web/src/api/open-api/api.ts (+3 -0)
📝 web/src/lib/components/photos-page/asset-date-group.svelte (+0 -7)

📄 Description

Reverting calculating thumbnail size based on clientWidth of the asset-date-group components since it causes the time bucket height to re-render.


🔄 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/2398 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 5/8/2023 **Status:** ✅ Merged **Merged:** 5/8/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/web-distorion-when-scroll` --- ### 📝 Commits (2) - [`e9d6ca6`](https://github.com/immich-app/immich/commit/e9d6ca640316bcdb19d793190d24a7958c259408) fix(web): timeline distortion when scrolling due to rerender of scrollbar bucket and thumbnail size - [`10d6f80`](https://github.com/immich-app/immich/commit/10d6f80b87d910caae3163d50883c554c607998b) fix: test ### 📊 Changes **4 files changed** (+11 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `mobile/openapi/doc/AssetApi.md` (+5 -1) 📝 `server/immich-openapi-specs.json` (+3 -0) 📝 `web/src/api/open-api/api.ts` (+3 -0) 📝 `web/src/lib/components/photos-page/asset-date-group.svelte` (+0 -7) </details> ### 📄 Description Reverting calculating thumbnail size based on clientWidth of the `asset-date-group` components since it causes the time bucket height to re-render. --- <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:06:18 +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#9524