Skip to content

Add mirrors section to home page - #86

Merged
theoneand33 merged 1 commit into
masterfrom
t3code/add-mirrors-section
Sep 11, 2026
Merged

Add mirrors section to home page#86
theoneand33 merged 1 commit into
masterfrom
t3code/add-mirrors-section

Conversation

@theoneand33

@theoneand33 theoneand33 commented Sep 11, 2026

Copy link
Copy Markdown
Owner

Summary

  • Added mirror links section above the popular games list on the home page.
  • Used existing Tailwind classes for text and link styling.

Testing

  • Confirm the paragraph appears between the intro text and Popular header.
  • Verify all three links are correct and navigate to expected URLs.
  • Check link hover states and dark mode colors.
  • Build verification: Not run

Summary by CodeRabbit

  • New Features
    • Added a mirrors section to the homepage with links to three alternate game-site domains.

Add links to unblocked-games.vercel.app, gamehub-games.vercel.app, and superfun-games.vercel.app
@vercel

vercel Bot commented Sep 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
superfun-games Ready Ready Preview Sep 11, 2026 12:01am UTC

@coderabbitai

coderabbitai Bot commented Sep 11, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Advanced

Run ID: c9ccd57e-4418-432a-8016-f4e90581c509

📥 Commits

Reviewing files that changed from the base of the PR and between 122be90 and b6b1568.

📒 Files selected for processing (1)
  • src/pages/index.astro

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The homepage now includes a styled “Mirrors” paragraph with links to three alternate game-site domains.

Changes

Homepage mirrors

Layer / File(s) Summary
Add homepage mirror links
src/pages/index.astro
Adds links to unblocked-games.vercel.app, gamehub-games.vercel.app, and superfun-games.vercel.app.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~3 minutes

Merge Risk: ⚪ Minimal · up to b6b15

The mirror links match the stated URLs, placement, and styling requirements.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: adding a mirrors section to the home page.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch t3code/add-mirrors-section

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@opencode-agent

Copy link
Copy Markdown
Contributor

Review: Add mirrors section to home page

Verdict: Approve — small, correct change. No blocking issues.

What changed

src/pages/index.astro +13/-0: new <p> between intro text and Popular header with 3 external mirror links. Placement and styling match the PR description.

Checks

  • Correct file: Home layout change belongs in src/pages/index.astro. No scope creep.
  • Styling: Reuses existing Tailwind classes (text-sm text-gray-600 dark:text-neutral-400, text-blue-600 dark:text-blue-400 hover:underline). Consistent with intro paragraph, including dark mode. No new CSS/JS, no perf impact.
  • Paths: Absolute https:// URLs for externals — correct. No relative-path violation.
  • Static-first / no React / Ruffle untouched: Not affected.
  • Formatting: Matches existing anchor-wrap style in the file; bun run lint should pass.

Non-blocking nits

  1. Label is terse for the target audience (school Chromebook users hitting blocklists). Consider If this site is blocked, try: instead of Mirrors:.
  2. · separators are bare text nodes — fine, but ensure spacing renders as intended on wrap (currently relies on spaces around the entity).

Missing

  • Build verification: Not run per PR body. Per repo convention (bun run check + bun run lint), run before merge.

New%20session%20-%202026-09-11T00%3A00%3A56.610Z
opencode session  |  github run

@theoneand33
theoneand33 merged commit db80fea into master Sep 11, 2026
4 checks passed
@theoneand33
theoneand33 deleted the t3code/add-mirrors-section branch September 11, 2026 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant