Skip to content

Conversation

@marcodejongh
Copy link
Owner

No description provided.

claude added 2 commits January 3, 2026 06:15
Replaced AntD Row/Col components with responsive props (xs, sm) with
CSS-based flex layouts using media queries in queue-list and queue-list-item.
Also removed unused ClimbInfoColumn component that was using Grid.useBreakpoint().

The AntD responsiveObserver was causing "Maximum update depth exceeded" errors
when dispatching breakpoint changes to multiple subscribed components, triggering
cascading re-renders that resulted in infinite loops.
@vercel
Copy link

vercel bot commented Jan 3, 2026

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

Project Deployment Review Updated (UTC)
boardsesh Building Building Jan 3, 2026 7:04am

@claude
Copy link

claude bot commented Jan 3, 2026

Claude Review

Ready to merge - No significant issues found.

The PR properly replaces AntD Row/Col components with CSS-based flexbox layouts using media queries, aligning with the project's guidelines to avoid Grid.useBreakpoint() for responsive design. The deleted climb-info-drawer.tsx file was unused in the codebase. The CSS column widths correctly match the original AntD column spans (e.g., xs=6 → 25%, sm=5 → 20.83%).

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.

3 participants