Pull Request Explorer

Exploring 167 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
feat(ui): add medium size variant to form inputs JarrodMFlesch M No 0.7h 0.6h Jun 30, 2026

Summary

Feature

Add medium size variant to form inputs

Adds a medium size variant to form inputs, improving UI consistency and reducing layout issues.

Health Assessment

Medium
Low
Low
  • Quick turnaround with minimal rework indicates a well‑scoped UI change.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix(ui): reset hierarchy drawer state on reopen JarrodMFlesch XL No 23.4h 7.4h Jun 30, 2026

Summary

Bug Fix

Reset hierarchy drawer state on reopen

Ensures the hierarchy drawer resets its transient state when reopened, preventing stale navigation and selection data, improving user experience.

Health Assessment

X-Large
Low
Medium
  • The PR resolved a UI state issue with rapid iteration and a quick review cycle, reflecting efficient collaboration.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
chore: aria-label clean up JessRynkar M No 258.6h 258.6h Jun 30, 2026

Summary

Chore

chore: aria-label clean up

Adds missing aria-labels across the UI to improve accessibility.

Health Assessment

Medium
Medium
High
  • The PR had a long cycle time of over 10 days with minimal code changes, indicating a slow review process but low technical complexity.

AI Details

Tech Stack

Languages: Javascript
chore: migrate pnpm overrides to catalogs AlessioGr M No 0.6h 0.0h Jun 29, 2026

Summary

Chore

Migrate pnpm overrides to catalogs

Move shared dependency versions to a pnpm catalog, replacing deprecated override syntax to avoid warnings and improve dependency management.

Health Assessment

Medium
Low
Low
  • Fast cycle time and minimal review needed indicate a low‑risk, straightforward maintenance change.

AI Details

Confidence: 0.10

Tech Stack

Languages: Yaml
ci: upgrade pnpm to v11 denolfe XL No 100.9h 97.1h Jun 29, 2026

Summary

CI/CD

Upgrade pnpm to v11 for monorepo

Upgrades the monorepo’s package manager to pnpm 11.9.0, updating workspace configurations and ensuring CI stability.

Health Assessment

Large
Medium
Low
  • The PR involved a substantial migration to pnpm v11, requiring many configuration changes across the monorepo. Despite a long cycle time, the review process was straightforward with minimal back‑and‑forth, indicating a well‑structured change.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript, Yaml
refactor!: remove default config export DanRibbens M No 116.8h 81.3h Jun 29, 2026

Summary

Refactor

Remove default config export to prevent mutation leaks

This change eliminates a shared mutable defaults object, reducing unintended side effects across consumers and improving configuration stability.

Health Assessment

Medium
Low
Medium
  • The PR took nearly five days to merge, with a long initial review period but only a single round of changes, indicating moderate review friction but a straightforward refactor.

AI Details

Tech Stack

Languages: Typescript
feat: generate separate input and output types for collections and globals AlessioGr XL No 184.0h 4.8h Jun 29, 2026

Summary

Feature

Add separate input and output types for collections

This PR introduces distinct input schemas for collections and globals, enabling accurate type generation for create/update operations and improving type safety for plugins like MCP.

Health Assessment

X-Large
High
Medium
  • The PR underwent extensive iteration with multiple commits to refine type generation logic, resulting in a large codebase change and extended cycle time.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
feat(plugin-import-export): migrate styles from scss to css using v4 tokens PatrikKozak L No 0.5h 0.2h Jun 29, 2026

Summary

Bug Fix

Migrate plugin-import-export styles from SCSS to CSS

Aligns admin component styling with UI4 design tokens, improving consistency and removing layout regressions.

Health Assessment

Large
Medium
Low
  • The PR was reviewed and merged within 30 minutes, indicating a smooth process with minimal friction. The change touches 16 files and 235 lines, a large scope for a styling refactor, but the quick turnaround suggests low complexity and moderate risk.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix(plugin-cloud-storage): split client and server utility exports JarrodMFlesch XS No 4.0h 2.4h Jun 29, 2026

Summary

Bug Fix

Separate client and server utility exports

Ensures browser‑safe utilities are imported separately, preventing server‑only code from leaking into client bundles, improving build size and runtime safety.

Health Assessment

Small
Low
Low
  • Quick fix resolved a regression with minimal code changes, demonstrating efficient review and merge process.

AI Details

Tech Stack

Languages: Typescript
fix(ui): hide upload panel on create when hideFileInputOnCreate is set PatrikKozak XS No 1.0h 0.0h Jun 29, 2026

Summary

Bug Fix

Hide upload panel on create when disabled

Prevents empty upload panel from appearing in create view for upload collections that generate files server-side, improving UI clarity and reducing confusion.

Health Assessment

Small
Low
Low
  • Merged within an hour with a single commit and no review iterations, indicating a straightforward, low-risk change.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
Frameworks: React
chore: updates settings menu button to v4 JessRynkar S No 240.2h 239.8h Jun 29, 2026

Summary

Chore

Update settings menu button to v4

Converts SCSS to CSS and adds a custom settings menu to the v4 test suite, improving test consistency.

Health Assessment

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

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
chore: legacy css var cleanup JessRynkar S No 238.7h 238.4h Jun 29, 2026

Summary

Chore

Cleanup legacy CSS variables

Removes outdated CSS variables and replaces hardcoded pixel values with new variables, improving maintainability.

Health Assessment

Small
Low
High
  • Long cycle time indicates delayed review; minimal code changes suggest low risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
Frameworks: React
chore: lexical css cleanup JessRynkar L No 261.2h 261.2h Jun 29, 2026

Summary

Chore

chore: lexical css cleanup

Cleaned up Lexical CSS to use UI4 tokens and remove legacy hardcoded values, improving consistency and maintainability across the rich text editor.

Health Assessment

Large
High
High
  • Long review cycle and large number of CSS changes suggest significant rework and potential for regressions; however, no functional changes reduce risk.

AI Details

Tech Stack

test: adapt MCP plugin codegen eval to generic CRUD tools GermanJablo XS No 1.8h 0.1h Jun 29, 2026

Summary

Test

Adapt MCP plugin codegen eval to generic CRUD

Aligns test expectations with updated MCP plugin API, ensuring automated tests validate correct CRUD tool configuration.

Health Assessment

Small
Low
Low
  • Fast review and merge, minimal changes, low risk.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
fix(ui): ignore the IME composition Enter in SearchInput greymoth-jp XS No 14.5h 0.7h Jun 29, 2026

Summary

Bug Fix

Ignore IME composition Enter in SearchInput

Prevents accidental search triggers when users confirm IME composition, improving search accuracy for Japanese/Chinese/Korean users.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, fast review, no rework.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
Frameworks: React
refactor(richtext-lexical)!: remove isHTMLElement function DanRibbens S No 81.3h 80.9h Jun 28, 2026

Summary

Refactor

Remove deprecated isHTMLElement utility

Eliminates a redundant wrapper, simplifying imports and ensuring consistent behavior across contexts.

Health Assessment

Small
Low
High
  • Long review time indicates low priority or complexity; minimal changes suggest low risk.

AI Details

Tech Stack

Languages: Typescript
refactor(richtext-lexical): remove vendored @lexical/markdown fork and upgrade to lexical 0.45 GermanJablo XL No 208.5h 59.7h Jun 28, 2026

Summary

Refactor

Remove vendored markdown fork and upgrade Lexical

This refactor removes an outdated vendored markdown library, upgrades to Lexical 0.45, and cleans up transformer logic, improving compatibility and reducing bundle size.

Health Assessment

X-Large
High
High
  • The PR required extensive rework after a single review, indicating complex changes and potential integration challenges.

AI Details

Confidence: 0.75

Tech Stack

Languages: Javascript, Typescript
Frameworks: React
« Page 4 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