Skip to content

Conversation

@NiHaiden
Copy link
Member

@NiHaiden NiHaiden commented Nov 3, 2025

No description provided.

@vercel
Copy link

vercel bot commented Nov 3, 2025

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

Project Deployment Preview Comments Updated (UTC)
aurora-web Ready Ready Preview Comment Nov 3, 2025 0:47am

@cloudflare-workers-and-pages
Copy link

Deploying aurora-web with  Cloudflare Pages  Cloudflare Pages

Latest commit: 31e3ed9
Status:🚫  Build failed.

View logs

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +53 to +56
<Navbar
introRef={introRef}
newsRef={newsRef}
downloadRef={downloadRef}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Guard navbar scroll refs on wallpapers page

The wallpapers page passes introRef, newsRef, and downloadRef into Navbar even though no elements on this page ever assign those refs. When a user clicks any navbar button or the footer’s “go up” link, the handlers call introRef.current.scrollIntoView(...) and similar, which throws because current is null. This effectively breaks navigation on the wallpapers route. Consider either wiring the refs to actual DOM nodes or routing the buttons elsewhere for this page.

Useful? React with 👍 / 👎.

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