Add UFC Scoreboard to README, update author & redesign page#32
Add UFC Scoreboard to README, update author & redesign page#32ChuckBuilds merged 4 commits intomainfrom
Conversation
- Add UFC Scoreboard plugin to Sports section (now 9 plugins) - Change UFC author attribution to LegoGuy1000 in manifest and registry - Add shields.io badges (plugin count, license, Discord, stars) - Add screenshot showcase gallery with emulator screenshots - Add emoji icons to all category headers - Add Community Contributors section crediting LegoGuy1000 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 📝 WalkthroughWalkthroughREADME expanded with badges, a plugin showcase, expanded installation/development/community guidance, and updated plugin listings. UFC Scoreboard metadata updated: author changed to "LegoGuy1000" and version bumped to 1.1.1 in manifest and registry. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
⚔️ Resolve merge conflicts (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 |
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 Fix all issues with AI agents
In `@plugins/ufc-scoreboard/manifest.json`:
- Around line 4-5: Bump the manifest.json "version" field from "1.1.0" to
"1.1.1" and prepend a new entry to the "versions" array documenting this patch
update (include version "1.1.1", a short changelog referencing the author
metadata change, and the date/author info as other entries do) so the manifest's
version and versions history remain consistent with the author attribution
change.
In `@README.md`:
- Line 183: The anchor link in the README sentence "Want to see your plugin
here? Check out [3rd Party Plugin
Development](`#-3rd-party-plugin-development`)..." has an extra leading hyphen;
update the link target from "#-3rd-party-plugin-development" to
"#3rd-party-plugin-development" so the markdown anchor resolves correctly
(locate the exact string in README.md and remove the leading "-" in the link).
- Line 8: The navigation links in the README contain spurious leading hyphens in
the anchor fragments causing broken in-page links; update the fragment
identifiers in the header line so `#-quick-install`, `#-available-plugins`,
`#-3rd-party-plugin-development`, and `#-support--community` are changed to
`#quick-install`, `#available-plugins`, `#3rd-party-plugin-development`, and
`#support--community` respectively so they match GitHub-generated heading
anchors and the links work.
🧹 Nitpick comments (2)
plugins.json (1)
230-251: Author update looks correct; keeplatest_versionin sync if the manifest version is bumped.The author change to
"LegoGuy1000"is consistent with the manifest. If the manifest version is bumped to1.1.1per the guideline-required patch, updatelatest_versionhere accordingly.As per coding guidelines: "Registry entries for monorepo plugins must use …
latest_versionsynced from manifest".README.md (1)
12-12: Heading level skips from h1 to h3.
### See it in actionfollows the h1 (# LEDMatrix Official Plugins) without an intervening h2. Static analysis flags this as MD001. Consider using## See it in actionfor proper heading hierarchy, or keep as-is if the visual size is intentional.
…evel - Bump ufc-scoreboard manifest version to 1.1.1 with changelog entry - Sync latest_version in plugins.json to 1.1.1 - Fix broken anchor links in README nav bar (remove spurious leading hyphens) - Fix anchor link in Community Contributors section - Change "See it in action" from h3 to h2 for proper heading hierarchy Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@README.md`:
- Around line 51-54: Replace the inconsistent plugin tile label: locate the
anchor block with href "./plugins/football-scoreboard/" and change the inner
label element currently rendered as <sub><b>Football Live</b></sub> to
<sub><b>Football Scoreboard</b></sub> so the tile matches the plugin manifest
and the main table.
🧹 Nitpick comments (1)
README.md (1)
3-6: Consider making the plugin count badge auto-sourced (avoid drift).The badge uses a hard-coded count; it will go stale whenever plugins are added/removed. If feasible, consider generating it from
plugins.json(e.g., via a small script or CI step).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary
manifest.jsonandplugins.jsonTest plan
plugins.jsonandmanifest.jsonboth show"author": "LegoGuy1000"for ufc-scoreboard🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
Chores