Pull Request Explorer
| 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 |
SummaryBug FixRemove 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
AI DetailsTech Stack |
||||||
| fix(tanstack-start): standardize root html attributes across framework adapters | jacobsfletch | M | No | 22.8h | 19.6h | Jul 15, 2026 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Javascript, Typescript
Frameworks:
React
|
||||||
| feat!: remove the UploadThing storage adapter | paulpopus | XL | No | 125.2h | 0.2h | Jul 15, 2026 |
SummaryChoreRemove 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
AI DetailsTech 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 |
SummaryFeatureExport qs serializers for TanStack Router Enables correct query serialization in Payload admin UI, improving data filtering and navigation. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| docs: fixes link in live preview dynamic url section | zubricks | XS | No | 0.1h | 0.1h | Jul 15, 2026 |
SummaryDocsFix 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
AI DetailsTech Stack |
||||||
| docs: fix link in live preview dynamic url section | zubricks | XS | No | 0.2h | 0.1h | Jul 15, 2026 |
SummaryDocsFix link in live preview dynamic URL section Corrects a broken link in the live preview documentation, improving user guidance. Health Assessment
Small
Low
Low
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 |
SummaryDocsAdd 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
AI DetailsTech Stack |
||||||
| fix: arrays and blocks should handle null values | JessRynkar | M | No | 118.7h | 115.7h | Jul 15, 2026 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix: arrays and blocks should handle null values, v3 backport | JessRynkar | M | No | 118.6h | 113.4h | Jul 15, 2026 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(next): preserve admin viewport on navigation | JarrodMFlesch | L | No | 23.7h | 18.6h | Jul 14, 2026 |
SummaryBug FixPreserve 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
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 |
SummaryBug FixStabilize portaled ReactSelect menu positioning Ensures consistent menu placement across mobile devices, improving user experience and reducing UI glitches. Health Assessment
Medium
Medium
Medium
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 |
SummaryFeatureAdd 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
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 |
SummaryBug FixRestore drawer scrolling on iOS Safari Fixes touch scrolling issue in iOS Safari for drawer components, improving mobile user experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| refactor(tanstack-start): consolidate tanstack vite config | r1tsuu | XL | No | 173.6h | 29.0h | Jul 14, 2026 |
SummaryRefactorRefactor Vite config for TanStack Start Consolidates Vite configuration for TanStack Start, reducing consumer boilerplate and improving maintainability. Health Assessment
Large
Medium
Medium
AI DetailsTech 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 |
SummaryBug FixFix 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
AI Details
Confidence:
0.10
Tech Stack |
||||||
| feat: support tanstack in payload build | denolfe | XL | No | 18.4h | 18.4h | Jul 14, 2026 |
SummaryFeatureAdd 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
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 |
SummaryBug FixPrevent 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
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 |
SummaryCI/CDci: 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 AssessmentAI DetailsTech 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 |
SummaryFeatureAdd 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
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 |
SummaryRefactorRemove 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
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 |
SummaryChoreImprove 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
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(plugin-mcp): support file uploads | AlessioGr | XL | No | 86.5h | 0.1h | Jul 14, 2026 |
SummaryBug FixAdd 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
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| chore: export parse params and related sanitizers | JessRynkar | XS | No | 1.1h | 0.3h | Jul 14, 2026 |
SummaryChoreExport parse params and sanitizers Adds export of parse parameters and sanitizers to support 3.x backport, improving API consistency. Health Assessment
Small
Low
Low
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 |
SummaryBug FixClip 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
AI DetailsTech Stack |
||||||
| fix(tanstack-start): prevent duplicate server load on soft navigation to list view | jacobsfletch | M | No | 66.0h | 64.7h | Jul 13, 2026 |
SummaryBug FixPrevent 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
AI DetailsTech 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 |
SummaryBug FixMake 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
AI DetailsTech 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 |
SummaryBug FixAlign 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
AI DetailsTech 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 |
SummaryChoreBump 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
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 |
SummaryBug FixConnect 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
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| feat(ui): improve search logic in column selector component | paulpopus | M | No | 6.4h | 3.7h | Jul 10, 2026 |
SummaryFeatureImprove search logic in column selector Enhances search accuracy in the column selector, improving user experience and reducing false positives. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(ui): sync hierarchy type filter defaults | JarrodMFlesch | S | No | 6.6h | 5.4h | Jul 10, 2026 |
SummaryBug FixSync 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
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 |
SummaryBug FixPrevent 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
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 |
SummaryBug FixReduce 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
AI DetailsTech Stack |
||||||
| fix(ui): remove brackets from untitled document title fallback | PatrikKozak | XS | No | 21.9h | 21.9h | Jul 10, 2026 |
SummaryBug FixRemove 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
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(ui): always render paginator with single page of results | PatrikKozak | S | No | 23.1h | 23.1h | Jul 10, 2026 |
SummaryBug FixFix 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
AI DetailsTech 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 |
SummaryCI/CDRemove --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
AI DetailsTech 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 |
SummaryCI/CDRemove --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
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(ui): incorrect font size on mobile menu | JarrodMFlesch | XS | No | 16.8h | 0.0h | Jul 10, 2026 |
SummaryBug FixCorrect mobile menu font size Fixes font size issue in mobile navigation, improving readability for mobile users. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| fix(ui): disable autocomplete on list search | JarrodMFlesch | S | No | 17.8h | 1.9h | Jul 10, 2026 |
SummaryBug FixDisable 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
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||