fix(website): link Cloudflare School to playlist (salvaged from #1677) - #1682
Conversation
The live site showed a "TODO(founder): replace with DARKXSIDE'S School playlist URL" string as the Cloudflare School card's button text with href="#". Point it at the existing DARKXSIDE playlist (same list used by the DARKXSIDE School card) so visitors get a working link instead of a placeholder. Salvaged from the superseded #1677 (fix/ghcr-matrix-paths-gate); all of that branch's other changes — website gallery/viewer, deploy targets, GHCR matrix paths gate + tool, sync-secrets shell:bash, supabase pooler fix — are already on main via #1655/#1672/#1675/#1678 and prior CI merges. This playlist link was the only piece not yet on main. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 42 minutes and 3 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 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 |
What
The Cloudflare School card on pmoves.ai shows a literal
TODO(founder): replace with DARKXSIDE'S School playlist URLas its button text withhref="#"— visible to visitors on the live site. Point it at the existing DARKXSIDE playlist and drop the placeholder.One-line content fix.
Context — this reconciles #1677
#1677 (
fix/ghcr-matrix-paths-gate) is the original dev branch for the whole pmoves.ai effort — now 39 commits behind main. I audited it commit-by-commit (git cherry+ file-level diffs against main):ghcr_local_prepublish.py)shell: bash(Windows)Recommendation: close #1677 as superseded once this merges. Everything else it carried is already on
mainin equal-or-better form.🤖 Generated with Claude Code