Pull Request Explorer
| 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 |
SummaryFeatureAdd 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
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(ui): reset hierarchy drawer state on reopen | JarrodMFlesch | XL | No | 23.4h | 7.4h | Jun 30, 2026 |
SummaryBug FixReset 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
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 |
SummaryChorechore: aria-label clean up Adds missing aria-labels across the UI to improve accessibility. Health Assessment
Medium
Medium
High
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: migrate pnpm overrides to catalogs | AlessioGr | M | No | 0.6h | 0.0h | Jun 29, 2026 |
SummaryChoreMigrate 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
AI Details
Confidence:
0.10
Tech Stack
Languages:
Yaml
|
||||||
| ci: upgrade pnpm to v11 | denolfe | XL | No | 100.9h | 97.1h | Jun 29, 2026 |
SummaryCI/CDUpgrade 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
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 |
SummaryRefactorRemove 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
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| feat: generate separate input and output types for collections and globals | AlessioGr | XL | No | 184.0h | 4.8h | Jun 29, 2026 |
SummaryFeatureAdd 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
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 |
SummaryBug FixMigrate 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
AI DetailsTech 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 |
SummaryBug FixSeparate 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
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(ui): hide upload panel on create when hideFileInputOnCreate is set | PatrikKozak | XS | No | 1.0h | 0.0h | Jun 29, 2026 |
SummaryBug FixHide 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
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 |
SummaryChoreUpdate 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
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 |
SummaryChoreCleanup legacy CSS variables Removes outdated CSS variables and replaces hardcoded pixel values with new variables, improving maintainability. Health Assessment
Small
Low
High
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 |
SummaryChorechore: 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
AI DetailsTech Stack |
||||||
| test: adapt MCP plugin codegen eval to generic CRUD tools | GermanJablo | XS | No | 1.8h | 0.1h | Jun 29, 2026 |
SummaryTestAdapt 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
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 |
SummaryBug FixIgnore 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
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 |
SummaryRefactorRemove deprecated isHTMLElement utility Eliminates a redundant wrapper, simplifying imports and ensuring consistent behavior across contexts. Health Assessment
Small
Low
High
AI DetailsTech 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 |
SummaryRefactorRemove 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
AI Details
Confidence:
0.75
Tech Stack
Languages:
Javascript, Typescript
Frameworks:
React
|
||||||