feat(footer): add heise online press coverage link#546
Conversation
Adds a separate "Featured in" / "Bekannt aus" row linking the heise online article about Semantic Anchors. Kept distinct from the existing "As seen on" / "Zu Gast bei" row, which is for podcast/live-coding appearances — press coverage is not a guest appearance, so "Zu Gast bei: heise" would read wrong in German. The heise mark (navy circle + white "h.") sits on a white chip so it stays legible in both light and dark themes; the bundled SVG has the OS-level prefers-color-scheme media query stripped so it renders predictably against the site's class-based dark mode. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
WalkthroughDer PR erweitert den Website-Footer um einen neuen „Featured in"-Block mit einem Link zu heise.de. Die neue Sektion wird durch aktualisierte HTML-Markup-Generierung und zwei neue Übersetzungsschlüssel in Deutsch und Englisch implementiert. Changesheise.de Featured Section im Footer
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add 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
Adds the heise online article about Semantic Anchors to the footer:
https://www.heise.de/news/Semantische-Anker-verkuerzen-den-Kontext-fuer-das-agentische-Coden-11311061.html
It goes in a separate row — "Featured in" (EN) / "Bekannt aus" (DE) — distinct from the existing "As seen on" / "Zu Gast bei" row.
Why a separate row
"Zu Gast bei" (guest appearance) fits the podcast/live-coding entries (HMZE, rabauer.dev) but not a news article — you weren't a guest at heise, they reported on the project. Mixing it in would read wrong in German. A dedicated press row keeps the semantics clean in both languages.
Logo handling
prefers-color-schememedia query stripped, so it renders predictably against the site's class-based dark mode rather than following the OS theme.Verification
Built and visually checked the footer in light and dark mode; confirmed the heise SVG loads, the new row renders, and DE shows "Bekannt aus" / EN "Featured in". Lint + Prettier clean.
🤖 Generated with Claude Code
Summary by CodeRabbit
Release Notes