Skip to content

Sync from fork: rotating hero example pool#463

Merged
rdmueller merged 2 commits into
LLM-Coding:mainfrom
raifdmueller:main
May 8, 2026
Merged

Sync from fork: rotating hero example pool#463
rdmueller merged 2 commits into
LLM-Coding:mainfrom
raifdmueller:main

Conversation

@raifdmueller
Copy link
Copy Markdown
Contributor

Summary

Brings fork PR #26 (rotating hero examples) to upstream.

The home page now picks one of 6 anchor examples on each load — Clean Architecture, MECE, Cockburn Use Cases, Domain-Driven Design, Gherkin, arc42 — instead of always showing the same Clean Architecture pair. The 'without anchor' box gets a max-height + overflow-y so the long undisciplined prompt visibly scrolls, making the contrast pop.

Test plan

All checks passed in fork PR #26:

  • E2E (1m9s)
  • Lint & Format
  • Dependency Security Audit
  • CodeQL / Analyze (javascript-typescript)

Reference

Fork PR: raifdmueller#26

raifdmueller and others added 2 commits May 8, 2026 12:07
Returning visitors now see a fresh anchor demonstration each time
they land on the home page. The 'without anchor' box gets max-h-32
+ overflow-y-auto so the long undisciplined prompt visibly scrolls,
making the contrast with the one-line 'with anchor' box stand out.

Examples cover six categories: Clean Architecture, MECE, Cockburn
Use Cases, Domain-Driven Design, Gherkin, and arc42. Each example
ships its own expansion sentence ('… because <anchor> is in its
training data') so the closing italic line stays specific.

The example index is picked once per page render; switching language
keeps the same example and translates it, because data-i18n keys
point to parallel EN/DE strings.
feat(home): rotate through 6 hero examples on each page load
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 8, 2026

Warning

Rate limit exceeded

@raifdmueller has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 7 minutes and 54 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: 61f76c50-2959-4e8b-9764-fc3b3eb0786e

📥 Commits

Reviewing files that changed from the base of the PR and between bdf6417 and 5db31aa.

📒 Files selected for processing (3)
  • website/src/components/main-content.js
  • website/src/translations/de.json
  • website/src/translations/en.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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 and usage tips.

@rdmueller rdmueller merged commit 4cd2da3 into LLM-Coding:main May 8, 2026
7 checks passed
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.

2 participants