Pull Request Explorer

Exploring 229 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
docs: update license table workspaces pricing to pay per workspace jobenjada XS No 0.6h 0.1h Jul 15, 2026

Summary

Docs

Update license table pricing to pay per workspace

Updates the license comparison table to reflect accurate pricing for enterprise workspaces.

Health Assessment

Small
Low
Low
  • Quick docs update with minimal review, indicating a smooth process.

AI Details

Confidence: 0.10

Tech Stack

fix: verify password against the credential account for email change and 2FA (5.2 backport) xernobyl L No 0.4h 0.0h Jul 15, 2026

Summary

Bug Fix

Fix password verification for email change and 2FA

Ensures newly created users can change email and enable 2FA by verifying password against the credential account, preventing failures and improving security.

Health Assessment

Medium
Low
Low
  • Merged within 30 minutes with minimal changes, indicating a straightforward bug fix with low complexity and high confidence.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Frameworks: React
fix: verify password against the credential account for email change and 2FA xernobyl L No 3.5h 0.1h Jul 15, 2026

Summary

Bug Fix

Fix password verification for email change and 2FA

Ensures password re‑verification uses the correct credential store, fixing email change and 2FA bugs for new users.

Health Assessment

Medium
Low
Low
  • Quick, single‑commit fix that resolved two critical bugs with minimal rework and no impact on other features.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
feat(auth): reject breached passwords via Have-I-Been-Pwned on password set (ENG-1587) xernobyl L No 47.1h 0.0h Jul 15, 2026

Summary

Feature

Add HIBP breach check for password set

Adds a Have‑I‑Been‑Pwned check to reject compromised passwords during signup and reset, improving security while remaining fail‑open for offline deployments.

Health Assessment

Large
Medium
Medium
  • PR had a quick initial review but required several follow‑up commits and a second review round, indicating moderate complexity and a need for careful testing of the new security feature.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs
fix: [Backport] fixes infinite re render for auth actions pandeymangg S No 0.3h 0.1h Jul 15, 2026

Summary

Bug Fix

Fix infinite re-render in auth actions

Prevents unnecessary re-renders in authentication flows, improving performance and user experience.

Health Assessment

Small
Low
Low
  • Rapid review and merge indicate a straightforward, low-impact fix.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
docs: add Workflows user and self-hosting guides itsjavi L No 20.7h 0.7h Jul 15, 2026

Summary

Chore

Add Workflows user and self-hosting guides

Provides comprehensive documentation and self-hosting instructions for the Workflows feature, enabling users to launch and manage workflows with confidence.

Health Assessment

Large
Low
Low
  • The PR was reviewed quickly with minimal back‑and‑forth, and the changes were largely documentation with a small UI tweak, indicating a low‑risk, high‑value update.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
refactor: merge main into epic/workflows-v1 itsjavi XL No 16.1h 16.1h Jul 15, 2026

Summary

Refactor

Merge main into epic/workflows-v1 to sync branches

Keeps the epic branch up to date, resolves i18n conflicts, and ensures all tests and type checks pass, maintaining consistency across the codebase.

Health Assessment

Large
Medium
Low
  • Fast 16‑hour cycle with minimal review friction, but the merge involved over 10,000 lines of change across 20 files, indicating a substantial refactor that could impact downstream components.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
fix(ui): keep InputCombobox chevron right-aligned when the dropdown is empty (backport #8520 → 5.2) Dhruwang XS No 17.6h 0.7h Jul 15, 2026

Summary

Bug Fix

Fix InputCombobox chevron alignment in empty dropdown

Corrects UI misalignment for empty dropdowns, ensuring consistent user experience across the survey editor and other components.

Health Assessment

Small
Low
Low
  • Rapid review and single commit indicate a straightforward UI fix with minimal impact.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix(api-keys): stop truncating the org-access note in the API key modal (backport #8519 → 5.2) Dhruwang XS No 17.6h 0.7h Jul 15, 2026

Summary

Bug Fix

Fix API key modal truncation

Corrects truncated organization access note in the API key modal, improving clarity for users.

Health Assessment

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

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix(ui): keep InputCombobox chevron right-aligned when the dropdown is empty Dhruwang XS No 1.0h 0.3h Jul 14, 2026

Summary

Bug Fix

Fix InputCombobox chevron alignment in empty dropdowns

Ensures dropdown UI remains consistent, improving user experience in survey editor and other app areas.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved in under an hour with no back‑and‑forth.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
Frameworks: React
fix(api-keys): stop truncating the org-access note in the API key modal Dhruwang XS No 1.1h 0.7h Jul 14, 2026

Summary

Bug Fix

Fix API key modal note truncation

Ensures full visibility of important org‑access information in the API key creation modal, improving user understanding and reducing confusion.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved within 1.1 hours, indicating efficient review and low complexity.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix(web): stop infinite server-action refresh loop on survey analysis pages itsjavi S No 12.3h 8.3h Jul 14, 2026

Summary

Bug Fix

Fix infinite refresh loop on survey pages

Stops infinite server-action loops that caused excessive server load and repeated page refreshes. Improves stability and performance for survey analysis users.

Health Assessment

Small
Low
Low
  • Quick resolution with minimal changes; review and merge within 12 hours, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Typescript
Frameworks: Nextjs
fix: prevent auth-action route-refresh loop in chart edit and feedback record modals pandeymangg S No 1.2h 0.3h Jul 14, 2026

Summary

Bug Fix

Fix auth-action route-refresh loop in modals

Prevents infinite re-render loops in chart edit and feedback record modals, improving stability and user experience.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, low review friction, resolved loop issue promptly.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix(database): seed Better Auth credential accounts so seed users can log in itsjavi M No 13.0h 12.4h Jul 14, 2026

Summary

Bug Fix

Fix seed Better Auth credential accounts

Ensures seeded users can log in after fresh installs, preventing login failures and improving onboarding.

Health Assessment

Medium
Low
Low
  • Quick resolution with a single review and minimal rework, indicating a straightforward bug fix.

AI Details

Tech Stack

Languages: Typescript
fix: prevent infinite re-render loop when authenticated actions refresh the route (backport #8507 → 5.2) Dhruwang M No 0.8h 0.2h Jul 14, 2026

Summary

Bug Fix

Prevent infinite re-render loop on authenticated actions

Fixes infinite re-render loop caused by authenticated actions resetting session cookie, improving stability on survey summary and Google Sheets integration pages.

Health Assessment

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

AI Details

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
fix: resolve hydration errors in RatingSmiley table markup itsjavi S No 9.9h 9.6h Jul 14, 2026

Summary

Bug Fix

Fix hydration errors in RatingSmiley component

Fixes hydration errors that caused console warnings on survey summary pages. Improves reliability of rating question display for end users.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved in under 10 hours, indicating efficient review and low complexity.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Frameworks: React
fix(web): only set workspace cookie on change to stop action refresh loop (backport #8513 → 5.2) Dhruwang XS No 0.6h 0.1h Jul 14, 2026

Summary

Bug Fix

Fix workspace cookie setting to prevent refresh loop

Stops infinite POST/refresh loop by only setting workspace cookie when value changes, improving stability for survey summary pages.

Health Assessment

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

AI Details

Tech Stack

Languages: Typescript
fix: let MCP clients request surveys:write and correct validate_survey scope (5.2 backport) xernobyl M No 12.5h 12.5h Jul 14, 2026

Summary

Bug Fix

Fix MCP client survey scopes backport

Ensures MCP clients can request write scopes and corrects validation scope, improving OAuth consent flow and preventing 403 errors.

Health Assessment

Small
Low
Low
  • Quick resolution with single review, minimal rework, indicating straightforward bug fix.

AI Details

Tech Stack

Languages: Typescript
fix: prevent infinite re-render loop when authenticated actions refresh the route pandeymangg M No 16.9h 0.2h Jul 14, 2026

Summary

Bug Fix

Fix infinite re-render loop on authenticated actions

Prevents excessive network traffic and server load caused by repeated route refreshes, improving performance and reliability for survey summary and Google Sheets integration pages.

Health Assessment

Medium
Low
Low
  • Quick resolution with minimal rework; single review and approval; no major blockers.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
fix: let MCP clients request surveys:write and correct validate_survey scope xernobyl M AI 0.8h 0.5h Jul 13, 2026

Summary

Bug Fix

Fix MCP client scope mismatch for surveys

Corrects OAuth scopes for MCP clients, enabling write operations and aligning validate_survey with read‑only behavior, improving API usability and security.

Health Assessment

Small
Low
Low
  • Quick, single‑commit fix that resolved a scope mismatch, resulting in a fast review and merge with minimal risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs
feat(helm): add Hub volume extension points BhagyaAmarasinghe M No 1.6h 0.9h Jul 13, 2026

Summary

Feature

Add Hub volume extension points

Adds provider-neutral volume and volumeMount hooks to the Helm chart for Hub, enabling generic credential mounting for Vertex and other services, and updates default image version.

Health Assessment

Medium
Low
Low
  • The PR was reviewed and merged within 1.6 hours, indicating a smooth review process.
  • The change is small in scope and introduces a new deployment feature without affecting application logic.

AI Details

Confidence: 0.20

Tech Stack

Languages: Yaml
refactor(workflows): polish the workflow editor UI [ENG-1234] itsjavi XL No 121.7h - Jul 13, 2026

Summary

Refactor

Polish workflow editor UI

Enhances the workflow editor with clearer state indicators, improved usability, and bug fixes, reducing user confusion and streamlining workflow creation.

Health Assessment

X-Large
Medium
Low
  • The PR was reviewed immediately and AI-assisted, but required multiple commits afterward, indicating a substantial UI overhaul with moderate risk due to its large scope and focused front‑end changes.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
chore(auth): identify user in PostHog on sign-up harshsbhat M No 15.4h 0.1h Jul 13, 2026

Summary

Bug Fix

Identify users in PostHog on sign-up

Adds server‑side PostHog identify to mark users as identified upon sign‑up, improving analytics accuracy and data quality.

Health Assessment

Medium
Low
Low
  • Fast turnaround with minimal rework; AI review provided actionable feedback that was quickly addressed.

AI Details

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

Tech Stack

Languages: Typescript
feat(survey-editor): group & color-code the Add Block question-type picker jobenjada L No 113.3h - Jul 13, 2026

Summary

Feature

Group & color-code Add Block picker

Improves survey editor usability by organizing question types into categories, reducing cognitive load and speeding up survey creation.

Health Assessment

Medium
Low
Low
  • Quick review and single commit indicate a straightforward UI improvement with minimal risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
feat: block personal email sign-ups on Formbricks Cloud xernobyl XL AI 126.5h 0.3h Jul 13, 2026

Summary

Feature

Block personal email sign‑ups on Formbricks Cloud

Prevents new users from signing up with personal or disposable email domains on the Cloud platform, ensuring only company email addresses are allowed while keeping self‑hosted instances unaffected.

Health Assessment

X-Large
High
High
  • The PR required extensive review, including AI‑assisted comments, and involved many iterations, leading to a slow cycle time and high risk due to its large scope and complexity.

AI Details

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

Tech Stack

Languages: Typescript
fix(docs): init Formbricks embed on script onload instead of fixed timeout Dhruwang XS No 12.8h 0.0h Jul 10, 2026

Summary

Docs

Fix embed initialization race in docs

Ensures the Formbricks SDK initializes only after script loads, preventing errors on slow connections.

Health Assessment

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

AI Details

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

Tech Stack

fix: auto-login after email verification (ENG-1746) xernobyl S No 3.4h 3.2h Jul 10, 2026

Summary

Bug Fix

Auto-login after email verification

Automatically logs users in after email verification, eliminating the need for a manual login step and improving the onboarding experience.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal changes indicate a straightforward bug fix with low risk to the codebase.

AI Details

Tech Stack

Languages: Typescript
feat(editor): add bullet and numbered list buttons to the toolbar jobenjada M No 57.6h 5.2h Jul 10, 2026

Summary

Feature

Add bullet and numbered list toolbar buttons

Introduces toolbar controls for creating bulleted and numbered lists in the rich text editor, enhancing content creation efficiency for users.

Health Assessment

Medium
Medium
Low
  • The PR required a single review cycle with minimal back‑and‑forth, indicating a straightforward change that was quickly approved after a brief comment.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
chore: dogfood in-app Formbricks surveys, code-action triggers & What's New panel harshsbhat L AI 93.0h 0.3h Jul 10, 2026

Summary

Feature

Add in-app Formbricks surveys and What's New panel

Integrates the Formbricks survey widget directly into the application, adds in-app triggers for surveys, and introduces a "What's New" panel to engage users contextually.

Health Assessment

Large
High
Medium
  • PR received a quick initial review but required extensive rework across many commits, indicating a complex integration and potential for future maintenance challenges.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs
refactor(workflows): live autosaving editor with guided validation [ENG-1234] itsjavi XL No 21.1h 12.6h Jul 10, 2026

Summary

Feature

Refactor workflows editor with live autosave

Improves user experience by enabling instant autosave, live validation, and guided workflow setup, reducing errors and ensuring data integrity before publishing.

Health Assessment

X-Large
Medium
Medium
  • The PR closed in just 21 hours with a single review, indicating a smooth review process. However, the large number of commits and extensive line changes suggest a significant refactor that may increase maintenance risk.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
Frameworks: React
fix(surveys): keep "Generate responses" action visible but disabled when responses exist jobenjada S AI 7.3h 7.0h Jul 10, 2026

Summary

Bug Fix

Keep Generate Responses button visible but disabled

Ensures users can see the generate responses action even when a survey has data, providing clear feedback and preventing confusion.

Health Assessment

Small
Low
Low
  • Quick review and merge within 7 hours, minimal changes, straightforward bug fix.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
docs(api-keys): clarify workspace vs organization access scopes jobenjada L AI 3.8h 3.5h Jul 10, 2026

Summary

Chore

Clarify workspace vs organization access scopes

Improves API key UI and documentation to clearly distinguish workspace and organization access, preventing misconfiguration and errors.

Health Assessment

Medium
Low
Low
  • Quick review and merge with minimal iterations, indicating straightforward documentation and UI text updates.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
docs: update settings navigation references for Formbricks 5.0 harshsbhat M AI 8.3h 7.7h Jul 10, 2026

Summary

Docs

Update settings navigation references for Formbricks 5.0

Aligns documentation with the new settings navigation structure, ensuring users can locate the correct settings pages and reducing confusion and support tickets.

Health Assessment

Small
Low
Low
  • Documentation updated quickly with minimal review, indicating a straightforward change with low risk to the product.

AI Details

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

Tech Stack

fix(api): let organization-only API keys reach organization endpoints jobenjada M AI 3.2h 0.1h Jul 10, 2026

Summary

Bug Fix

Enable organization-only API keys for org endpoints

Allows API keys with only organization access to call organization‑scoped endpoints, improving key usability and aligning with UI expectations.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal rework, fast review, low risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs
feat(charts): add rating measures (ratingCount + ratingAverage) [ENG-1661] Dhruwang M No 72.6h 0.1h Jul 10, 2026

Summary

Feature

Add rating measures to chart builder

Adds missing rating metrics to the chart builder, enabling average and count charts for rating questions and improving analytics for user satisfaction.

Health Assessment

Small
Low
Low
  • Fast review (0.1h) and minimal code changes (116 lines) indicate low complexity and quick integration of the new rating measures.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
chore: load root .env in lingo.dev i18n:generate scripts itsjavi XS No 19.2h - Jul 10, 2026

Summary

Chore

Load root .env for lingo.dev i18n scripts

Ensures lingo.dev CLI uses repository root .env for authentication across packages, preventing auth errors during i18n generation.

Health Assessment

Small
Low
Low
  • Quick review and merge within 19 hours, minimal changes, no blockers.

AI Details

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

Tech Stack

chore(billing): emit paid-subscription lifecycle events to PostHog harshsbhat L No 23.2h - Jul 10, 2026

Summary

Chore

Emit billing lifecycle events to PostHog

Adds analytics events for paid subscription changes, enabling growth and sales to track conversions, churn, and plan changes.

Health Assessment

Large
Medium
Medium
  • Fast 23‑hour cycle with multiple review rounds shows active collaboration; the PR added significant analytics logic across a few files, keeping overall risk moderate.

AI Details

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

Tech Stack

Languages: Typescript
feat(unify-feedback): rework Topics & Subtopics on React Query + /api/v3 jobenjada XL No 66.7h 0.3h Jul 10, 2026

Summary

Feature

Rework Topics & Subtopics with React Query

Introduces a new two‑pane UI and API layer for managing feedback taxonomy, improving performance, user experience, and maintainability of the feedback system.

Health Assessment

X-Large
High
High
  • The PR required extensive refactoring, new API routes, and multiple iterations, resulting in high review friction and a large code change scope.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
chore: Add email confirmed posthog event harshsbhat S No 2.8h 0.2h Jul 10, 2026

Summary

Feature

Add email confirmed PostHog event

Adds a server‑side PostHog event that tracks when a user confirms their email, enabling measurement of email verification rates and funnel completion.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal rework indicate a straightforward feature addition with quick review turnaround.

AI Details

Confidence: 1.00

Tech Stack

Languages: Typescript
fix(i18n): keep main-nav category names in English across all locales jobenjada S AI 2.3h 0.9h Jul 10, 2026

Summary

Bug Fix

Ensure main-nav labels stay English across locales

This change prevents non‑English users from seeing translated product section names, maintaining consistent branding and user experience.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, fast review, no blockers.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix(ui): contain Radix form-bubble inputs inside Switch and Checkbox roots itsjavi XS No 15.4h - Jul 10, 2026

Summary

Bug Fix

Fix layout bug with Radix form inputs

Eliminates unwanted scroll space caused by hidden Radix inputs in forms, improving user experience.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, reviewed immediately, no rework needed.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix: preserve current workspace when navigating to org settings (ENG-1700) Dhruwang M No 22.3h - Jul 10, 2026

Summary

Bug Fix

Fix workspace persistence when navigating to organization settings

Ensures the correct workspace context is maintained when users navigate to organization settings, preventing UI from resetting to the default workspace.

Health Assessment

Medium
Low
Low
  • Fast review and single commit resolved a UI bug with minimal changes, indicating efficient collaboration.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs
fix(survey-ui): meet WCAG AA contrast on date picker today cell Dhruwang XS No 4.2h 0.0h Jul 10, 2026

Summary

Bug Fix

Fix WCAG AA contrast on date picker today cell

Improves accessibility by ensuring the date picker’s today cell meets WCAG AA contrast requirements, reducing visual fatigue and compliance issues.

Health Assessment

Small
Low
Low
  • Quick fix with immediate review and no rework, indicating a straightforward change with minimal risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
refactor: merge main into epic/workflows-v1 itsjavi XL No 4.8h - Jul 09, 2026

Summary

Refactor

Merge main into epic/workflows-v1

Synchronizes main branch changes into the workflows feature branch, ensuring updated navigation, feedback, and UI components are integrated without conflicts.

Health Assessment

Large
Low
Low
  • Merge completed in under 5 hours with no conflicts, demonstrating efficient integration and minimal review friction.

AI Details

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

Tech Stack

Languages: Typescript, Yaml
Frameworks: React, Nextjs
feat(workflows): empty-canvas workflow authoring [ENG-1234] itsjavi XL No 4.8h - Jul 09, 2026

Summary

Feature

Add empty-canvas workflow authoring

Empowers users to create workflows from scratch, reducing friction and enabling future extensibility.

Health Assessment

X-Large
Medium
Low
  • Fast review cycle with minimal friction; high scope but no blockers, indicating efficient implementation and low risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs
fix(a11y): respect prefers-reduced-motion globally in the web app itsjavi S No 3.3h - Jul 09, 2026

Summary

Bug Fix

Add global prefers-reduced-motion support

Ensures users with reduced motion preferences experience a smoother, non-animated interface, improving accessibility and user comfort.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal changes suggest low risk and high confidence.

AI Details

Confidence: 0.95

Tech Stack

fix(link-surveys): make footer links & suggested colors WCAG AA compliant jobenjada XL No 51.1h 0.3h Jul 09, 2026

Summary

Feature

Make footer links WCAG AA compliant

Improve accessibility by adapting footer link colors to the chosen background, with an optional styling field for creators to override.

Health Assessment

Medium
Low
Low
  • The PR had a fast review time and low cycle time, indicating efficient collaboration and minimal blockers.

AI Details

Usage: AI Assisted
Category: Both AI
Tools: Claude, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
chore: move Next.js docs index from AGENTS.md into nextjs-docs agent skill itsjavi S AI 4.4h - Jul 09, 2026

Summary

Chore

Move Next.js docs index into dedicated agent skill

Reduces token usage by loading Next.js docs only when needed, improving performance and cost.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes; AI auto-fixes streamlined review.

AI Details

Usage: AI Assisted
Category: Both AI
Tools: CodeRabbit, Claude
Confidence: 0.95

Tech Stack

fix(surveys): standalone Conditional Logic section + unified jump-to dropdown (ENG-1328) jobenjada L No 50.2h 0.2h Jul 09, 2026

Summary

Feature

Add standalone Conditional Logic section and unified dropdown

Improves survey editor usability by separating logic controls and standardizing navigation dropdowns, reducing confusion and speeding up survey creation.

Health Assessment

Large
Medium
Medium
  • The PR had a quick initial review but required several commits to address feedback, indicating moderate iteration but ultimately delivering a substantial UI improvement.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix: correct survey language switcher dropdown background (ENG-1701) Dhruwang XS No 2.2h - Jul 09, 2026

Summary

Bug Fix

Fix survey language switcher background

Corrects the background color of the survey language switcher dropdown to match the survey surface, improving visual consistency across themes.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, approved after a single review comment, indicating low complexity and high confidence.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
« Page 3 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