Pull Request Explorer

Exploring 216 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix: RangeError when restoring editor selection after focus tommoor XS No 0.3h 0.0h Aug 19, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: Recover from mismatched chunks after a deploy tommoor M No 0.2h 0.0h Aug 19, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): bump the sentry group across 1 directory with 2 updates dependabot M No 29.4h - Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): bump the aws group across 1 directory with 6 updates dependabot L No 29.3h - Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps-dev): bump unplugin-swc from 1.5.10 to 1.5.11 dependabot M No 29.3h - Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): bump @dotenvx/dotenvx from 1.66.0 to 1.75.1 dependabot L No 29.3h - Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: Uncaught error handling messages from the diagram editor tommoor M No 0.7h 0.1h Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: Code block with a null language makes the document impossible to open tommoor XS No 0.3h 0.1h Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: Correct open depths when unwrapping a single table cell on copy tommoor S No 1.5h 0.1h Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: Rendering of PDF previews in server-side document HTML tommoor S No 1.6h 0.1h Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: Uploads fail when the file name contains an accented character tommoor S No 1.4h 0.0h Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat: Filter the trash by who deleted an item and when tommoor L No 0.2h 0.1h Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: Upgrade mailparser and its dependency tree tommoor M No 0.1h 0.1h Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: Include nested documents when downloading a document tommoor M No 0.1h 0.1h Aug 17, 2026

LLM analysis pending

This PR has not been analyzed yet.

perf: Keep FontAwesome icon packs out of the eagerly loaded bundle tommoor L No 0.2h 0.0h Aug 16, 2026

Summary

Refactor

Reduce bundle size by removing FontAwesome barrels

This PR cuts ~1.4 MB from the initial load by importing icons individually, improving performance for users.

Health Assessment

Large
Low
Low
  • Quick review and merge, minimal changes, low risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix: Stabilize signed attachment urls so browser caches can be reused tommoor M No 0.8h 0.1h Aug 16, 2026

Summary

Bug Fix

Stabilize signed attachment URLs for caching

Ensures consistent signed URLs across storage backends, enabling browser and proxy caches to reuse attachments, reducing bandwidth and load times.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal rework; AI-assisted review helped catch edge cases.

AI Details

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

Tech Stack

Languages: Typescript
fix: Hide inapplicable options in the menu for deleted documents tommoor S No 0.5h 0.1h Aug 16, 2026

Summary

Bug Fix

Hide inapplicable options in the menu for deleted documents

This PR removes irrelevant menu items and footer stats from deleted documents, improving UI clarity and preventing user confusion.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, AI review helped streamline the process.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
fix: Serialize external mentions as links in exported markdown tommoor L No 1.0h 0.0h Aug 16, 2026

Summary

Bug Fix

Serialize external mentions as links in exported markdown

Makes Markdown exports more portable by emitting standard Markdown links for GitHub-backed mentions instead of platform‑specific references, improving interoperability.

Health Assessment

Medium
Low
Low
  • Fast cycle time (1h) and no review rounds indicate a straightforward, low‑risk fix. AI assistance likely accelerated the implementation.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
Re-authorize collaboration connections when access changes tommoor XL No 14.4h 0.1h Aug 16, 2026

Summary

Bug Fix

Re-authorize collaboration connections when access changes

Ensures collaboration WebSocket connections are invalidated when access changes, improving security by propagating changes via Redis.

Health Assessment

X-Large
Medium
Low
  • Fast cycle time and minimal review rounds indicate an efficient process; the large code change was well scoped and quickly approved.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix: Sticky hash prevents re-scroll to TOC heading tommoor S No 0.4h 0.0h Aug 16, 2026

Summary

Bug Fix

Fix TOC re-scroll issue on sticky hash

Fixes navigation glitch where repeated TOC clicks after scrolling away failed to re-scroll, enhancing user experience.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, reviewed immediately, merged within minutes, indicating low complexity and high confidence.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix: Headings at the end of a document never highlight in the contents tommoor S No 10.0h 0.1h Aug 16, 2026

Summary

Bug Fix

Fix ToC highlight for end-of-document headings

Ensures table of contents accurately highlights headings, improving navigation and user experience.

Health Assessment

Small
Low
Low
  • Quick fix with minimal rework, resolved in a single commit after a brief review.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix: Crash when a remote edit arrives during a table column resize tommoor M No 0.3h 0.0h Aug 16, 2026

Summary

Bug Fix

Fix crash during remote edit while resizing table column

Prevents editor crash caused by remote document replacement during table column resize, improving stability for collaborative editing.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, AI-assisted review, no rework needed.

AI Details

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

Tech Stack

Languages: Typescript
fix: Dragging text within an image caption corrupts the document tommoor S No 0.7h 0.0h Aug 16, 2026

Summary

Bug Fix

Fix caption drag causing document corruption

Prevents editor corruption and Sentry errors when dragging text inside image or video captions, improving user experience.

Health Assessment

Small
Low
Low
  • Rapid resolution with AI-assisted review; minimal code changes and low risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix: Crash when pasting a single block of content into document title tommoor M No 0.2h 0.0h Aug 16, 2026

Summary

Bug Fix

Fix crash when pasting single block into document title

Prevents ProseMirror crash when pasting multi‑line content into the document title, ensuring editor stability and a smoother user experience.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, resolved in under 15 minutes, indicating low complexity and risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix: Nested drafts removed when parent document is permanently deleted tommoor S No 0.1h 0.1h Aug 16, 2026

Summary

Bug Fix

Fix nested drafts deletion on permanent delete

Ensures that when a parent document is permanently deleted, all nested draft, template, and trial child documents are also removed, preventing orphaned records and maintaining data integrity.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, AI review helped catch issues early.

AI Details

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

Tech Stack

Languages: Typescript
fix: Pages fail to load on older browsers tommoor S No 0.5h 0.0h Aug 16, 2026

Summary

Bug Fix

Fix page load failures on older browsers

Adds a polyfill for Object.hasOwn to support legacy browsers, preventing startup crashes and improving reliability for users on older Chrome and Safari versions.

Health Assessment

Small
Low
Low
  • Resolved in under an hour with a single commit and no back‑and‑forth, indicating a straightforward, low‑risk change.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
Add container image badges to README rlenferink XS No 78.8h 78.8h Aug 15, 2026

Summary

Docs

Add container image badges to README

Adds visual indicators of the latest stable and nightly container image versions to the project's README, improving transparency for users and developers.

Health Assessment

Small
Low
High
  • Long review delay but minimal changes; low risk.

AI Details

Confidence: 0.10

Tech Stack

fix: Editor fails to load on iOS Safari 15 tommoor M No 0.1h 0.1h Aug 15, 2026

Summary

Bug Fix

Fix editor load issue on iOS Safari 15

Resolves editor failure to load on iOS Safari 15 by replacing regex lookbehind with manual character scan.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, reviewed and merged rapidly.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Separate logged-in elements on shared page tommoor L No 1.4h 0.1h Aug 15, 2026

Summary

Feature

Separate logged-in elements on shared page

Improves UX for signed-in users viewing shared documents by separating authenticated controls from the public UI, clarifying how the page appears to external users.

Health Assessment

Medium
Low
Low
  • Fast cycle time of 1.4h and only one review round indicate smooth integration. AI assistance likely contributed to rapid completion.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix: Shift-click table grips to select a range of rows or columns tommoor L No 0.6h 0.1h Aug 15, 2026

Summary

Bug Fix

Add shift-click range selection for table grips

Enhances table editing by allowing users to select multiple rows or columns with shift/cmd-click, improving efficiency and precision.

Health Assessment

Medium
Low
Low
  • Rapid review and single iteration indicate a straightforward bugfix with minimal risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
feat: Sticky first column in tables with a header column tommoor M No 1.2h 0.1h Aug 15, 2026

Summary

Feature

Add sticky first column for wide tables

Tables wider than available space now keep their first column fixed while scrolling horizontally, improving readability and aligning with existing sticky header behavior.

Health Assessment

Medium
Low
Low
  • Quick review and merge within 1.1 hours indicates smooth process.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix: Pasting a table from Google Sheets does not create a table tommoor S No 0.7h 0.1h Aug 15, 2026

Summary

Bug Fix

Fix table paste from Google Sheets

Corrects paste handling so tables copied from Google Sheets are preserved as tables instead of being flattened into Markdown, improving user experience when pasting spreadsheets.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes and fast review, indicating low complexity and low risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix: Optically center letter avatars in Facepile tommoor S No 0.1h 0.1h Aug 15, 2026

Summary

Bug Fix

Fix letter avatar centering in Facepile

Adjusts letter-based avatars to remain centered when clipped in Facepile UI, improving visual consistency.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, reviewed and merged within minutes, indicating low complexity and high confidence.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix: Match base domain on a label boundary when parsing hosts tommoor M No 42.6h 0.0h Aug 15, 2026

Summary

Bug Fix

Fix domain parsing to match base domain boundary

Improves host parsing to correctly identify custom domains, preventing misclassification of lookalike subdomains. Ensures accurate domain validation for better security and user experience.

Health Assessment

Small
Low
Low
  • Quick review and single commit indicate a straightforward bug fix with minimal impact.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix: API updates published to wrong Redis when collaboration Redis is separate tommoor XS No 0.1h 0.0h Aug 15, 2026

Summary

Bug Fix

Fix API update Redis misrouting in collaboration

This fix corrects the Redis client used for publishing API updates, ensuring real-time collaboration clients receive updates even when a separate collaboration Redis is configured. It restores document edit visibility without requiring a page reload.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, reviewed immediately by AI, merged within minutes.

AI Details

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

Tech Stack

Languages: Typescript
fix: Restart worker when queue health check cannot complete tommoor L No 15.4h 0.1h Aug 15, 2026

Summary

Bug Fix

Fix worker restart on queue health check failure

Ensures the worker process restarts when Redis is unreachable or health checks stall, preventing silent failures and improving system reliability.

Health Assessment

Large
Low
Low
  • Fast turnaround with minimal rework; the change addresses a critical reliability issue with a small code footprint.

AI Details

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

Tech Stack

Languages: Typescript
chore: Fix flaky Encrypted decorator test tommoor S No 0.1h 0.0h Aug 15, 2026

Summary

Test

Fix flaky Encrypted decorator test

Adjusts test to accept either decryption error or mismatched value due to AES-256-CBC unauthenticated behavior, eliminating flaky CI failures.

Health Assessment

Small
Low
Low
  • Quick, single-commit fix with no rework, minimal risk.

AI Details

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

Tech Stack

Languages: Typescript
feat: Highlight trigger text while suggestion menu is open tommoor L No 38.4h 0.1h Aug 15, 2026

Summary

Feature

Highlight trigger text in suggestion menu

Adds inline highlight for trigger character and search term in the editor, improving clarity for users selecting suggestions.

Health Assessment

Medium
Low
Low
  • Quick review and single commit after review led to fast merge; minimal rework indicates healthy process.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
feat: Rank mention suggestions by familiarity tommoor L No 3.1h 0.6h Aug 15, 2026

Summary

Feature

Rank mention suggestions by group familiarity

Users are now prioritized in the mention menu based on group familiarity, improving relevance and reducing search time.

Health Assessment

Large
Low
Low
  • Fast review and merge with minimal iterations indicates high confidence in the change.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix: Heading anchor widget breaking IME composition tommoor S No 1.4h 0.1h Aug 14, 2026

Summary

Bug Fix

Fix heading anchor widget breaking IME composition

Fixes an editor IME composition bug that caused composed characters to be lost when typing in headings, improving user experience for East Asian language users.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, reviewed and approved within minutes, indicating low complexity and high confidence.

AI Details

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

Tech Stack

Languages: Typescript
fix: Align CSRF cookie resolution between attach and verify paths tommoor S No 9.4h 0.1h Aug 14, 2026

Summary

Bug Fix

Align CSRF cookie resolution consistency

Ensures CSRF protection cookie naming is consistent across attach and verify paths, preventing potential security mismatches and improving reliability.

Health Assessment

Small
Low
Medium
  • Fast review and merge, but multiple commits after the initial review indicate iterative refinement to finalize the logic.

AI Details

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

Tech Stack

Languages: Typescript
perf: Skip revision diff when too expensive to compute tommoor M No 1.3h 0.1h Aug 14, 2026

Summary

Feature

Add complexity guard to avoid expensive diff

Prevents worker event loop blocking on large documents by skipping costly diff calculations, improving performance and reliability.

Health Assessment

Medium
Low
Low
  • Quick review and single iteration indicate low complexity and high confidence in changes.

AI Details

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

Tech Stack

Languages: Typescript
fix: Make code fence markdown serialization round-trip stable tommoor M No 1.3h 0.0h Aug 14, 2026

Summary

Bug Fix

Fix code fence markdown serialization stability

This change guarantees that code fences are serialized with sufficient backticks to avoid premature termination, preserving document structure across export-import cycles. It also simplifies fence metadata, reducing diff noise and improving editor performance.

Health Assessment

Medium
Low
Low
  • The PR was reviewed and merged within 1.2 hours, indicating a straightforward fix with minimal friction and high confidence in the change.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix: Tighten one-time credential handling in OAuth token exchange tommoor L No 4.3h 0.1h Aug 14, 2026

Summary

Bug Fix

Tighten OAuth token exchange handling

Improves security by ensuring one-time credentials are consumed atomically, preventing concurrent reuse.

Health Assessment

Medium
Low
Low
  • Fast turnaround with minimal review friction; single commit and quick approval indicate a straightforward, low‑risk fix.

AI Details

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

Tech Stack

Languages: Typescript
fix: Omit last activity info from share unfurl response tommoor S No 0.6h 0.0h Aug 14, 2026

Summary

Bug Fix

Omit last activity info from share unfurl response

This PR removes the last activity metadata from share link unfurl responses, ensuring shared links do not expose editor names or timestamps, improving privacy compliance.

Health Assessment

Small
Low
Low
  • Quick, AI-assisted fix with minimal changes and no blockers.

AI Details

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

Tech Stack

Languages: Typescript
fix: Attachment downloads lose original file extension tommoor M No 0.3h 0.1h Aug 14, 2026

Summary

Bug Fix

Fix attachment download extension loss

Ensures downloaded attachments retain their original file extensions by setting the Content-Disposition header on S3 uploads, improving user experience and preventing misnamed files.

Health Assessment

Medium
Low
Low
  • The PR was reviewed and merged within 18 minutes, indicating a straightforward, low‑risk bug fix with minimal rework.

AI Details

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

Tech Stack

Languages: Typescript
fix: Apply MCP preference to dynamically registered OAuth clients tommoor L No 3.5h 0.1h Aug 14, 2026

Summary

Bug Fix

Apply MCP preference to dynamic OAuth clients

Ensures MCP preference controls existing dynamic OAuth clients, revoking tokens when disabled, improving security and compliance.

Health Assessment

Large
Low
Low
  • Fast cycle time (3.5h) with a single review and minimal rework; AI assistance streamlined the fix.

AI Details

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

Tech Stack

Languages: Typescript
fix: Align pins.list response with document access tommoor S No 0.2h 0.0h Aug 14, 2026

Summary

Bug Fix

Align pins.list response with document access

Ensures the pins.list API only returns pins whose linked documents are readable by the requesting user, eliminating inconsistencies between pin visibility and document access policies.

Health Assessment

Small
Low
Low
  • Quick, AI-assisted fix with minimal code changes and no client-facing impact.

AI Details

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

Tech Stack

Languages: Typescript
fix: Align mention unfurl with document insights settings tommoor M No 0.1h 0.0h Aug 14, 2026

Summary

Bug Fix

Align mention unfurl with document insights

Ensures mention previews respect document insights and ability checks, improving privacy and consistency for users.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, low review friction, fast merge.

AI Details

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

Tech Stack

Languages: Typescript
fix: Unhandled socket error during websocket upgrade crashes server tommoor M No 10.6h 0.1h Aug 13, 2026

Summary

Bug Fix

Fix socket error during websocket upgrade

Prevents server crashes from abrupt WebSocket disconnects, improving reliability and uptime for users.

Health Assessment

Medium
Low
Low
  • Rapid resolution with minimal rework; AI assistance streamlined error handling improvements.

AI Details

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

Tech Stack

Languages: Typescript
« Page 4 of 5 »

Get this analytics stack for your team

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

Connect Repos