[codex] Fix stale translated hero label#633
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThis PR bumps the translation cache version constant used by the translation worker and refactors the Hero component to render the “CapacitorJS app” label as a direct styled span instead of via a CSS ::before pseudo-element (removing the related style and ARIA helper spans). ChangesTranslation Cache Version Bump
Hero Component Markup Refactor
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Review rate limit: 0/5 reviews remaining, refill in 50 minutes and 1 second. Comment |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
ed5fc9b to
4093712
Compare
|



Summary
Root cause
Production was still serving an old translated-page cache for /id/ (
x-capgo-translation-cache: STALE) that contained the previous hero markup. The source-only fix could not invalidate that stored HTML.Validation
Summary by CodeRabbit