Require PNG images for App Stories previews - #2959
Closed
huacnlee wants to merge 1 commit into
Closed
Conversation
huacnlee
added a commit
to longbridge/gpui-kit-showcases
that referenced
this pull request
Sep 5, 2026
Refresh Reviu with three PNG screenshots and an English product README, preserving its Featured placement. Move Longbridge Lite to position 12, between Cadence and Orrery, based on Showcase submission chronology. Standardize all catalog images on PNG. Thirteen existing JPEG, WebP, and AVIF images were converted once without resizing or cropping, and references now use PNG filenames. No conversion script or automatic conversion is included. CI only validates image file types using filenames and PNG signatures, including README images and video posters. Validation: 22 catalog tests passed and all 39 apps validated. The one-time conversion preserved decoded pixel data. Website loader enforcement is tracked separately in longbridge/gpui-kit#2959; merge this catalog migration first.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Require PNG filenames and PNG file signatures for App Stories previews, matching the catalog image policy. Reject other formats and mislabeled files. No image conversion code is included.
Merge longbridge/gpui-kit-showcases#5 first, which migrates existing images to PNG.
Validation: App Stories tests passed, including non-PNG rejection and signature checks.