Pull Request Explorer

Exploring 229 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
🔧 Make dev server domain configurable via DEV_DOMAIN lukevella S AI 0.1h - Jul 15, 2026

Summary

Feature

Configure dev server domain via DEV_DOMAIN

Enables developers to run multiple dev servers side by side by configuring the domain, improving isolation and testing workflows.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes and no review friction, indicating straightforward enhancement.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs
🔥 Remove locale sync lukevella S AI 0.1h - Jul 15, 2026

Summary

Bug Fix

Remove locale sync

Stops automatic locale changes that caused unwanted page reloads and notifications, ensuring a smoother user experience while keeping session and payment flows intact.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within minutes.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
♻️ Convert feedback submission from tRPC mutation to server action lukevella M AI 0.3h 0.2h Jul 15, 2026

Summary

Refactor

Convert feedback submission to server action

Enables reliable, rate-limited feedback submission with improved error handling, enhancing user experience and data collection.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes, indicating low complexity and risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
🐛 Fix language preference resetting after save lukevella M AI 0.2h - Jul 15, 2026

Summary

Bug Fix

Fix language preference resetting after save

Corrects a bug where changing the language preference caused the app to revert to English due to stale session data; updates server‑side locale handling and cookie synchronization for reliable language persistence.

Health Assessment

Medium
Low
Low
  • Resolved in under 10 minutes with a single commit, indicating a straightforward bug fix with minimal risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
💄 Update billing page components lukevella S AI 0.1h - Jul 15, 2026

Summary

Feature

Update billing page components

Enhanced billing page UI for clearer plan presentation and improved dark‑mode styling, improving user experience.

Health Assessment

Small
Low
Low
  • Merged within minutes with minimal review friction, indicating a straightforward UI improvement.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
💄 Move settings back button to the sidebar footer lukevella S AI 1.3h 0.1h Jul 14, 2026

Summary

Feature

Move settings back button to the sidebar footer

Aligns the back button with the dashboard sidebar footer, improving navigation consistency and reducing mouse movement for users.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes; AI-assisted code generation streamlined the process.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
🐛 Respect the user's week start preference in the week calendar (RAL-1341) lukevella M AI 0.1h - Jul 14, 2026

Summary

Bug Fix

Fix week calendar to respect user week start

Ensures calendar view aligns with user’s preferred first day of week, improving usability and reducing confusion.

Health Assessment

Medium
Low
Low
  • Merged within minutes with no review iterations, indicating a straightforward, low‑risk fix.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
🔒️ Enforce the DAL pattern (RAL-1333) lukevella L AI 2.4h 0.2h Jul 14, 2026

Summary

Refactor

Enforce DAL pattern for data access

Implements a strict data access layer to prevent accidental data leaks, enforce tenant isolation, and ensure API contract consistency, reducing bugs and improving security.

Health Assessment

Large
Medium
Low
  • The PR was merged within 2.4 hours with minimal review friction, indicating a well‑structured change and effective AI assistance that accelerated development.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs
🐛 Skip lastUsedAt write for non-Pro API keys (RAL-1336) lukevella S AI 0.1h - Jul 14, 2026

Summary

Bug Fix

Skip lastUsedAt write for non-Pro API keys

Prevents unnecessary database writes and misreporting for non‑Pro API keys, ensuring accurate usage metrics and correct 403 responses.

Health Assessment

Small
Low
Low
  • Quick fix with minimal code changes, no rework, and fast merge.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs
✨ Show API usage limits on the API keys settings page (RAL-1265) lukevella L AI 1.4h 0.3h Jul 13, 2026

Summary

Feature

Show API usage limits on the API keys settings page

Adds per‑space rate limit display and upgrade prompt for hobby spaces, improving user experience and preventing 429 errors.

Health Assessment

Large
Low
Low
  • Rapid iteration with AI assistance led to a quick merge within 1.4 hours, minimal review friction, and a single round of comments.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
✨ Add rich text (Markdown) editor for poll/event descriptions (RAL-1222) lukevella XL AI 1.9h 0.1h Jul 13, 2026

Summary

Feature

Add rich text editor for poll/event descriptions

Introduces a Tiptap‑based rich text editor that serializes to Markdown, enabling formatted poll and event descriptions and improving user experience.

Health Assessment

X-Large
Medium
Low
  • Fast cycle time (1.9h) and minimal review comments suggest high confidence, but the large code addition (~1,200 lines) introduces moderate risk for downstream regressions.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
🐛 Preserve poll time zone when re-adding options after clearing all (#1218) lukevella XS AI 0.4h - Jul 13, 2026

Summary

Bug Fix

Preserve poll time zone after clearing options

Fixes bug where clearing all poll options resets the poll’s time zone to the viewer’s browser time zone, ensuring the original time zone is retained.

Health Assessment

Small
Low
Low
  • Quick, single-file change with no rework, minimal risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
✨ Add wide event logging to private API requests (RAL-1264) lukevella M AI 0.3h 0.2h Jul 13, 2026

Summary

Feature

Add wide event logging to private API requests

Adds comprehensive request monitoring for private API endpoints, enabling detailed analytics and error tracking.

Health Assessment

Medium
Low
Low
  • Rapid approval with minimal review indicates straightforward implementation and clear test coverage.

AI Details

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

Tech Stack

Languages: Typescript
📝 Remove stale components/poll reference from CLAUDE.md lukevella XS AI 0.1h - Jul 13, 2026

Summary

Docs

Remove stale components/poll reference from CLAUDE.md

Updates documentation to remove outdated legacy poll UI reference, ensuring clarity for developers.

Health Assessment

Small
Low
Low
  • AI-generated change removed stale reference quickly, no review needed.

AI Details

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

Tech Stack

✨ Move to a per-space API rate limit (RAL-1262) lukevella M AI 0.7h 0.1h Jul 13, 2026

Summary

Feature

Move to a per-space API rate limit

Centralizes API rate limiting to a single per-space limit, reducing per-key throughput and simplifying management for poll endpoints.

Health Assessment

Medium
Low
Low
  • Quick turnaround with minimal review comments; AI-assisted code generation accelerated development.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs
🐛 Fix redirect loop between / and /login (RAL-1313) lukevella L AI 0.6h 0.1h Jul 13, 2026

Summary

Bug Fix

Fix redirect loop between / and /login

Fixes redirect loop by replacing automatic redirects with user‑initiated actions and improving session handling.

Health Assessment

Large
Low
Low
  • Quick fix with minimal review, AI‑assisted code, resolved redirect loop efficiently.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
✅ Set up unit testing in @rallly/ui and move markdown-description test (RAL-1332) lukevella S AI 0.1h - Jul 13, 2026

Summary

Chore

Set up unit testing for UI package

Adds a Vitest harness to enable component tests next to components, improving test maintainability and CI integration.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes and no review needed, indicating a straightforward developer tooling update.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React, Vitest
🐛 Parse only autolinks from GFM, not the full extension set lukevella M AI 0.2h - Jul 13, 2026

Summary

Bug Fix

Fix Markdown to only autolink GFM

Improves Markdown rendering by limiting GFM parsing to autolinks, preventing unsupported formatting from breaking or leaking content. Ensures safe rendering and preserves user intent.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, no review needed, merged within minutes.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
✨ Send confirmation email after RSVP submission lukevella XL AI 0.4h 0.2h Jul 13, 2026

Summary

Feature

Send RSVP confirmation email with .ics attachment

Users receive a confirmation email with a calendar invite, improving engagement and reducing no‑shows.

Health Assessment

X-Large
Low
Low
  • The PR was merged within 24 minutes, with a single review comment and no rework, indicating a smooth process. AI‑assisted review comments helped keep the cycle short despite the large code change.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
✨ Cap API keys per space and migrate writes to server actions (RAL-1268) lukevella XL AI 2.3h 0.2h Jul 13, 2026

Summary

Feature

Cap API keys per space and migrate writes to server actions

Adds a limit of 10 active API keys per space, improves authorization and reliability by moving write operations to server actions, and enhances user experience with clearer error handling.

Health Assessment

Medium
Low
Low
  • The PR was merged within 2.3 hours with minimal review comments, indicating a smooth process and effective AI-assisted coding.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React, Trpc
✨ Render poll/event descriptions as sanitized Markdown lukevella L AI 1.8h 0.4h Jul 13, 2026

Summary

Feature

Render poll/event descriptions as sanitized Markdown

Adds a Markdown renderer to safely display poll and event descriptions, enabling formatting while preventing XSS.

Health Assessment

Medium
Low
Low
  • Fast cycle time of 1.8 hours with minimal review iterations, indicating efficient AI‑assisted development and low friction.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
🐛 Fix base URL on Vercel preview deployments lukevella S AI 0.1h 0.1h Jul 13, 2026

Summary

Bug Fix

Fix base URL on Vercel preview deployments

Corrects the base URL resolution for Vercel preview deployments, enabling authentication flows to work correctly in preview environments and preventing login failures.

Health Assessment

Small
Low
Low
  • Rapid, single‑commit fix with AI assistance; minimal review friction and low risk to production.

AI Details

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

Tech Stack

Languages: Typescript
🌐 New Crowdin updates lukevella XS AI 2.7h 0.0h Jul 13, 2026

Summary

Feature

Add German translations for web app

Adds German language support for the web interface, improving accessibility for German-speaking users.

Health Assessment

Small
Low
Low
  • Quick approval with minimal changes; AI review provided concise feedback.

AI Details

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

Tech Stack

♻️ Move auth out of user profile mutations into the action layer lukevella M AI 1.1h 0.2h Jul 13, 2026

Summary

Bug Fix

Move auth out of user profile mutations

Ensures user profile updates are authorized correctly and reflected immediately, improving security and user experience.

Health Assessment

Medium
Low
Low
  • Fast cycle time with minimal review comments indicates smooth integration.

AI Details

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

Tech Stack

Languages: Typescript
🚸 Reject banned users before sending a login verification code lukevella S AI 0.3h 0.0h Jul 12, 2026

Summary

Bug Fix

Reject banned users before sending a login verification code

Prevents banned accounts from receiving OTP emails and provides clearer error messages, improving security and user experience.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal rework; AI-assisted code generation accelerated fix.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
⚡️ Run control panel user search queries in parallel lukevella S AI 0.1h - Jul 12, 2026

Summary

Refactor

Run control panel user search queries in parallel

Improves users page performance by executing list and count queries concurrently, reducing load latency.

Health Assessment

Small
Low
Low
  • Quick, single-commit PR with minimal changes, AI-assisted code generation, merged within minutes.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs
🐛 Authorize admin mutations against the database, not the session snapshot lukevella M AI 0.6h 0.2h Jul 12, 2026

Summary

Bug Fix

Authorize admin mutations against the database, not the session snapshot

Fixes admin role and ban logic to use database state, ensuring accurate permissions and session refresh, improving error visibility.

Health Assessment

Medium
Low
Low
  • Quick, single‑commit fix with minimal review, AI‑generated code streamlined the change.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs
🌐 New Crowdin updates lukevella S AI 4.2h 0.1h Jul 12, 2026

Summary

Feature

Add new translations for multiple languages

Adds updated localization strings for several languages, improving international user experience.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes, indicating low complexity and risk.

AI Details

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

Tech Stack

✨ Add SMTP_DEBUG option for verbose SMTP logging lukevella S AI 2.0h 1.3h Jul 12, 2026

Summary

Feature

Add SMTP_DEBUG option for verbose SMTP logging

Adds an opt‑in environment variable that logs the full SMTP conversation to help self‑hosters troubleshoot email delivery issues.

Health Assessment

Small
Low
Low
  • Quick iteration with minimal changes; AI assistance streamlined implementation; merged within 2 hours.

AI Details

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

Tech Stack

Languages: Javascript, Typescript
🔧 Disable Vercel deployments for Crowdin l10n branches lukevella XS AI 1.6h - Jul 12, 2026

Summary

Bug Fix

Disable Vercel deployments for Crowdin l10n branches

Prevents unnecessary Vercel deployments triggered by Crowdin syncs, reducing build noise and cost.

Health Assessment

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

AI Details

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

Tech Stack

🐛 Fix admin-setup redirect loop and authorize admin access against the database lukevella M AI 0.3h 0.2h Jul 12, 2026

Summary

Bug Fix

Fix admin setup redirect loop and DB auth

Fixes redirect loops that prevented admins from accessing the control panel after promotion. Improves user experience by ensuring session data is refreshed and admin checks use the database, preventing stale role data.

Health Assessment

Small
Low
Low
  • Fast review and merge cycle indicates a straightforward bug fix with minimal friction. No significant rework or large scope, reducing risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs, Trpc
🏷️ Declare @types/react in @rallly/emails lukevella S AI 0.1h - Jul 12, 2026

Summary

Health Assessment

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
✨ Ban/unban users from the control panel lukevella L AI 0.4h 0.2h Jul 12, 2026

Summary

Feature

Add ban/unban users to control panel

Admins can now ban or unban users directly from the control panel, ensuring sessions are revoked and user status is updated, improving moderation control.

Health Assessment

Large
Low
Low
  • Rapid approval with minimal rework; single review and quick merge indicates high confidence in changes.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
➖ Remove all remaining @radix-ui dependencies lukevella L AI 0.1h - Jul 12, 2026

Summary

Chore

Remove all remaining @radix-ui dependencies

Cleaned up unused UI library dependencies, completing migration to Base UI and reducing bundle size.

Health Assessment

Large
Low
Low
  • Merged within 6 minutes with no review, indicating a straightforward dependency cleanup.

AI Details

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

Tech Stack

🔧 Fix invalid shadcn components.json in packages/ui lukevella S AI 0.3h - Jul 12, 2026

Summary

Bug Fix

Fix invalid shadcn components.json

Corrects UI component configuration to allow shadcn CLI to function. This prevents build failures and ensures developers can add UI components without errors.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, no review required, merged within 18 minutes.

AI Details

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

Tech Stack

♻️ Replace Radix Slot with Base UI useRender lukevella XL AI 0.2h - Jul 12, 2026

Summary

Refactor

Replace Radix Slot with Base UI useRender

Improves component rendering consistency and removes dependency on Radix Slot, streamlining UI behavior across dashboard, sidebar, and control panel for a more maintainable codebase.

Health Assessment

X-Large
High
Low
  • Rapid single-commit refactor with AI assistance, minimal review, high line churn across many UI components.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
♻️ Migrate DropdownMenu to Base UI lukevella XL AI 0.3h 0.2h Jul 12, 2026

Summary

Refactor

Migrate DropdownMenu to Base UI

Unifies menu components across the app, improving consistency, accessibility, and maintainability while preserving existing workflows.

Health Assessment

Large
Low
Low
  • Rapid AI-assisted migration completed in under 15 minutes with a single review, indicating high confidence in the changes and minimal impact on overall stability.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
🚚 Migrate legacy poll domain UI from components/ into features/poll lukevella L AI 0.5h 0.4h Jul 12, 2026

Summary

Refactor

Migrate legacy poll UI into features/poll

Reorganizes poll‑related UI components into feature‑specific directories, improving code maintainability and modularity.

Health Assessment

Medium
Low
Low
  • The PR was merged within 30 minutes of opening, with a single brief review and no major rework, indicating a clean, low‑risk refactor.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs
🌐 New Crowdin updates lukevella M AI 71.0h - Jul 12, 2026

Summary

Feature

Add translations for multiple languages

Expands internationalization, enabling users in new locales to interact with the app in their native language.

Health Assessment

Small
Low
Medium
  • The PR involved incremental translation updates over several days, with minimal code changes and no significant review friction.

AI Details

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

Tech Stack

♻️ Migrate Tooltip to Base UI lukevella XL AI 0.2h 0.1h Jul 12, 2026

Summary

Refactor

Migrate Tooltip to Base UI

Standardizes tooltip component across the application, improving consistency, reducing dependency bloat, and simplifying future maintenance.

Health Assessment

Large
Low
Low
  • Rapid review and merge (0.1h review, 0.2h cycle) indicate a straightforward refactor with minimal friction.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
♻️ Move buy-license checkout logic behind features/licensing lukevella L AI 0.2h 0.1h Jul 12, 2026

Summary

Feature

Move buy-license checkout logic behind features/licensing

Centralizes license checkout logic into a dedicated licensing feature, improving maintainability and consistency across the application.

Health Assessment

Small
Low
Low
  • Quick merge with minimal review comments, indicating high code quality and clear AI-assisted implementation.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs
♻️ Migrate Sheet to Base UI lukevella M AI 0.2h 0.0h Jul 12, 2026

Summary

Refactor

Migrate Sheet to Base UI

Replaces Radix dialog with Base UI dialog in the sheet component, streamlining UI behavior and removing an unused dependency, which reduces bundle size and improves maintainability.

Health Assessment

Medium
Low
Low
  • Fast turnaround with minimal review, indicating a straightforward refactor that was quickly approved.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
♻️ Migrate Dialog to Base UI lukevella L AI 0.3h 0.1h Jul 12, 2026

Summary

Refactor

Migrate Dialog to Base UI

Standardizes dialog components across the application, improving consistency and maintainability while preserving existing behavior.

Health Assessment

Large
Low
Low
  • The PR was merged within 18 minutes of opening, with only a single review comment, indicating a smooth and low‑friction refactor.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
🗑️ Remove dead code surfaced by the structure cleanup lukevella M AI 0.2h 0.0h Jul 12, 2026

Summary

Refactor

Remove dead code surfaced by the structure cleanup

This PR eliminates unused authentication, redirect, and local‑storage logic, and renames a test to improve code quality and reduce maintenance overhead.

Health Assessment

Medium
Low
Low
  • Fast turnaround with a single comment indicates a straightforward cleanup with minimal risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
🐛 Translate command menu strings and fix Actions heading key lukevella S AI 23.9h - Jul 12, 2026

Summary

Bug Fix

Translate command menu strings and fix Actions heading

Adds localized text for command menu search placeholder and headings, improving consistency.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within a day, indicating smooth review and low risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
🗑️ Demote or merge pseudo-features into lib/ and owning features lukevella L AI 23.6h 0.1h Jul 12, 2026

Summary

Refactor

Demote pseudo-features to lib and merge

Reorganizes feature modules to improve maintainability and enforce feature ownership, reducing code duplication and simplifying future development.

Health Assessment

Large
Low
Low
  • Fast turnaround with minimal review iterations indicates a well-scoped refactor with low risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
♻️ Migrate Select to Base UI lukevella L AI 23.5h 0.2h Jul 12, 2026

Summary

Feature

Migrate Select component to Base UI

Standardizes dropdown behavior across the application, improving consistency, accessibility, and reducing bugs related to empty selections.

Health Assessment

Medium
Low
Low
  • Fast cycle time (23.5h) and rapid review (0.2h) indicate smooth collaboration; minimal rework and AI assistance streamlined the migration.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
🐛 Exclude soft-deleted polls from access checks and notification recipients lukevella S AI 0.3h - Jul 11, 2026

Summary

Bug Fix

Exclude soft-deleted polls from access checks and notification recipients

Prevents soft-deleted polls from being authorized for admin actions and stops notifications from being sent for deleted polls, improving security and user experience.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes; no rework or review delays.

AI Details

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

Tech Stack

Languages: Typescript
🐛 Harden LicenseManager and AI moderation external calls lukevella S AI 0.2h - Jul 11, 2026

Summary

Bug Fix

Harden LicenseManager and AI moderation external calls

Hardens LicenseManager and AI moderation external calls by adding timeouts and improving error handling to prevent stalled operations and reduce false positives.

Health Assessment

Small
Low
Low
  • The PR was merged quickly, indicating low review friction.
  • The changes are focused on hardening external API calls, which is a relatively small scope.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
🐛 Fix API keys with underscores in prefix being rejected lukevella S AI 0.1h - Jul 11, 2026

Summary

Bug Fix

Fix API keys with underscores in prefix

This fix ensures API keys containing underscores in the prefix are correctly parsed, preventing authentication failures and improving reliability for users.

Health Assessment

Small
Low
Low
  • The PR was merged within minutes of creation, indicating a straightforward bug fix with minimal review and no rework.

AI Details

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

Tech Stack

Languages: Typescript
« 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