Fix /my-library production errors and show public playlists#822
Open
marcodejongh wants to merge 2 commits intomainfrom
Open
Fix /my-library production errors and show public playlists#822marcodejongh wants to merge 2 commits intomainfrom
marcodejongh wants to merge 2 commits intomainfrom
Conversation
Delete dead Aurora proxy routes (blocked by App Attest), old sync cron, and shared-sync. Switch frontend callers for profile, credentials, controllers, and favorites to use existing GraphQL resolvers. Create new backend GraphQL resolvers for beta links, climb stats, hold classifications, user board mappings, unsynced counts, setter stats, and hold heatmap. Remove ~30 Next.js API route files and orphaned utilities, reducing the web package by ~3600 lines. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…uth users - Fix hydration mismatch (#418) by adding hasMounted guard in library-page-content - Switch useClimbActionsData to GET_ALL_USER_PLAYLISTS to avoid empty boardType/layoutId errors - Add useOptionalBoardProvider hook so queue components don't throw outside BoardProvider - Replace full-page sign-in block with compact banner, show Discover for all users Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Claude ReviewReady to merge - Minor issue noted below, but nothing blocking. Issues
Notes
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
hasMountedstate guard inlibrary-page-content.tsxso SSR and initial client render produce identical HTML (loading state)useClimbActionsDatafromGET_USER_PLAYLISTS(requiresboardType/layoutId) toGET_ALL_USER_PLAYLISTS(no required params), added guards forboardName-dependent queriesuseBoardProvideroutsideBoardProvider: AddeduseOptionalBoardProvider()hook that returnsnullinstead of throwing; updatedqueue-list.tsx,queue-list-item.tsx, anduse-queue-data-fetching.tsxTest plan
/my-librarywhen NOT logged in — see compact sign-in banner + Discover section with public playlists/my-library/playlist/[uuid]when NOT logged in — public playlist detail page loads/my-librarywhen logged in — see personal playlists + Jump Back In + DiscoveruseBoardProvidererror in console🤖 Generated with Claude Code