Skip to content

who mnows#131

Open
alexwelcing wants to merge 1 commit intomainfrom
SEO
Open

who mnows#131
alexwelcing wants to merge 1 commit intomainfrom
SEO

Conversation

@alexwelcing
Copy link
Copy Markdown
Owner

No description provided.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 15, 2026

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

Project Deployment Review Updated (UTC)
next-docs-search Ready Ready Preview, Comment Jan 15, 2026 3:07am

Copy link
Copy Markdown

@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.

Reviewed commit: deff608e1b

ℹ️ 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 242 to 245
// Handle scenery change from tablet
const handleSceneryChange = useCallback((scenery: SceneryOption) => {
if (scenery.type === 'splat') {
if (!performanceFlags.allowSplats) {
return;
}
setUseGaussianSplat(true);
setSelectedSplat(scenery.path);
} else {
setUseGaussianSplat(false);
if (scenery.type === 'image') {
onChangeImage(scenery.path);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Handle splat world selections

When a user selects a world of type splat from the Scene gallery (WorldGallery gets these from /api/backgrounds whenever /public/splats exists), handleSceneryChange now ignores anything that isn’t image, so the selection becomes a no-op: the gallery transition completes and the world is marked visited, but the background never changes. This is a functional regression for splat worlds. Either filter out splat entries upstream or restore splat handling here so selections actually switch scenes.

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.

1 participant