Pull Request Explorer

Exploring 28 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix(editor): increase autoresize handle threshold until it hides dwelle XS No 0.5h - Jul 27, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat(editor): `autoshape` text + line improvements dwelle L No 16.8h - Jul 24, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(editor): Diamond hit test shortcut mtolmacs S No 345.3h 335.6h Jul 22, 2026

Summary

Health Assessment

AI Details

Tech Stack

fix(editor): Dangling deleted bound text mtolmacs M No 34.9h 25.8h Jul 22, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(editor): prevent eyedropper preview from overflowing viewport Sam721166 L No 54.1h 54.0h Jul 21, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(editor): make Help button tooltip consistent with toolbar Sam721166 S No 5.1h 5.1h Jul 17, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(editor): show scroll-back-to-content button on mobile dwelle M No 1.7h - Jul 17, 2026

Summary

Health Assessment

AI Details

Tech Stack

fix(editor): fix AnimationController scheduling race conds dwelle M No 0.8h 0.1h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat(packages/excalidraw): add `props.ui.enabled.zoom/scrollBackToContent` dwelle L No 0.1h - Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

ci(repo): skip docs & example deployments in CI dwelle S No 0.3h 0.1h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(editor): improve UX around locked animations dwelle XL No 13.5h - Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat(packages/excalidraw): add `props.activeTool` and related dwelle XL No 11.3h - Jul 15, 2026

Summary

Feature

Add active tool control and interaction settings

Enables host‑controlled tool selection and fine‑grained interaction options, improving presentation workflows and user experience.

Health Assessment

X-Large
High
Low
  • The PR was merged in just 11 hours with minimal review, but the large code churn (≈1,000 lines across 19 files) indicates a high‑impact change that required rapid iteration.

AI Details

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
fix(editor): make embeddable ignore higher-z-index non-framelike elements dwelle M No 0.1h - Jul 14, 2026

Summary

Bug Fix

Fix embeddable hitcheck for higher‑z‑index elements

Ensures embedded components correctly ignore non‑framelike elements with higher z‑index, improving interaction accuracy.

Health Assessment

Small
Low
Low
  • Merged within 6 minutes, no review, minimal changes, low risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
feat(packages/excalidraw): interaction and UI control dwelle XL No 210.5h 209.3h Jul 14, 2026

Summary

Feature

Add interaction and UI control to Excalidraw

Provides host‑controlled props to disable UI and interaction, enabling live previews and controlled user experience.

Health Assessment

Large
High
High
  • The PR took over 8 days from opening to merge, with a review time of 8 days, indicating slow feedback loops.
  • The large code churn (over 2,600 lines) and multiple commits after the first review suggest significant rework, raising risk for integration issues.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
fix(editor): should not select deleted bound text mtolmacs XS No 1.2h 1.0h Jul 14, 2026

Summary

Bug Fix

Fix selection of deleted bound text

Prevents accidental selection of text that has been deleted, improving editor reliability.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, fast review and merge.

AI Details

Tech Stack

Languages: Typescript
chore(editor): streamline getSelectedElementsByGroup cTangonan123 M No 116.7h 11.6h Jul 13, 2026

Summary

Refactor

Streamline getSelectedElementsByGroup logic

Refines element grouping logic to reduce redundancy and maintain ordering, improving editor performance and code maintainability.

Health Assessment

Medium
Medium
Medium
  • The PR involved multiple refactor commits over a long cycle, indicating iterative refinement and careful testing to preserve behavior.

AI Details

Tech Stack

Languages: Typescript
fix(editor): Hit cache soundness mtolmacs S No 124.6h 124.5h Jul 13, 2026

Summary

Health Assessment

AI Details

Tech Stack

feat(editor): toolbar / active tool rewrites dwelle XL No 7.6h - Jul 12, 2026

Summary

Refactor

Rewrite toolbar and active tool logic

Improves toolbar UI and active tool handling for better user experience.

Health Assessment

Large
Medium
Low
  • The PR was merged within 7.6 hours, indicating a smooth review process and high confidence in the changes. The large code churn suggests significant refactoring, but the rapid cycle time mitigates risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
chore(editor): Refactor Actions for clarity mtolmacs XL No 75.0h 48.9h Jul 11, 2026

Summary

Chore

Refactor Actions for clarity

Improves maintainability of action logic, reducing future bugs and speeding feature development.

Health Assessment

X-Large
Low
High
  • The PR had a slow initial review but required only a single commit, indicating a focused refactor with minimal contention.

AI Details

Tech Stack

Languages: Typescript
fix(editor): arrow label rendering fixes and perf improvements dwelle L No 0.1h - Jul 08, 2026

Summary

Bug Fix

Fix arrow label rendering and performance

Fixes rendering artifacts for labeled arrows in exports and editor. Reduces canvas allocations, improving performance and ensuring consistent visual quality.

Health Assessment

Large
Low
Low
  • Merged within 6 minutes, indicating a straightforward fix with minimal review friction.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
fix(editor): Fix binding.test.ts type mismatch mtolmacs XS No 0.4h 0.4h Jul 08, 2026

Summary

Health Assessment

AI Details

Tech Stack

fix(editor): Very small bindables can blow up fixedPoint -> position ratio mtolmacs M No 44.0h 44.0h Jul 08, 2026

Summary

Bug Fix

Fix binding ratio overflow for small elements

Prevents extreme arrow positions caused by binding to zero-size elements, improving stability for large drawings.

Health Assessment

Medium
Low
Low
  • Single commit, quick review, no rework, straightforward bug fix.

AI Details

Confidence: 1.00

Tech Stack

Languages: Javascript, Typescript
Frameworks: React
feat(editor): dblclick to toggle arrowhead dwelle M No 0.3h - Jul 07, 2026

Summary

Feature

Add double-click toggle for arrowheads

Users can now double-click to toggle arrowheads on lines, improving editing efficiency.

Health Assessment

Small
Low
Low
  • PR merged within 18 minutes with minimal changes, indicating a straightforward UI enhancement with low risk.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
feat(editor): show cursor hint when switching arrow types dwelle L No 17.7h - Jul 07, 2026

Summary

Feature

Show cursor hint on arrow type switch

Enhances user experience by providing visual feedback when switching arrow tools, reducing confusion and improving workflow efficiency.

Health Assessment

Large
Low
Low
  • PR merged within 18 hours with minimal rework, indicating a smooth review process and low friction.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Frameworks: React
fix(editor): optimize UI rendering during animation dwelle L No 0.3h - Jul 05, 2026

Summary

Health Assessment

AI Details

Tech Stack

fix(editor): revert viewport animation back to 500ms dwelle S No 0.4h - Jul 05, 2026

Summary

Health Assessment

AI Details

Tech Stack

feat(packages/excalidraw): viewport locking mtolmacs XL No 219.2h 215.6h Jul 03, 2026

Summary

Feature

Add viewport locking to Excalidraw

Enables users to lock the viewport, preventing accidental pan/zoom and improving focus during editing.

Health Assessment

X-Large
High
High
  • Long review cycle (~9 days) and numerous commits indicate significant rework; large code churn (~3,500 lines) suggests high risk to stability.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
fix(editor): keep eraser shortcut consistent with tool switch rules anviik S No 17.7h 17.6h Jun 29, 2026

Summary

Bug Fix

Fix eraser shortcut consistency

This change aligns the eraser shortcut with tool-switch rules, preventing accidental eraser activation during multi-point line creation and element editing, thereby improving drawing reliability and user experience. By ensuring consistent tool behavior, it reduces user frustration and potential data loss.

Health Assessment

Small
Low
Low
  • The PR was reviewed and merged within a single day with minimal changes, indicating a straightforward bug fix with low complexity.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React

Get this analytics stack for your team

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

Connect Repos