feat(pages): pin Netflix and Spotify in the Pages sidebar#154
Conversation
The Netflix and Spotify showcase flows landed in examples/showcase/ but were not wired into the Pages bundle, so they didn't appear at https://naorsabag.github.io/openhop/. Add the matching `?raw` imports and sidebar entries to packages/web/src/lib/example-flows.ts so the Pages playground bundles and renders them. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…3.2 (#156) Patch release for the two new showcase flows (#153, #154) plus the README + skill polish merged since 0.3.1. Versions: - @openhop/server 0.3.1 -> 0.3.2 - @openhop/web 0.3.1 -> 0.3.2 - openhop (CLI) 0.3.1 -> 0.3.2 @openhop/server ships two new showcase yamls (netflix.yaml, spotify.yaml) inside its examples/ tree, so they get seeded on first startup alongside the existing showcase set. @openhop/web's Pages sidebar pins both flows next to the rest. The CLI bump keeps the @openhop/server / @openhop/web deps in lockstep and re-publishes the broadened skill description. No breaking changes -- additive only. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Summary
Follow-up to #153. The two showcase YAMLs landed in
examples/showcase/but weren't pinned in the Pages bundle, so they didn't appear at https://naorsabag.github.io/openhop/.Adds the two missing
?rawimports andEXAMPLE_FLOWSentries topackages/web/src/lib/example-flows.ts:showcase-netflix— "Netflix"showcase-spotify— "Spotify"Both sit at the end of the showcase block, after
OpenClaw.Test plan
npm run typecheck(web) — passnpm run lint(web) — pass (pre-existing warnings only)prettier --check— cleannpm run build(web) — ✓ built in 6.67s🤖 Generated with Claude Code