Pull Request Explorer

Exploring 167 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
refactor!: centralize client upload instructions in Payload core AlessioGr XL No 72.3h 1.3h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(tanstack-start): externalize package boundaries, bundle client-safe deps in prod build jacobsfletch M No 4.3h 0.2h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(ui): table borders on schedule publishing drawer paulpopus XS No 2.9h 0.2h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(tanstack-start): isolate server-only code from client bundle via scoped exports jacobsfletch M No 18.6h 18.6h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(ui): hide timezone picker chevron when field is read-only paulpopus XS No 1.2h 0.2h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(plugin-multi-tenant): apply tenant on confirm JarrodMFlesch L No 18.3h 18.3h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(plugin-multi-tenant): apply tenant on confirm JarrodMFlesch L No 18.5h 18.5h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(richtext-lexical): richtext content padding at mobile widths paulpopus M No 0.7h 0.4h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(ui): disable paste action when clipboard is empty or incompatible PatrikKozak XL No 21.2h 19.8h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(ui): restore field spacing for fields nested inside rows PatrikKozak S No 14.8h 12.0h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: restore test Vite dev server jacobsfletch M No 14.9h 14.9h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(deps): remove @payloadcms/next from @payloadcms/richtext-lexical peer deps jacobsfletch XS No 1.0h 0.1h Jul 15, 2026

Summary

Bug Fix

Remove incorrect peer dependency from richtext-lexical

Eliminates unnecessary @payloadcms/next dependency that caused unwanted installs in projects using the Lexical editor, improving dependency hygiene and preventing unnecessary package bloat.

Health Assessment

Small
Low
Low
  • Fast turnaround with minimal changes, quick review and merge, low risk to production

AI Details

Tech Stack

fix(tanstack-start): standardize root html attributes across framework adapters jacobsfletch M No 22.8h 19.6h Jul 15, 2026

Summary

Bug Fix

Fix root html attributes across framework adapters

Ensures consistent dir, lang, and theme attributes on the <html> element server-side, preventing UI issues like missing sidebar divider.

Health Assessment

Medium
Low
Low
  • The PR was resolved quickly with a single commit and minimal review, indicating low complexity and low risk.

AI Details

Tech Stack

Languages: Javascript, Typescript
Frameworks: React
feat!: remove the UploadThing storage adapter paulpopus XL No 125.2h 0.2h Jul 15, 2026

Summary

Chore

Remove UploadThing storage adapter

This PR removes the UploadThing storage adapter from the monorepo due to low usage and maintenance burden, simplifying the storage adapter API.

Health Assessment

X-Large
Medium
Low
  • The PR was reviewed quickly and merged after a few days, indicating efficient process despite large deletion scope.

AI Details

Tech Stack

Languages: Typescript, Javascript
Frameworks: Nextjs
feat(tanstack-start): export qs search serializers for createRouter jacobsfletch M No 22.8h 22.7h Jul 15, 2026

Summary

Feature

Export qs serializers for TanStack Router

Enables correct query serialization in Payload admin UI, improving data filtering and navigation.

Health Assessment

Medium
Low
Low
  • Fast cycle time and single commit indicate a straightforward, low‑risk change with minimal review friction.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
docs: fixes link in live preview dynamic url section zubricks XS No 0.1h 0.1h Jul 15, 2026

Summary

Docs

Fix link in live preview dynamic URL section

Fixes broken link in live preview documentation, ensuring accurate dynamic URL references for users.

Health Assessment

Small
Low
Low
  • Quick documentation fix with minimal changes and no review friction.

AI Details

Tech Stack

docs: fix link in live preview dynamic url section zubricks XS No 0.2h 0.1h Jul 15, 2026

Summary

Docs

Fix link in live preview dynamic URL section

Corrects a broken link in the live preview documentation, improving user guidance.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, approved immediately.

AI Details

Confidence: 0.80

Tech Stack

docs: document exported TypeScript type helpers for plugins zubricks M No 0.8h 0.8h Jul 15, 2026

Summary

Docs

Add Type Helpers section to TypeScript overview

Adds documentation for generic TypeScript helpers exported by Payload, improving developer understanding of type resolution.

Health Assessment

Medium
Low
Low
  • Quickly approved with minimal changes, indicating straightforward documentation update.

AI Details

Tech Stack

fix: arrays and blocks should handle null values JessRynkar M No 118.7h 115.7h Jul 15, 2026

Summary

Bug Fix

Fix null handling in array and block fields

Prevents server crashes caused by null rows in array and block fields, improving stability for rapid UI changes and API requests.

Health Assessment

Medium
Medium
High
  • Long review and merge cycle indicates complexity; moderate rework; but final fix addresses critical stability issue.

AI Details

Tech Stack

Languages: Typescript
fix: arrays and blocks should handle null values, v3 backport JessRynkar M No 118.6h 113.4h Jul 15, 2026

Summary

Bug Fix

Fix null handling in arrays and blocks

Ensures arrays and block fields correctly process null values, preventing errors in older v3 releases. This backport stabilizes legacy deployments.

Health Assessment

Small
Low
High
  • Long review time indicates delayed feedback; however, the change is small and low risk.

AI Details

Tech Stack

Languages: Typescript
fix(next): preserve admin viewport on navigation JarrodMFlesch L No 23.7h 18.6h Jul 14, 2026

Summary

Bug Fix

Preserve admin viewport on navigation

Ensures the iPhone viewport meta tag persists across navigation in the admin UI, improving mobile user experience.

Health Assessment

Large
Medium
Medium
  • The PR closed in under a day but required several commits after the first review, indicating iterative refinement. The change fixes a mobile viewport bug that could affect admin users on iPhone devices.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Copilot
Confidence: 1.00

Tech Stack

Languages: Typescript, Javascript
Frameworks: Nextjs, React
fix(ui): stabilize portaled react-select menu positioning JarrodMFlesch L No 26.8h 26.4h Jul 14, 2026

Summary

Bug Fix

Stabilize portaled ReactSelect menu positioning

Ensures consistent menu placement across mobile devices, improving user experience and reducing UI glitches.

Health Assessment

Medium
Medium
Medium
  • The PR had a moderate cycle time with several commits and Copilot assistance, but was merged within a day, indicating efficient review and low complexity.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
feat(storage-azure)!: client uploads now chunk files by default to ensure uploads support more than 5gb paulpopus XL No 5.6h 3.2h Jul 14, 2026

Summary

Feature

Add chunked uploads for Azure storage

Enables client uploads of files larger than 5GB by switching to block uploads, improving reliability and throughput for large files.

Health Assessment

Large
Low
Low
  • Rapid approval with minimal changes indicates high confidence in the change.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
fix(ui): restore drawer body scrolling on iOS Safari PatrikKozak XS No 22.7h 22.4h Jul 14, 2026

Summary

Bug Fix

Restore drawer scrolling on iOS Safari

Fixes touch scrolling issue in iOS Safari for drawer components, improving mobile user experience.

Health Assessment

Small
Low
Low
  • Single small change merged quickly with minimal review, indicating low complexity and risk.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
refactor(tanstack-start): consolidate tanstack vite config r1tsuu XL No 173.6h 29.0h Jul 14, 2026

Summary

Refactor

Refactor Vite config for TanStack Start

Consolidates Vite configuration for TanStack Start, reducing consumer boilerplate and improving maintainability.

Health Assessment

Large
Medium
Medium
  • The PR had multiple review rounds and commits, indicating some complexity and back-and-forth discussion.
  • The large scope of the PR, with 16 files changed, may have contributed to the medium review friction and risk level.

AI Details

Tech Stack

Languages: Javascript, Typescript
Frameworks: Vite, React, Tanstack
fix(ui): vertically center drag handle and select-all checkbox in orderable table PatrikKozak XS No 0.4h 0.0h Jul 14, 2026

Summary

Bug Fix

Fix vertical alignment of drag handle and checkbox

Improves visual consistency and usability of orderable tables by centering interactive elements, reducing user confusion.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, fast review and merge, indicating low complexity and high confidence.

AI Details

Confidence: 0.10

Tech Stack

feat: support tanstack in payload build denolfe XL No 18.4h 18.4h Jul 14, 2026

Summary

Feature

Add TanStack support to payload build

Enables payload build to detect and run the appropriate build command for Next.js or TanStack Start projects, improving CI reliability and developer experience.

Health Assessment

X-Large
Low
Low
  • PR was merged within 18 hours with a single approval, indicating a straightforward implementation with minimal review friction.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: Nextjs
fix(ui): prevent code field suggestions clipping JarrodMFlesch M No 91.0h 90.7h Jul 14, 2026

Summary

Bug Fix

Prevent code field suggestions clipping

Fixes UI issue where Monaco suggestion widgets were clipped, ensuring suggestions remain visible and hit-testable, improving developer experience.

Health Assessment

Small
Low
High
  • Long review cycle indicates delayed feedback, but the change is small and low risk.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Typescript
ci: run e2e against prod server jacobsfletch L No 92.6h 74.9h Jul 14, 2026

Summary

CI/CD

ci: run e2e against prod server

Adds a CI workflow that runs end‑to‑end tests against a real production server, improving test reliability and speeding overall test execution by ~25%.

Health Assessment

AI Details

Tech Stack

Languages: Javascript, Typescript, Css
Frameworks: React, Nextjs
feat(storage-azure): client uploads with chunkLargeFiles can now support files larger than 5gb paulpopus L No 1.6h 1.2h Jul 14, 2026

Summary

Feature

Add large file support for Azure client uploads

Enables uploading files larger than 5GB directly from the client, improving user experience for large media uploads and reducing server load.

Health Assessment

Large
Low
Low
  • Quick approval with minimal changes indicates low complexity and high confidence in the change.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
feat!: remove ClientUser in favor of AuthenticatedUser AlessioGr M No 84.4h 0.2h Jul 14, 2026

Summary

Refactor

Remove ClientUser type, use AuthenticatedUser

Simplifies user type handling, reduces confusion, and improves type safety for authentication flows across the CMS.

Health Assessment

Small
Low
Low
  • The PR was reviewed quickly and required only one minor commit, but the overall cycle time was long due to scheduling constraints.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
chore: 5x faster type-checking in our monorepo by using typescript 7 AlessioGr XL No 83.7h 0.0h Jul 14, 2026

Summary

Chore

Improve type-checking speed with TypeScript 7

Upgraded the monorepo to TypeScript 7, boosting type-checking speed by 5.5x while keeping ESLint compatible with TypeScript 6.

Health Assessment

X-Large
Medium
Medium
  • The PR required over three days to merge, with a single review and no rework, indicating a large but straightforward maintenance change.
  • The performance gain of 5.5x type-checking speed is a significant business benefit for developers.

AI Details

Tech Stack

Languages: Typescript
fix(plugin-mcp): support file uploads AlessioGr XL No 86.5h 0.1h Jul 14, 2026

Summary

Bug Fix

Add file upload support to MCP

Enables MCP to upload files via URL or base64, improving media handling for remote clients.

Health Assessment

X-Large
High
Low
  • The PR had a long cycle time but a quick first review, indicating thorough testing and integration work was required for a large scope change.

AI Details

Tech Stack

Languages: Typescript
chore: export parse params and related sanitizers JessRynkar XS No 1.1h 0.3h Jul 14, 2026

Summary

Chore

Export parse params and sanitizers

Adds export of parse parameters and sanitizers to support 3.x backport, improving API consistency.

Health Assessment

Small
Low
Low
  • Quick review and merge with minimal code changes indicate a smooth, low-risk update.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
fix(ui): clip react-select menu so option highlights respect border radius PatrikKozak XS No 2.0h 2.0h Jul 13, 2026

Summary

Bug Fix

Clip react-select menu to respect border radius

Fixes visual bleed of option backgrounds in react-select, ensuring rounded corners are respected.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved within 2 hours, indicating efficient review and low complexity.

AI Details

Tech Stack

fix(tanstack-start): prevent duplicate server load on soft navigation to list view jacobsfletch M No 66.0h 64.7h Jul 13, 2026

Summary

Bug Fix

Prevent duplicate server load on soft navigation

Fixes double route loader execution when navigating to list view in TanStack Start, improving performance and preventing unnecessary server requests.

Health Assessment

Medium
Medium
High
  • Long review time indicates complexity; single commit suggests minimal rework; moderate scope.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
fix(ui): make entire submenu header clickable in user menu PatrikKozak S No 66.7h 23.8h Jul 12, 2026

Summary

Bug Fix

Make submenu header fully clickable

Improves user experience by making the entire submenu header in the user menu clickable, ensuring consistent hover and focus states.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved within a single review cycle.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix(ui): align locked-row lock icon with checkboxes and unclip its tooltip PatrikKozak M No 27.8h 25.9h Jul 10, 2026

Summary

Bug Fix

Align locked-row lock icon and tooltip

Improves UI alignment and tooltip visibility for locked rows in the list view, enhancing user experience and preventing clipping.

Health Assessment

Medium
Low
High
  • The PR had a long review time but only a few commits, indicating a straightforward UI fix that required a single review cycle.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
feat(plugin-mcp): bump sdk version to 2.0.0-beta.3 AlessioGr M No 0.9h 0.9h Jul 10, 2026

Summary

Chore

Bump MCP SDK to 2.0.0-beta.3

Updates the MCP client and server libraries to the latest beta, adding stricter HTTP content‑type handling tests, ensuring compatibility and improved reliability.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal changes and no review back‑and‑forth indicates a low‑risk, routine dependency update.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
fix(richtext-lexical): connect fixed toolbar to editor PatrikKozak S No 2.3h 0.7h Jul 10, 2026

Summary

Bug Fix

Connect fixed toolbar to editor

Ensures the rich text editor toolbar and content are rendered as a single connected unit, improving UI consistency and reducing layout glitches for content editors.

Health Assessment

Small
Low
Low
  • Quick fix with minimal rework, resolved in under 3 hours, demonstrating efficient collaboration.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
feat(ui): improve search logic in column selector component paulpopus M No 6.4h 3.7h Jul 10, 2026

Summary

Feature

Improve search logic in column selector

Enhances search accuracy in the column selector, improving user experience and reducing false positives.

Health Assessment

Medium
Low
Low
  • The PR was reviewed and merged within 6.3 hours, indicating a smooth, low-friction process with minimal rework.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix(ui): sync hierarchy type filter defaults JarrodMFlesch S No 6.6h 5.4h Jul 10, 2026

Summary

Bug Fix

Sync hierarchy type filter defaults

Ensures the hierarchy list filter reflects the URL and available options, preventing empty or incorrect filter states and improving user experience.

Health Assessment

Small
Low
Low
  • Fast turnaround with a single commit and minimal code changes indicates a straightforward, low‑risk bug fix.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
fix(ui): prevent input focus zoom on iPhone JarrodMFlesch S No 4.6h 3.6h Jul 10, 2026

Summary

Bug Fix

Prevent iPhone input focus zoom

Stops iOS Safari from auto‑zooming focused inputs in the admin UI, improving usability on iPhones while preserving pinch‑zoom on other devices.

Health Assessment

Small
Low
Low
  • Fast turnaround with a single commit and AI assistance; minimal risk to existing functionality.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
fix(ui): reduce APIKeyInput field font size to 11px PatrikKozak XS No 22.2h 22.2h Jul 10, 2026

Summary

Bug Fix

Reduce APIKeyInput font size to 11px

Adjusts the font size of the API key input field to improve visual consistency and usability.

Health Assessment

Small
Low
Low
  • Quick single-commit fix with minimal review, indicating low complexity and high confidence.

AI Details

Tech Stack

fix(ui): remove brackets from untitled document title fallback PatrikKozak XS No 21.9h 21.9h Jul 10, 2026

Summary

Bug Fix

Remove brackets from untitled document title fallback

Fixes UI rendering of unsaved document titles by removing surrounding brackets, improving user experience.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved in a single review cycle.

AI Details

Tech Stack

Languages: Typescript
fix(ui): always render paginator with single page of results PatrikKozak S No 23.1h 23.1h Jul 10, 2026

Summary

Bug Fix

Fix UI: always render paginator with single page

Ensures the pagination component remains visible even when only one page of results, maintaining layout stability and preventing UI shifts.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within a day, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
ci: remove --json from pnpm publish to fix release hang on pnpm v11 denolfe XS No 1.1h 0.7h Jul 10, 2026

Summary

CI/CD

Remove --json from pnpm publish to fix release hang

Fixes automated release pipeline by preventing hangs caused by pnpm v11's JSON output, ensuring reliable deployment.

Health Assessment

Small
Low
Low
  • Quick fix with minimal rework, merged within 1.1 hours.

AI Details

Tech Stack

Languages: Typescript
ci: remove --json from pnpm publish to fix release hang on pnpm v11 denolfe XS No 1.2h 0.8h Jul 10, 2026

Summary

CI/CD

Remove --json from pnpm publish to fix release hang

Fixes automated release pipeline by preventing hangs caused by pnpm v11's JSON output, ensuring reliable deployment.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved within 1.2 hours, indicating efficient review and low complexity.

AI Details

Tech Stack

Languages: Typescript
fix(ui): incorrect font size on mobile menu JarrodMFlesch XS No 16.8h 0.0h Jul 10, 2026

Summary

Bug Fix

Correct mobile menu font size

Fixes font size issue in mobile navigation, improving readability for mobile users.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within 17 hours, no review needed.

AI Details

Tech Stack

fix(ui): disable autocomplete on list search JarrodMFlesch S No 17.8h 1.9h Jul 10, 2026

Summary

Bug Fix

Disable autocomplete on list search input

Disables browser autocomplete for the list search input while preserving debounced search behavior, improving user experience and privacy.

Health Assessment

Small
Low
Low
  • Quick, single‑commit fix with AI assistance, minimal code churn and fast review turnaround.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
« Page 2 of 4 »

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos