Skip to content

fix: resolve persistent thumbnail spinners in asset folder preview#90

Merged
solverat merged 1 commit into
1.xfrom
thumbnail-preview
Jun 9, 2026
Merged

fix: resolve persistent thumbnail spinners in asset folder preview#90
solverat merged 1 commit into
1.xfrom
thumbnail-preview

Conversation

@solverat

@solverat solverat commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Folder preview thumbnails that haven't been generated yet showed a loading spinner that never resolved.

There are two root causes:

  1. For origin=folderPreview, no AssetPreviewImageMessage was dispatched and the placeholder response lacked Cache-Control: no-store, causing the browser to cache it permanently.

  2. The _dc=modificationDate cache-buster meant the browser never re-fetched pending thumbnails

This PR fixes both.

@solverat solverat added this to the 1.3.4 milestone Jun 9, 2026
@solverat solverat requested a review from scrummer June 9, 2026 08:34
@solverat solverat self-assigned this Jun 9, 2026
@solverat solverat added the bug Something isn't working label Jun 9, 2026
@solverat solverat merged commit 7d24e23 into 1.x Jun 9, 2026
13 checks passed
@solverat solverat deleted the thumbnail-preview branch June 9, 2026 09:32
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 9, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants