feat: declare board previews (teaser + previews) in manifest - #8
Merged
Conversation
Adds the new FiestaBoard board-preview contract so the docs site renders a live split-flap preview of this plugin instead of a screenshot: - teaser: one literal line (max 15 tiles) for the plugin directory card - previews: literal boards for the detail page (flagship + note here; any mix of shapes up to 6 entries is allowed) Content matches the centrally generated seed in FiestaBoard's plugin-previews.json; declaring it here makes this repo the source of truth on the next sync. Purely additive - older FiestaBoard versions ignore the fields, and existing screenshots are untouched. Contract: Fiestaboard/FiestaBoard#1509 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Note boards were plain text next to the colorful flagship previews; this matches the redesigned central seed (banners, accent chips, data-colored values). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Adds the new FiestaBoard board-preview contract (Fiestaboard/FiestaBoard#1509) so the docs site renders a live split-flap preview of this plugin instead of a PNG screenshot:
teaser— one literal line (max 15 tiles; a color marker like{66}counts as one tile) shown on the plugin directory cardpreviews— literal boards for the detail page. This PR declares a flagship and a note board; any mix of up to 6 shapes (flagship,note,note_arrayup to 4×4) is allowed — see the plugin guideThe content matches the centrally generated seed in FiestaBoard's
plugin-previews.json(rendered from this plugin's owndemotemplates and example values). Once merged, the daily sync treats this manifest as the source of truth for the plugin's previews.Purely additive: older FiestaBoard versions ignore the fields, CI here only checks required fields, and existing screenshots are untouched.
🤖 Generated with Claude Code