[PR #3972] [MERGED] fix(web): skeleton loading #10185

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/3972
Author: @jrasm91
Created: 9/4/2023
Status: Merged
Merged: 9/5/2023
Merged by: @jrasm91

Base: mainHead: fix/skeleton-loading


📝 Commits (1)

  • 7319e5d fix(web): skeleton loading

📊 Changes

1 file changed (+14 additions, -11 deletions)

View changed files

📝 web/src/lib/components/photos-page/asset-grid.svelte (+14 -11)

📄 Description

Follow up to #3867.

Render the skeleton before the asset grid "element" is present. This will render it immediately, which has a better experience and avoids the sudden re-rendering that happened previously.


🔄 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/3972 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 9/4/2023 **Status:** ✅ Merged **Merged:** 9/5/2023 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `fix/skeleton-loading` --- ### 📝 Commits (1) - [`7319e5d`](https://github.com/immich-app/immich/commit/7319e5dd2adb446a2c9b4213472bdb1f0892dd9d) fix(web): skeleton loading ### 📊 Changes **1 file changed** (+14 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/photos-page/asset-grid.svelte` (+14 -11) </details> ### 📄 Description Follow up to #3867. Render the skeleton before the asset grid "element" is present. This will render it immediately, which has a better experience and avoids the sudden re-rendering that happened previously. --- <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:17:24 +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#10185