📝 docs(readme): add an "Open in StackBlitz" badge to the README badge rows - #54
📝 docs(readme): add an "Open in StackBlitz" badge to the README badge rows#54vtempest wants to merge 1 commit into
Conversation
… rows Every badge row now carries an "Open in StackBlitz" badge pointing at a directory that boots on its own — StackBlitz installs from the manifest at the path it is handed, so each badge targets a package (or a runnable example) rather than the monorepo root, which would not install. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Kkb27RSQgLWvRWv1vcdJef
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
The The same check is red on Root cause. No fix exists to port — the only other open PR, #53, is a publish-provenance change. Fixing this means writing the missing yt-dlp transfer functions, which is well outside a badge-row PR, so I am not widening this one to carry it. Skipping the re-run too: six consecutive red runs on
Generated by Claude Code |
|
Second red check on this head, also not this PR's: Vercel ( The bot's own payload still reports Quoting that note: "This is a dashboard setting, not a diff — no commit can fix it", and "until that setting changes, a red Vercel check on a PR here says nothing about that PR." The fix is in the Vercel dashboard: Root Directory → So both red checks on this branch are pre-existing: Generated by Claude Code |
Adds an Open in StackBlitz badge to every badge row in this repo.
StackBlitz installs from the manifest at the path it is handed, so each badge points at a directory that boots on its own rather than at the repo root:
README.mdexamples/basic-request— the self-contained example the docs already open with<StackBlitzExample>grab-help-docs/content/docs/index.mdx(the same row, on the docs home)examples/basic-requestpackages/quantum-sphere-loading-animation/README.mdThe badge sits next to the existing "Open in GitHub Codespaces" badge in each row, using StackBlitz's own
open_in_stackblitz.svg.No code, build or docs-pipeline changes — Markdown/MDX only.
🤖 Generated with Claude Code
https://claude.ai/code/session_01Kkb27RSQgLWvRWv1vcdJef
Generated by Claude Code