Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| chore: clean up type tests | mrazauskas | L | No | 67.3h | 0.0h | Jun 03, 2026 |
SummaryTestClean up type tests Improves readability by removing redundant type assertions in the test suite. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
|
||||||
| feat(next): render API view JSON with Monaco editor | denolfe | XL | No | 3.5h | 3.2h | Jun 02, 2026 |
SummaryFeatureRender API view JSON with Monaco editor Replaces the hand‑rolled JSON renderer with Monaco, giving admins a read‑only, syntax‑highlighted view that supports folding and search. This enhances clarity and consistency across the admin UI. Health Assessment
X-Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Css
Frameworks:
Nextjs, React
|
||||||
| feat(ui): add CSS variable theming system for fields, buttons, controls, and popups | JarrodMFlesch | XL | No | 25.8h | 23.1h | Jun 02, 2026 |
SummaryFeatureAdd CSS variable theming system for UI components Allows administrators to fully customize the admin panel appearance via CSS variables, improving brand consistency and user experience. Health Assessment
Large
Medium
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
Nextjs, React
|
||||||
| ci: pull test service images from GHCR instead of Docker Hub | denolfe | S | No | 0.3h | 0.0h | Jun 02, 2026 |
SummaryCI/CDMove test service images to GHCR Eliminates Docker Hub registry timeouts in CI by pulling test service images from GitHub Container Registry, improving reliability and reproducibility. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Docker
|
||||||
| feat!: always generate a top-level interface for blocks | AlessioGr | L | No | 117.0h | 19.8h | Jun 02, 2026 |
SummaryFeatureGenerate top-level interface for all blocks Ensures all block types are exported as top‑level interfaces, enabling safer generic usage and improving developer experience. Health Assessment
Medium
High
Medium
AI Details
Confidence:
0.75
Tech Stack |
||||||
| chore(ui): remove unused styles from trash document controls | PatrikKozak | L | No | 3.7h | 3.7h | Jun 02, 2026 |
SummaryRefactorRemove unused styles from trash document controls Clean up dead CSS from UI components, improving maintainability without affecting visual behavior. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
|
||||||
| feat(ui): replace shimmer with DelayedSpinner in IframeLoader | JarrodMFlesch | M | No | 4.3h | 1.2h | Jun 02, 2026 |
SummaryFeatureReplace Shimmer with DelayedSpinner in IframeLoader Simplifies IframeLoader component by replacing ShimmerEffect with DelayedSpinner, aligning with UI4 design system. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript, Css
Frameworks:
React
|
||||||
| test: fix flaky UTC date test in scheduled publish | JarrodMFlesch | M | No | 2.0h | 1.7h | Jun 02, 2026 |
SummaryTestFix flaky UTC date test in scheduled publish Ensures scheduled publish tests reliably handle UTC dates, preventing CI failures and improving developer confidence. This reduces flaky test failures and speeds up release cycles. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(plugin-seo): disable tabs while form initializes and wait for form ready in e2e tests | JarrodMFlesch | XS | No | 1.0h | 1.0h | Jun 02, 2026 |
SummaryBug FixDisable tabs during form init and sync e2e tests Ensures SEO plugin tests no longer flake by preventing tab interaction until form loads, improving test reliability and user experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| feat(ui): add command palette to admin dashboard | denolfe | XL | No | 92.0h | 69.0h | Jun 02, 2026 |
SummaryFeatureAdd command palette to admin dashboard Adds a keyboard-triggered command palette to the Payload admin, enabling quick navigation and creation of documents via shortcuts. Health Assessment
X-Large
High
High
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| perf(ui): skip rendering custom components hidden by admin.condition | jacobsfletch | L | No | 17.0h | 17.0h | Jun 02, 2026 |
SummaryRefactorSkip rendering hidden custom UI components Improves UI performance by avoiding rendering of fields hidden by admin conditions, reducing load time and resource usage. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| perf(ui): skip rendering custom components hidden by admin.condition | jacobsfletch | L | No | 114.7h | 114.7h | Jun 02, 2026 |
SummaryChoreSkip rendering hidden custom UI components Improves performance by preventing unnecessary rendering of hidden UI components, reducing load times and resource usage. Health Assessment
Large
High
High
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| ci: fix flaky redis image pulls | denolfe | S | No | 11.4h | - | Jun 02, 2026 |
SummaryCI/CDFix flaky redis image pulls in CI Ensures reliable CI runs by retrying Redis pulls and pinning image version, reducing build failures. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Yaml
Frameworks:
Github-Actions, Docker-Compose
|
||||||
| feat(ui): update API view to v4 design | JessRynkar | XL | No | 95.8h | 78.7h | Jun 02, 2026 |
SummaryFeatureUpdate API view to v4 design Users can now view the API interface styled per the new v4 design, improving consistency and usability. Health Assessment
X-Large
High
High
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
Nextjs
|
||||||
| feat(ui): update doc controls to v4 | JessRynkar | XL | No | 102.0h | 99.8h | Jun 01, 2026 |
SummaryFeatureUpdate doc controls to v4 design Enhances document editing interface with updated v4 controls, improving usability and consistency across the platform. Health Assessment
X-Large
High
High
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| chore(ui): removes empty types file in ViewDescription element | PatrikKozak | XS | No | 0.9h | 0.5h | Jun 01, 2026 |
SummaryChoreRemove empty types file in ViewDescription element This PR cleans up the UI codebase by removing an unused types file, improving maintainability. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
|
||||||
| chore(ui): removes unused SortComplex element | PatrikKozak | M | No | 0.6h | 0.4h | Jun 01, 2026 |
SummaryChoreRemove unused SortComplex UI component Eliminates dead code from the UI, reducing bundle size and maintenance overhead. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| feat(ui): add SmallIcon support to hierarchy collections for compact contexts | JarrodMFlesch | M | No | 1.5h | 1.5h | Jun 01, 2026 |
SummaryFeatureAdd SmallIcon support for compact hierarchy views Provides a dedicated small icon for compact UI contexts, improving scalability while preserving backward compatibility. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
Frameworks:
React, Nextjs
|
||||||
| ci: fix TransientTransactionError flakes | denolfe | S | No | 0.6h | - | Jun 01, 2026 |
SummaryBug FixFix CI MongoDB transaction timeout Adjusts MongoDB lock timeout in CI to prevent transient transaction errors, ensuring stable E2E tests. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Shell
|
||||||
| test: fix group-by suite flakes | denolfe | S | No | 2.0h | 1.7h | Jun 01, 2026 |
SummaryBug FixFix group-by E2E suite flakiness Resolves deterministic CI failures in the group-by end‑to‑end tests, ensuring reliable test suite stability and faster feedback for developers. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| feat(ui): update account view to v4 design | JessRynkar | XL | No | 6.7h | 6.7h | Jun 01, 2026 |
SummaryFeatureUpdate account view to v4 design This PR updates the account page to align with the new v4 UI design, improving user experience and consistency across the platform. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
Nextjs, React
|
||||||
| chore(ui): lexical css clean up | JessRynkar | M | No | 1.1h | 1.1h | Jun 01, 2026 |
SummaryChoreClean up Lexical CSS for UI Improves UI consistency by fixing colors, indentation, and invalid color variables in Lexical components. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(ui): hide entire tabs field when admin.condition is false | jacobsfletch | M | No | 2.4h | 2.3h | Jun 01, 2026 |
SummaryBug FixHide tabs field when admin condition false Fixes a UI bug where tab containers remained visible when the admin condition was false, ensuring the entire tabs field is hidden for a cleaner interface. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(ui): hide entire tabs field when admin.condition is false | jacobsfletch | M | No | 67.5h | 67.4h | Jun 01, 2026 |
SummaryBug FixHide tabs field when condition false Ensures tabs field is fully hidden when admin.condition evaluates to false, preventing hidden fields from being displayed and improving UI consistency. Health Assessment
Medium
Low
Medium
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| feat(ui): update version diff view to v4 design | JessRynkar | XL | No | 237.7h | 104.1h | Jun 01, 2026 |
SummaryFeatureUpdate version diff view to v4 design Modernizes the version diff interface, improving readability and mobile responsiveness for users. Health Assessment
X-Large
Low
Medium
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
Nextjs
|
||||||
| feat(plugin-mcp)!: mcp plugin refactor, add stdio mcp | AlessioGr | XL | No | 189.0h | 0.7h | May 30, 2026 |
SummaryRefactorRefactor MCP plugin and add stdio support Refactors the MCP plugin, simplifies its public API, and adds a stdio transport with near-zero setup. Health Assessment
Large
Medium
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
Frameworks:
React
|
||||||
| chore: 12x faster TypeScript type-checking across the monorepo | AlessioGr | L | No | 1.8h | 1.8h | May 29, 2026 |
SummaryRefactorImprove TypeScript type-checking speed Significantly reduces TypeScript compilation time, boosting developer productivity and CI performance. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix: follow redirects when fetching uploaded files for MIME type detection | paulpopus | XS | No | 195.1h | 195.1h | May 29, 2026 |
SummaryBug FixFix redirect handling for MIME type detection Ensures uploaded files are correctly retrieved and processed, preventing MIME type detection errors that could disrupt file uploads and user experience. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(ui): adds border none comment for live-preview window | JarrodMFlesch | XS | No | 0.5h | 0.0h | May 29, 2026 |
SummaryChoreAdd comment explaining border none in live-preview window Improves code readability by explaining the purpose of the border none style. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Css
|
||||||
| fix(ui): add border between live preview window and document fields | JarrodMFlesch | XS | No | 0.9h | 0.9h | May 29, 2026 |
SummaryBug FixAdd border between live preview and document fields Improves UI by visually separating live preview window from document fields panel, fixing edge cases with missing or doubled borders. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Css
|
||||||
| fix(ui): add white-space nowrap to popup buttons | JarrodMFlesch | XS | No | 1.7h | 0.1h | May 29, 2026 |
SummaryBug FixAdd white-space nowrap to popup buttons Fixes popup button label wrapping, ensuring single-line layout for better UI consistency. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack |
||||||
| feat(ui): updates column selector to v4 design | PatrikKozak | XL | No | 44.9h | 44.4h | May 29, 2026 |
SummaryFeatureUpdate column selector to v4 design Enhances user experience by enabling drag‑and‑drop column reordering and a cleaner UI, reducing time to customize views. Health Assessment
X-Large
High
High
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
Nextjs
|
||||||
| refactor(next)!: move templates and elements to @payloadcms/ui | jacobsfletch | XL | No | 37.1h | 22.2h | May 29, 2026 |
SummaryRefactorMove Next CMS elements to UI package Consolidates UI components into a single package, simplifying imports and improving maintainability. Health Assessment
X-Large
High
Medium
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React, Nextjs
|
||||||
| refactor(richtext-lexical)!: restructure index.ts, rename outputSchema to jsonSchema | AlessioGr | XL | No | 2.1h | 1.1h | May 29, 2026 |
SummaryRefactorRefactor RichText Lexical: Restructure index and rename schema Improves maintainability of the RichText module, enabling future type‑safe enhancements without breaking changes. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| feat!: rename field typescriptSchema to jsonSchema | AlessioGr | XL | No | 2.5h | 2.4h | May 29, 2026 |
SummaryRefactorRename field typescriptSchema to jsonSchema Renames the field property to better reflect its purpose and support upcoming plugin updates, improving clarity and future compatibility. Health Assessment
X-Large
Medium
Low
AI DetailsTech Stack |
||||||
| ci: fail publish-prerelease when any package fails to publish | denolfe | XS | No | 0.1h | 0.1h | May 28, 2026 |
SummaryCI/CDFail prerelease publish on any package failure Ensures internal release failures are surfaced and marked as failed in GitHub Actions, improving visibility and reliability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(ui): remove sidebar collapse transition | JarrodMFlesch | M | No | 0.8h | 0.6h | May 28, 2026 |
SummaryBug FixRemove sidebar collapse transition Eliminates the animated transition for the admin sidebar, simplifying UI behavior and reducing CSS complexity. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React, Nextjs
|
||||||
| feat(ui): add TableSection abstraction for list views | JarrodMFlesch | XL | No | 27.7h | 27.3h | May 28, 2026 |
SummaryFeatureAdd TableSection abstraction for list views Unifies table layout across list views, improving consistency, reducing maintenance effort, and enhancing user experience with a cleaner, theme‑aware pagination and grouping UI. Health Assessment
X-Large
High
Medium
AI DetailsTech Stack
Languages:
Typescript, Javascript
Frameworks:
Nextjs
|
||||||
| feat!: admin server adapter | jacobsfletch | M | No | 36.7h | 35.6h | May 28, 2026 |
SummaryFeatureAdd framework-agnostic server adapter Enables plugins and server components to use abstracted server APIs, decoupling from Next.js and supporting other frameworks. Health Assessment
Medium
Medium
High
AI Details
Confidence:
0.20
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
Nextjs
|
||||||
| feat!: admin router adapter | jacobsfletch | XL | No | 20.0h | 19.7h | May 28, 2026 |
SummaryFeatureAdd router adapter for admin panel Enables swapping the admin panel’s routing layer, removing the hard dependency on Next.js and allowing use of alternative React frameworks, improving flexibility and reducing coupling. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
Frameworks:
React, Nextjs
|
||||||
| fix(next): restore modular dashboard widget drawer spacing | GermanJablo | M | No | 188.8h | 19.2h | May 27, 2026 |
SummaryBug FixFix modular dashboard widget drawer spacing Restores default spacing in the modular dashboard widget drawer, improving user experience. Health Assessment
Small
Low
Medium
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript, Css
Frameworks:
Nextjs, React
|
||||||
| fix(next): restore modular dashboard widget layout | GermanJablo | S | No | 187.4h | 187.4h | May 27, 2026 |
SummaryBug FixRestore modular dashboard widget layout Fixes UI regression in modular dashboard, restoring widget spacing and card layout. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
Nextjs, React
|
||||||
| fix(ui): ui4 paper cuts and improvements | JarrodMFlesch | XL | No | 6.6h | 0.1h | May 26, 2026 |
SummaryBug FixFix UI4 paper cuts and improvements Improves user interface consistency and usability by fixing active states, styling, and filter components, enhancing the overall user experience. Health Assessment
X-Large
High
High
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
Nextjs, React
|
||||||
| refactor(ui)!: default drawer depth context to 0 | jacobsfletch | M | No | 109.5h | 109.0h | May 26, 2026 |
SummaryRefactorRefactor drawer depth context to zero Aligns drawer depth semantics with edit depth, eliminating off‑by‑one errors and improving UI consistency for developers. Health Assessment
Medium
Medium
High
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| feat(ui): updates versions view to v4 design | JessRynkar | L | No | 144.8h | 29.4h | May 26, 2026 |
SummaryFeatureUpdates versions view to v4 design Enhances the versions UI to align with the new v4 design, improving visual consistency and user experience. Health Assessment
Small
Low
High
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
Nextjs, React
|
||||||
| docs: add missing migrations for FileSize, SHA1 algorithm, localization and storage adapter | paulpopus | M | No | 0.4h | 0.3h | May 26, 2026 |
SummaryDocsAdd missing migration guides for FileSize, SHA1, localization, storage Documentation now includes comprehensive migration steps for file size changes, SHA1 removal, localization updates, and storage adapter modifications, ensuring developers have clear guidance. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack |
||||||
| ci: restore post-release workflow on 3.x | denolfe | XL | No | 0.4h | - | May 26, 2026 |
SummaryCI/CDRestore post-release workflow for v3.x releases Reinstates release notifications for v3.x releases, ensuring PR/issue comments, website dispatch, and Discord announcements are triggered. Health Assessment
X-Large
Medium
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Javascript, Typescript
Frameworks:
Github-Actions
|
||||||
| docs: add breaking changes docs to migration doc | AlessioGr | M | No | 0.9h | 0.9h | May 22, 2026 |
SummaryDocsAdd breaking changes documentation to migration guide Provides users with updated migration guidance, ensuring smooth upgrades. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack |
||||||
| feat(ui): update tables to match v4 design | PatrikKozak | XL | No | 28.6h | 28.6h | May 22, 2026 |
SummaryFeatureUpdate tables to match v4 design Aligns admin UI tables with new v4 design, improving consistency and usability. Health Assessment
X-Large
Medium
High
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript, Css
Frameworks:
React
|
||||||
| feat(ui): updates live preview toolbar | JarrodMFlesch | XL | No | 25.6h | 4.9h | May 22, 2026 |
SummaryFeatureUpdates Live Preview Toolbar Adds updated toolbar controls and window expand/collapse for live preview, improving admin UI experience. Health Assessment
X-Large
Medium
Medium
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||