Pull Request Explorer

Exploring 234 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix: remove hardcoded plan names from upgrade banners (backport to 5.0) mattinannt M AI 0.8h 0.8h May 27, 2026

Summary

Bug Fix

Remove hardcoded plan names from upgrade banners

Fixes UI copy to avoid coupling to specific plan tiers, improving maintainability and reducing future patch releases.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, no rework, low risk.

AI Details

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

Tech Stack

fix: fixes app surveys sdk migration link pandeymangg XS No 16.7h 0.0h May 27, 2026

Summary

Bug Fix

Fix broken migration link

Corrects broken documentation and in-app link for workspace ID migration, ensuring users can navigate to the migration guide without encountering 404 errors.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved in a single round of review and merged within 17 hours.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix: restore "Label Color" rename in styling settings locales (ENG-976) Dhruwang M No 4.4h 4.1h May 26, 2026

Summary

Bug Fix

Restore 'Label Color' rename in styling settings locales

Fixes UI string rename that was reverted during a merge, ensuring consistent labeling across all locales.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, no code modifications, low risk to production.

AI Details

Tech Stack

fix: unify upgrade UI in settings jobenjada S No 159.0h 157.3h May 26, 2026

Summary

Bug Fix

Unify upgrade UI in settings

Improves layout and organization of upgrade prompts across billing, feedback directory, and workspace feedback sources pages by integrating a SettingsCard component, enhancing user experience.

Health Assessment

Small
Low
High
  • Long review time indicates delayed feedback; small scope suggests low risk.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix: Hungarian translation xernobyl M No 22.3h 9.9h May 26, 2026

Summary

Bug Fix

Fix Hungarian translation strings

Corrects informal wording and missing translations in Hungarian locale, improving user experience for Hungarian-speaking customers.

Health Assessment

Small
Low
Low
  • Quick, single-commit fix with minimal changes and no rework, indicating a straightforward resolution of a localization issue.

AI Details

Confidence: 0.20

Tech Stack

fix: bind storage uploads to survey elements BhagyaAmarasinghe XL No 179.4h 0.1h May 26, 2026

Summary

Bug Fix

Bind storage uploads to survey elements

Ensures file uploads are scoped to the correct survey element, improving security and data integrity while maintaining backward compatibility with legacy URLs.

Health Assessment

Large
High
Medium
  • The PR had a long cycle time and required multiple review rounds, indicating significant rework, but the review process itself was quick once changes were submitted.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: Nextjs, React
fix: fixes read only webhook issue pandeymangg S No 90.8h 72.0h May 26, 2026

Summary

Bug Fix

Fix read-only webhook authorization issue

Prevents read‑only workspace members from triggering outbound HTTP requests via the webhook test endpoint, tightening security and protecting against SSRF attacks.

Health Assessment

Small
Low
High
  • The PR required over 90 hours from creation to merge, with a single review request and two follow‑up commits, indicating a slow review cycle but limited code changes.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
chore: drop unused exports flagged by only-export-components mattinannt S AI 56.9h 0.1h May 25, 2026

Summary

Chore

Drop unused exports to improve HMR

Removing unnecessary export statements from component files eliminates Fast Refresh HMR skips, improving developer experience during local development.

Health Assessment

Small
Low
Low
  • Quick review and merge, minimal changes, low risk

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix: clean up setTimeout schedules in contact-attribute effects mattinannt XS AI 56.4h 56.2h May 25, 2026

Summary

Bug Fix

fix: clean up setTimeout schedules in contact-attribute effects

Fixes stale state issues in the contacts UI by adding cleanup to setTimeout callbacks, preventing errors when components unmount or re-render.

Health Assessment

Small
Low
Medium
  • Minimal code changes (4 lines added, 2 removed) with AI assistance; review took over 56 hours but required only a single approval, indicating low complexity and low risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix: add missing JSX key props in segment-filter SelectItem lists mattinannt XS AI 56.4h 56.2h May 25, 2026

Summary

Bug Fix

Add missing JSX key props in segment-filter

Fixes React key warnings in device filter, ensuring correct rendering. Prevents potential UI glitches that could confuse users.

Health Assessment

Small
Low
Medium
  • PR addressed a minor UI bug with a single commit and quick approval after a single review round, indicating a straightforward fix with minimal risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix: add CSRF protection to integration OAuth flows xernobyl XL No 169.5h 1.9h May 25, 2026

Summary

Bug Fix

Add CSRF protection to OAuth integration flows

Secures OAuth flows for Google Sheets, Slack, Notion, and Airtable by replacing readable state with opaque Redis‑backed state, preventing CSRF and exposing workspace IDs.

Health Assessment

Large
High
Medium
  • Security‑critical changes required extensive refactoring and test coverage; the PR had a slow cycle time and multiple rework commits, but the initial review was quick and only one round of comments.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
fix: remove invalid placeholder ARIA roles from membership role controls mattinannt XS AI 46.6h 46.4h May 25, 2026

Summary

Bug Fix

Remove invalid placeholder ARIA roles

This change removes invalid ARIA role attributes that were placeholders, ensuring proper accessibility for screen readers. It improves compliance and user experience for visually impaired users.

Health Assessment

Small
Low
Low
  • Single commit, quick approval after review, minimal changes, low risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
feat(a11y): honor prefers-reduced-motion in framer-motion previews mattinannt XL AI 46.6h 0.1h May 25, 2026

Summary

Feature

Honor prefers-reduced-motion in framer-motion previews

Adds accessibility compliance by respecting user reduced motion preferences in preview components, preventing motion-triggered vestibular issues.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix: move SAML jackson opts out of module scope into init() mattinannt S AI 46.2h 46.0h May 25, 2026

Summary

Bug Fix

Move SAML opts into init to avoid shared state

This change eliminates a hidden shared state bug in SAML authentication. It ensures that future request‑level mutations cannot inadvertently affect all users, maintaining reliable login flows.

Health Assessment

Small
Low
Low
  • Single commit after review, quick turnaround, minimal scope, low risk.

AI Details

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

Tech Stack

Languages: Typescript
fix: pin Dockerfile global package versions for reproducible builds mattinannt XS AI 44.9h 0.1h May 25, 2026

Summary

Bug Fix

Pin Dockerfile package versions for reproducible builds

Pin global package versions in Dockerfile to guarantee reproducible builds and protect against upstream tag swaps, reducing build instability.

Health Assessment

Small
Low
Low
  • Quick review and merge after a single comment, indicating a straightforward change with minimal risk.

AI Details

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

Tech Stack

Frameworks: Docker
fix: restore logout and profile access for billing-role users Dhruwang XL AI 1.0h 0.1h May 25, 2026

Summary

Bug Fix

Restore logout and profile access for billing users

Billing‑role users can now log out and view their profile pages, improving usability and compliance.

Health Assessment

Large
Low
Low
  • Quick turnaround with minimal review, indicating a straightforward bug fix.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: Nextjs
fix: [Backport] restore logout and profile access for billing-role users (#8136) Dhruwang XL AI 0.4h 0.4h May 25, 2026

Summary

Bug Fix

Restore logout and profile access for billing users

Billing-role users can now log out and access their profile page. This fixes a critical usability issue that prevented billing users from managing their accounts.

Health Assessment

X-Large
Low
Low
  • Fast turnaround with single review and merge, indicating a straightforward bug fix.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
fix: harden Helm release secret lookups BhagyaAmarasinghe M No 0.5h 0.1h May 22, 2026

Summary

Bug Fix

Fix hardening of Helm secret lookups

Ensures Helm chart releases handle secret lookups safely, preventing failures during CI and improving stability for deployments.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes and fast review, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
fix: harden Helm release secret lookups BhagyaAmarasinghe M No 0.3h 0.1h May 22, 2026

Summary

Bug Fix

Fix harden Helm release secret lookups

This fix prevents Helm chart release failures caused by secret lookup errors, ensuring reliable deployments and reducing potential downtime for users.

Health Assessment

Medium
Low
Low
  • Quick turnaround with minimal rework indicates a straightforward bug fix with low complexity.

AI Details

Confidence: 0.80

Tech Stack

Languages: Yaml
feat: cascade delete Hub feedback records on org deletion (ENG-973) Dhruwang M AI 53.9h 0.1h May 22, 2026

Summary

Feature

Cascade delete Hub feedback records on org deletion

Ensures external Hub data stays consistent when an organization is removed, preventing orphaned records and reducing storage costs.

Health Assessment

Medium
Low
Low
  • Fast review cycle (6 min) and single commit indicate a straightforward, low‑risk change with minimal rework.

AI Details

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

Tech Stack

Languages: Typescript, Yaml
feat: [Backport] cascade delete Hub feedback records on org deletion (#8055) Dhruwang M No 0.2h 0.2h May 22, 2026

Summary

Feature

Backport cascade delete Hub feedback records

Ensures that deleting an organization also removes related Hub feedback records, preventing orphaned data and maintaining data integrity across services.

Health Assessment

Medium
Low
Low
  • Fast review and merge with minimal changes, quickly addressing data integrity concerns.

AI Details

Tech Stack

Languages: Typescript, Yaml
docs: restructure into Platform, Surveys, and Unify Feedback tabs harshsbhat XL AI 5.2h 0.1h May 22, 2026

Summary

Docs

Restructure docs into Platform, Surveys, Unify Feedback tabs

Reorganizes documentation to align with product structure, improving navigation and clarity for users and developers.

Health Assessment

X-Large
Low
Low
  • Fast review and merge with minimal rework, indicating clear documentation changes and low impact on production code.

AI Details

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

Tech Stack

fix: [Backport] json payload limit pandeymangg L No 0.3h 0.1h May 22, 2026

Summary

Bug Fix

Fix JSON payload size limit

Prevents large JSON requests from overwhelming the server, improving stability and security.

Health Assessment

Large
Low
Medium
  • The PR was merged quickly with minimal review time, but required several commits after the initial review, indicating some iterative refinement.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: Nextjs
fix: limit JSON request body size BhagyaAmarasinghe XL No 60.6h 0.2h May 22, 2026

Summary

Bug Fix

Limit JSON request body size to prevent DoS

Adds a 2 MiB limit on JSON/raw API payloads, updates all API routes to enforce the limit before validation, and introduces comprehensive tests to ensure safe handling.

Health Assessment

X-Large
Medium
Low
  • The PR quickly resolved a DoS risk with a single review and minimal rework, but the changes span many API routes, resulting in a large code footprint.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: Nextjs
fix: return 404 when response is deleted mid-update BhagyaAmarasinghe M No 63.4h 39.3h May 22, 2026

Summary

Bug Fix

Return 404 on mid-update response deletion

The API now returns a 404 when a response is deleted during an update race, preventing misleading error responses. This improves reliability and clarity for clients.

Health Assessment

Small
Low
Medium
  • The PR addressed a race condition with minimal changes and was merged after a single review, indicating a straightforward fix.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: Nextjs
fix: order Helm Hub migrations after Prisma BhagyaAmarasinghe L No 18.0h 0.1h May 22, 2026

Summary

Bug Fix

Order Helm Hub migrations after Prisma

Ensures database migrations run in the correct order during Helm installs, preventing race conditions and data integrity issues for Formbricks users.

Health Assessment

Medium
Low
Low
  • Fast review (0.1h) and minimal rework indicate a straightforward bugfix with low risk to production.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Yaml
Frameworks: Kubernetes
fix: use Valkey for bundled Helm Redis BhagyaAmarasinghe L No 22.6h 0.1h May 22, 2026

Summary

Bug Fix

Replace bundled Redis with Valkey in Helm chart

Ensures the Formbricks Helm chart uses a supported Valkey image, eliminating a broken Bitnami dependency and improving reliability for deployments.

Health Assessment

Large
Low
Low
  • The PR was reviewed and merged within 22.6 hours, with a single AI‑generated review comment that was addressed in one follow‑up commit, indicating a smooth and efficient process.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Yaml
fix: use Valkey for bundled Helm Redis (backport #8092) Dhruwang L AI 17.1h 17.1h May 22, 2026

Summary

Bug Fix

Fix bundled Helm Redis to use Valkey

Updates the Helm chart to replace bundled Redis with Valkey, ensuring compatibility with release/5.0 and improving performance for deployments.

Health Assessment

Large
Low
Low
  • The PR was reviewed and merged within 17 hours, with only one follow‑up commit, indicating a smooth review process and minimal rework.

AI Details

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

Tech Stack

Languages: Yaml
fix: pin DNS and block redirects on webhook delivery in the response pipeline pandeymangg L No 20.0h 0.1h May 22, 2026

Summary

Bug Fix

Pin DNS and block redirects in webhook delivery

Hardens webhook delivery against SSRF attacks by pinning DNS and blocking redirects, improving security and compliance.

Health Assessment

Large
Medium
Low
  • Fast review and single round of changes indicate efficient process; security fix delivered quickly with minimal friction.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript
fix: [Backport] backports dns pinning fix pandeymangg L No 15.3h 0.7h May 22, 2026

Summary

Bug Fix

Backport DNS pinning fix

Fixes DNS pinning issue for improved security and reliability.

Health Assessment

Medium
Low
Low
  • Quick review and merge, minimal rework, straightforward bug fix.

AI Details

Tech Stack

Languages: Typescript
Frameworks: Nextjs
fix: backport removal of isAIDataAnalysisEnabled to v5 jobenjada L AI 2.7h 2.7h May 21, 2026

Summary

Bug Fix

Remove isAIDataAnalysisEnabled flag in v5

Eliminates unused AI data analysis flag, cleans up database, UI, tests, and translations, improving codebase clarity and reducing maintenance overhead.

Health Assessment

Large
Low
Low
  • Quick turnaround with minimal review, indicating a straightforward fix and strong test coverage.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
fix: remove isAIDataAnalysisEnabled (ENG-1039) mattinannt L AI 2.0h 0.1h May 21, 2026

Summary

Bug Fix

Remove AI Data Analysis Flag

Eliminates unused AI data analysis flag, simplifying billing, UI, and database schema, reducing complexity and potential confusion.

Health Assessment

Large
Low
Low
  • Quick fix with minimal review, indicating low complexity and high confidence in removal.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
fix: backport CSAT and CES summary filter icons to 5.0 jobenjada XS AI 29.1h - May 21, 2026

Summary

Bug Fix

Backport CSAT and CES summary filter icons

Adds missing CSAT and CES icons to the survey summary filter combobox, improving user experience and consistency across versions.

Health Assessment

Small
Low
Low
  • Quick, single‑commit fix merged within a day, indicating low complexity and minimal review friction.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
fix: pin DNS and block redirects on webhook delivery (backport #8095) Dhruwang L AI 0.6h 0.6h May 21, 2026

Summary

Bug Fix

Fix DNS pinning and redirect blocking on webhook delivery

Ensures webhook delivery uses pinned DNS and blocks redirects, improving security and reliability for webhook integrations.

Health Assessment

Large
Low
Low
  • Quick AI‑assisted fix with minimal changes, fast review and merge, low risk.

AI Details

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

Tech Stack

Languages: Typescript
fix: order Helm Hub migrations after Prisma (backport #8104) Dhruwang L AI 0.6h 0.6h May 21, 2026

Summary

Bug Fix

Order Helm Hub migrations after Prisma

Ensures Helm Hub migrations run after Prisma migrations complete, preventing race conditions.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Yaml
fix: validate displayId ownership on response creation (ENG-825) mattinannt L AI 54.2h 0.1h May 21, 2026

Summary

Bug Fix

Validate displayId ownership on response creation

Adds ownership checks for displayId in response creation endpoints, preventing cross-workspace linking and ensuring data integrity.

Health Assessment

Large
Medium
Low
  • The PR fixed a security vulnerability with quick initial review but required multiple commits to refine validation logic and tests.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: ChatGPT, CodeRabbit, Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: Nextjs
fix: reserve future contact keys and improve segment errors (ENG-1037, ENG-994) jobenjada XL No 1.4h 0.1h May 21, 2026

Summary

Bug Fix

Reserve future contact keys and improve segment errors

Prevents key collisions and provides clearer error messages for users, improving data integrity and user experience.

Health Assessment

Large
Low
Low
  • Quick turnaround with minimal rework; AI-assisted code generation accelerated development.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Cursor, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: Nextjs
fix: backport #8101 reserved contact keys and segment errors to 5.0 jobenjada XL No 0.9h 0.9h May 21, 2026

Summary

Bug Fix

Backport reserved contact keys and segment errors

Ensures safe contact key usage and clearer validation errors, reducing data conflicts and improving user experience during migration.

Health Assessment

X-Large
Medium
Low
  • Fast turnaround with minimal review iterations indicates an efficient process and low complexity for the changes.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs
fix: chart date range type switch + presets include today (ENG-1034, ENG-1035) Dhruwang M AI 2.1h 0.2h May 21, 2026

Summary

Bug Fix

Fix chart date range toggle and preset inclusion

Corrects chart editor behavior when switching date ranges and ensures presets include current day, improving user experience and data accuracy.

Health Assessment

Medium
Low
Low
  • Quick resolution with minimal rework; AI review provided actionable feedback, leading to a fast merge within 2 hours.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
fix: allow enterprise oauth display names jobenjada S AI 1.1h 0.8h May 21, 2026

Summary

Bug Fix

Allow enterprise OAuth display names

Enterprise users can now use display names containing commas and parentheses, ensuring Azure AD OAuth claims pass validation. The change also tightens whitespace rules to reject tabs and newlines, improving data consistency.

Health Assessment

Small
Low
Low
  • Fast cycle time and single review round indicate smooth integration.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix: allow enterprise oauth display names jobenjada S AI 0.6h 0.6h May 21, 2026

Summary

Bug Fix

Allow enterprise OAuth display names

Enables enterprise OAuth users to have display names with commas and parentheses, improving compatibility with Azure AD and tightening whitespace validation.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, approved in under an hour, indicating smooth review and low risk.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix: chart date range type switch + presets include today (backport #8096) Dhruwang M No 1.6h 0.5h May 21, 2026

Summary

Bug Fix

Fix chart date range type switch and presets include today

Corrects chart editor behavior when toggling date ranges and ensures preset ranges include current day, improving data accuracy and user experience.

Health Assessment

Small
Low
Low
  • Fast turnaround with minimal changes; single review cycle and quick merge.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix: [Backport] adds close button on response error screen pandeymangg S No 1.1h 1.1h May 21, 2026

Summary

Bug Fix

Add close button to error screen

Adds a close button to the response error screen, improving user experience by allowing users to dismiss error messages.

Health Assessment

Small
Low
Low
  • Quick fix merged within 1.1 hours, indicating efficient review and low complexity.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Frameworks: React
fix: remount AI translation editor on value change, not disabled transition Dhruwang S No 4.1h 0.1h May 21, 2026

Summary

Bug Fix

Fix AI translation editor remount logic

Ensures AI-generated translations populate rich‑text editors correctly, improving user experience and progress tracking.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved in under 5 hours, low review friction.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
fix: AI translation rich-text editors stay empty (backport #8084) Dhruwang S No 2.9h 2.9h May 21, 2026

Summary

Bug Fix

Fix AI translation rich-text editors empty

Ensures AI-generated translations appear correctly in rich-text editors, improving multilingual survey creation and user experience.

Health Assessment

Small
Low
Low
  • Quick, single-file fix with minimal changes; fast review and merge cycle indicates low complexity and risk.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix: adds close button on response error screen pandeymangg S No 1.8h 0.1h May 21, 2026

Summary

Bug Fix

Add close button to error screen

Adds a close button to the survey response error UI, improving user experience by allowing users to exit error screens quickly.

Health Assessment

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

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
chore: add typecheck command and fix format and type issues itsjavi XL No 188.2h 0.1h May 21, 2026

Summary

Chore

Add typecheck command and fix formatting

Introduces a workspace‑wide TypeScript typecheck command and resolves formatting and type errors, improving developer workflow and code quality.

Health Assessment

Large
Medium
Medium
  • The PR added a new typecheck command and fixed formatting, requiring several iterations after the initial review, but the review was quick and the changes were largely straightforward, resulting in a moderate risk and a large scope.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
fix: backport billing-only settings access to 5.0 jobenjada M AI 0.3h 0.2h May 21, 2026

Summary

Bug Fix

Backport billing-only settings access to 5.0

Ensures billing users are correctly redirected and restricted, improving security and user experience.

Health Assessment

Medium
Low
Low
  • Fast review and merge with minimal rework, indicating a straightforward bug fix.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
fix: backport settings back navigation to 5.0 jobenjada S AI 0.4h 0.2h May 21, 2026

Summary

Bug Fix

Backport settings navigation fix to 5.0

Fixes navigation behavior in the settings sidebar to prevent users from getting stuck, improving user experience and reducing support tickets.

Health Assessment

Small
Low
Low
  • Quick, single-commit fix with minimal code changes, AI-assisted, and fast review cycle.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
fix: backport Cube API secret Helm defaults to 5.0 jobenjada S AI 0.3h 0.3h May 21, 2026

Summary

Bug Fix

Backport Cube API secret Helm defaults

Ensures Cube API secret is generated and preserved in Helm-managed secrets for version 5.0, improving deployment reliability.

Health Assessment

Small
Low
Low
  • Quick, single-commit fix with fast review and merge, indicating low complexity and minimal risk.

AI Details

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

Tech Stack

Languages: Yaml
Frameworks: Helm
« Page 2 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