Pull Request Explorer

Exploring 38 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix: improve action auth flow for passwordless users Mythie XL No 20.3h 18.3h Sep 11, 2026

LLM analysis pending

This PR has not been analyzed yet.

docs: add externalId to send-for-signature workflow example catalinpit XS No 218.0h 217.8h Sep 10, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(i18n): add missing plural in bulk template upload error handling mKoonrad XS No 12.4h 6.9h Sep 10, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: pass csp nonce to @hello-pangea/dnd style elements catalinpit S No 22.2h 5.3h Sep 10, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(auth): remove commented account creation code ephraimduncan S No 54.3h 54.3h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: resolve build errors Mythie XS No 0.1h 0.1h Sep 09, 2026

Summary

Health Assessment

AI Details

Tech Stack

chore(ui): remove unused text fitting component ephraimduncan M No 54.2h 53.8h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: use react router middleware Mythie M No 0.0h 0.0h Sep 09, 2026

Summary

Health Assessment

AI Details

Tech Stack

fix: improve invalid bulk template upload error handling dguyen XL No 167.8h 0.1h Sep 08, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: temporary fix for British to US spelling catalinpit XL No 46.9h 46.9h Sep 04, 2026

Summary

Bug Fix

Temporary fix for British to US spelling

Converts British spellings in translation files to US spelling and updates related tests, improving consistency for users.

Health Assessment

Large
Low
Medium
  • PR addressed spelling consistency across translations and tests, with moderate review time and a single iteration.

AI Details

Tech Stack

Languages: Typescript
chore: upgrade to node 24 lts and clean up docker image Mythie M No 22.0h 22.0h Sep 04, 2026

Summary

Chore

Upgrade Node to 24 LTS and clean Docker image

This PR updates the project to use Node 24 LTS and optimizes the Docker image by removing unnecessary dependencies, improving build performance and reducing image size.

Health Assessment

Small
Low
Low
  • The PR was merged quickly after a single review, indicating straightforward maintenance work with minimal risk.

AI Details

Tech Stack

Languages: Javascript
fix: increase signature placeholder size when a timestamp authority is configured theredcat XS AI 56.9h 56.9h Sep 04, 2026

Summary

Bug Fix

Increase signature placeholder size for timestamp authority

Ensures PDFs signed with long‑term validation and archival timestamps do not fail due to placeholder size, preventing envelopes from getting stuck in PENDING and improving reliability for users.

Health Assessment

Small
Low
High
  • Minimal code changes were merged quickly after a single review, indicating low complexity and low risk, though the review was delayed.

AI Details

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

Tech Stack

Languages: Typescript
fix: default unset signing transport to local catalinpit M No 206.0h 140.1h Sep 03, 2026

Summary

Bug Fix

Fix default signing transport to local

Health checks now correctly flag missing or invalid certificates, improving reliability and security of document signing.

Health Assessment

Medium
Low
Medium
  • The PR had a long cycle time and a single review with changes, indicating moderate review friction but a small to medium scope, resulting in a low overall risk.

AI Details

Tech Stack

Languages: Typescript
Frameworks: Remix
fix: add patches back to dockerfile Mythie XS No 0.3h 0.0h Sep 01, 2026

Summary

Health Assessment

AI Details

Tech Stack

chore: upgrade libpdf Mythie XS No 0.4h 0.0h Sep 01, 2026

Summary

Health Assessment

AI Details

Tech Stack

docs: clarify team API token and certificate behavior catalinpit S No 86.7h 10.7h Sep 01, 2026

Summary

Health Assessment

AI Details

Tech Stack

fix: enlarge envelope field resize handle hit area catalinpit XS No 111.4h 111.4h Sep 01, 2026

Summary

Bug Fix

Enlarge envelope field resize handle hit area

Users can resize fields more easily, improving document editing experience.

Health Assessment

Small
Low
Medium
  • Long cycle time due to merging main branches; minimal code changes; single review indicates low complexity.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
Frameworks: React
fix: prevent dialogs from closing on blur dguyen M No 117.5h 0.0h Sep 01, 2026

Summary

Bug Fix

Prevent dialogs from closing on blur

Fixes a regression where dialogs triggered by dropdown menus close when the browser window loses focus, improving bulk template send functionality.

Health Assessment

Medium
Medium
Low
  • The PR received a quick review but took over 4 days to merge, suggesting scheduling or prioritization delays rather than technical complexity.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
chore: update Polish translation mKoonrad M No 17.8h 17.8h Aug 28, 2026

Summary

Chore

Update Polish translation

Polish translation file updated to replace AI-generated text with accurate human translations, ensuring correct localization for users.

Health Assessment

Medium
Low
Low
  • Quick turnaround with single review, minimal changes, low risk.

AI Details

Confidence: 1.00

Tech Stack

chore: add provider request template Mythie M No 0.5h 0.4h Aug 27, 2026

Summary

Health Assessment

AI Details

Tech Stack

feat: optimise posthog usage and add error tracking Mythie XL No 44.2h 2.5h Aug 27, 2026

Summary

Feature

Optimize Posthog usage and add error tracking

Improves analytics accuracy and provides robust error monitoring for signing flows, enhancing reliability and user experience.

Health Assessment

Large
Medium
Low
  • Single commit with rapid review indicates straightforward changes; large addition suggests significant feature enhancement.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix: allow zooming and dragging uploaded signatures dguyen XL No 329.0h 0.1h Aug 26, 2026

Summary

Bug Fix

Fix signature pad zoom and drag

Improves user experience by enabling easier manipulation of uploaded signatures, reducing errors and improving form completion.

Health Assessment

X-Large
Medium
Low
  • The PR had a quick review but a long cycle time due to integration with main branch and merging, indicating potential bottlenecks in release process.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
chore: extract translations github-actions XL No 316.1h 316.0h Aug 25, 2026

Summary

Chore

Extract translations into dedicated files

Separates translation strings into dedicated files to streamline localization workflow and improve maintainability.

Health Assessment

X-Large
High
High
  • The PR involved a large number of translation file changes with no review, leading to a long cycle time and high risk.

AI Details

Confidence: 0.95

Tech Stack

refactor(trpc): use ts-pattern for envelope document-data resolution ephraimduncan S No 234.6h 234.5h Aug 25, 2026

Summary

Refactor

Refactor envelope routes with ts-pattern

Improves type safety and removes dead code in envelope routing, ensuring compiler rejects unhandled identifiers while maintaining runtime behavior. This change enhances maintainability and reduces potential bugs.

Health Assessment

Small
Low
High
  • The PR had a long cycle time with no review, indicating a possible bottleneck or oversight. The change is small and low risk, but the extended review period suggests process inefficiencies.

AI Details

Tech Stack

Languages: Typescript
Frameworks: Trpc
feat: last used column for api tokens catalinpit M No 167.4h 25.9h Aug 25, 2026

Summary

Feature

Add last used timestamp column for API tokens

Track and display the last time an API token was used, improving auditability and security.

Health Assessment

Medium
Low
Medium
  • The PR added a new column to track token usage, required a migration, and was reviewed after a week, indicating moderate review time but minimal rework.

AI Details

Tech Stack

Languages: Typescript, Sql
feat: allow admin recipient search dguyen L No 116.4h 0.0h Aug 25, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(emails): remove trailing period from document pending email subject waterWang XS No 245.8h 245.8h Aug 24, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(i18n): add plural forms for command menu results and item counts (#3207) Rodrigoue9 S No 125.2h 125.2h Aug 24, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(i18n): add Plural support for bulk download limit alert (#3209) Rodrigoue9 XS No 126.8h 126.8h Aug 24, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(ui): add type=button to multiselect remove and clear buttons misinierijon4-debug XS No 129.6h 129.6h Aug 24, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: surface actionable errors when completing documents Mythie M No 3.9h 3.8h Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: add github action timeouts dguyen S No 0.5h 0.0h Aug 18, 2026

Summary

Chore

Add GitHub Actions timeouts

Adds job-level timeouts to GitHub Actions workflows to prevent indefinite runs, standardizing execution limits across CI, publishing, and translation automation.

Health Assessment

Small
Low
Low
  • Quick, single-commit PR with minimal review, indicating low complexity and high confidence.

AI Details

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

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
chore: deps 2026-08-17 Mythie XL No 18.2h 16.4h Aug 18, 2026

Summary

Chore

chore: deps upgrade 2026-08-17

This PR updates project dependencies, including the AI SDK and Google Vertex provider, and applies fixes to documentation build and runtime packaging, ensuring compatibility and stability for the web application.

Health Assessment

X-Large
Medium
Medium
  • The PR involved a large number of dependency changes and multiple commits, but was merged within 18 hours, indicating efficient review and low friction.

AI Details

Tech Stack

Frameworks: Docker
chore: remove planning skills dguyen L No 119.2h 0.0h Aug 18, 2026

Summary

Health Assessment

AI Details

Tech Stack

fix: use documenso fork of skia-canvas for rendering Mythie M No 72.4h 0.8h Aug 17, 2026

Summary

Bug Fix

Fix rendering with documenso fork of skia-canvas

Improves PDF text extraction accuracy by using a forked rendering library that correctly encodes characters, reducing extraction errors.

Health Assessment

Medium
Low
Low
  • The PR was reviewed quickly and merged within 3 days, indicating a straightforward fix with minimal rework.

AI Details

Tech Stack

Languages: Typescript
fix: docker healtcheck catalinpit XS No 44.9h 40.6h Aug 14, 2026

Summary

Bug Fix

Fix Docker healthcheck for Postgres

Ensures Postgres healthchecks correctly pass database name, preventing false failures in production, development, and testing environments.

Health Assessment

Small
Low
Medium
  • PR took almost two days to review, but changes were minimal and straightforward, resulting in a quick merge.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Docker
chore: update Polish translations mKoonrad L No 10.0h 10.0h Aug 14, 2026

Summary

Chore

Update Polish translations

Human translations added to Polish language file, improving localization accuracy and user experience.

Health Assessment

Large
Low
Low
  • PR completed quickly with a single approval and minimal changes, indicating a straightforward maintenance update.

AI Details

Confidence: 0.75

Tech Stack

feat: show feature gated setting pages dguyen XL No 25.2h 0.1h Aug 12, 2026

Summary

Feature

Add feature-gated setting pages for Documenso Cloud

Enables upsell UI for SSO, email domains, and branding when the Documenso Cloud flag is set, improving conversion and user experience.

Health Assessment

X-Large
Medium
Low
  • Fast review cycle with only one comment, minimal rework, and quick merge. The large code addition indicates a significant UI change but was well-received.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
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