feat: add RemoteLoadableBanner component to layout#111
Conversation
PR SummaryLow Risk Overview The change is limited to importing the component and rendering it above analytics, nav, and article content in Reviewed by Cursor Bugbot for commit 0adfd5c. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/nodejs-website Please review the changes when you have a chance. Thank you! 🙏 |
There was a problem hiding this comment.
Pull request overview
Adds a remotely driven announcement banner to the site layout (per PR description: driven by https://nodejs.org/site.json), ensuring it renders across pages using the shared Layout component.
Changes:
- Import and render
RemoteLoadableBannerat the top of the Layout component.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>
Adds the missing banner driven off of https://nodejs.org/site.json
This helps preserve a unified experience - even if there is a loading state