Skip to content

Fix missing Cloud preview thumbnails - #352

Merged
abrichr merged 1 commit into
mainfrom
codex/fix-cloud-preview-thumbnails
Aug 2, 2026
Merged

Fix missing Cloud preview thumbnails#352
abrichr merged 1 commit into
mainfrom
codex/fix-cloud-preview-thumbnails

Conversation

@abrichr

@abrichr abrichr commented Aug 2, 2026

Copy link
Copy Markdown
Member

What changed

  • replace empty inactive Cloud preview placeholders with four lightweight WebP thumbnails
  • keep the full-resolution stage limited to the active image and its successor
  • add browser coverage that proves every thumbnail decodes on desktop and mobile
  • add an asset-size guard for the thumbnail set

Root cause

The page-load optimization mounted full-resolution media only for the active slide and the next slide. The thumbnail rail used the same condition, so the other two tabs rendered numbered placeholders instead of product screenshots.

User impact

All four OpenAdapt Cloud views are visible in the landing-page rail. The change adds only 34 KB of thumbnail media and does not restore the four-image full-resolution load.

Verification

  • npm run build (184 tests, presentation checks, and Next.js production build)
  • npx cypress run --spec cypress/e2e/dashboard-showcase.cy.js --config baseUrl=http://127.0.0.1:3127,video=false (2 tests)
  • visual review of the Cypress desktop and mobile captures

@netlify

netlify Bot commented Aug 2, 2026

Copy link
Copy Markdown

Deploy Preview for cosmic-klepon-3c693c ready!

Name Link
🔨 Latest commit a18b922
🔍 Latest deploy log https://app.netlify.com/projects/cosmic-klepon-3c693c/deploys/6a6fb4270eef1c0008d6b1b2
😎 Deploy Preview https://deploy-preview-352--cosmic-klepon-3c693c.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@abrichr
abrichr marked this pull request as ready for review August 2, 2026 21:18
@abrichr
abrichr merged commit 5c07111 into main Aug 2, 2026
9 checks passed
@abrichr
abrichr deleted the codex/fix-cloud-preview-thumbnails branch August 2, 2026 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant