feat(playground): add local Scraps Checkbox prototyping slice - #3
Draft
sergical wants to merge 24 commits into
Draft
feat(playground): add local Scraps Checkbox prototyping slice#3sergical wants to merge 24 commits into
sergical wants to merge 24 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Comment on lines
+108
to
+110
| ` ${JSON.stringify(language)}: () => import(${JSON.stringify( | ||
| `prismjs/components/prism-${language}.min.js` | ||
| )}),` |
| const reloaders = reloadableLanguages | ||
| .map( | ||
| ([language]) => | ||
| ` ${JSON.stringify(language)}: () => import("./prism-language-reloaders.js").then(({ reloadPrismLanguage }) => reloadPrismLanguage(${JSON.stringify(language)})),` |
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.
Replace the marketing homepage with a local Sentry-shaped prototyping playground. The first vertical slice ports the regular Scraps Checkbox contract and exact source tokens, adds live controls and URL-persisted review state, provides a responsive page frame, and introduces source-controlled templates with automatic discovery, direct routes, and a scaffold command.
The same flow now runs in managed production-browser tests: it changes Checkbox props, composes and submits a native form, exercises keyboard behavior, copies the template URL, and restores the full state in another browser context. Code Connect maps the canonical Checkbox Figma node under a separate
Scrapscn Reactlabel. Start review with the Checkbox and its stories, then the playground/template flow; the approved page-frame Figma node and authenticated Figma MCP round trip remain explicit external acceptance gates rather than claimed parity.Preview: https://scrapscn-git-codex-checkbox-playground-slice.sentry.dev