Skip to content

Fix misleading Voice Mode label in comparison chart#365

Merged
AnthonyRonning merged 1 commit intomasterfrom
fix/voice-mode-label
Jan 6, 2026
Merged

Fix misleading Voice Mode label in comparison chart#365
AnthonyRonning merged 1 commit intomasterfrom
fix/voice-mode-label

Conversation

@AnthonyRonning
Copy link
Contributor

@AnthonyRonning AnthonyRonning commented Jan 6, 2026

Change 'Voice Mode' to 'Voice Input' in the comparison chart to accurately reflect that Maple currently only supports voice input (speech-to-text), not voice output (text-to-speech).

This was causing user confusion as 'Voice Mode' implied full two-way voice chat like ChatGPT offers.

Summary by CodeRabbit

  • Updates
    • Updated the feature label in the comparison chart for improved clarity.

✏️ Tip: You can customize this high-level summary in your review settings.

Change 'Voice Mode' to 'Voice Input' to accurately reflect that Maple
currently only supports voice input (speech-to-text), not voice output
(text-to-speech).

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 6, 2026

Deploying maple with  Cloudflare Pages  Cloudflare Pages

Latest commit: d87aa81
Status: ✅  Deploy successful!
Preview URL: https://fa7a7be9.maple-ca8.pages.dev
Branch Preview URL: https://fix-voice-mode-label.maple-ca8.pages.dev

View logs

@coderabbitai
Copy link

coderabbitai bot commented Jan 6, 2026

📝 Walkthrough

Walkthrough

A feature label in the comparison chart data is updated, changing "Voice Mode" to "Voice Input" in the displayed text without altering functionality or component structure.

Changes

Cohort / File(s) Summary
Label Update
frontend/src/components/ComparisonChart.tsx
Feature label renamed from "Voice Mode" to "Voice Input" in comparison data for improved clarity

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A voice by any other name would sound as sweet,
From "Mode" to "Input," the label's now more neat,
A whisper changed, the feature still holds true,
The rabbit hops along with clearer words for you! 🎤

Pre-merge checks and finishing touches

✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: renaming the 'Voice Mode' label to 'Voice Input' to clarify the feature's actual functionality.
✨ Finishing touches
  • 📝 Generate docstrings

📜 Recent review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d56e747 and d87aa81.

📒 Files selected for processing (1)
  • frontend/src/components/ComparisonChart.tsx
🧰 Additional context used
📓 Path-based instructions (1)
**/*.{ts,tsx}

📄 CodeRabbit inference engine (CLAUDE.md)

**/*.{ts,tsx}: Use path aliases (@/* maps to ./src/*) for imports in TypeScript/React files
Use 2-space indentation, double quotes, and enforce 100-character line limit in TypeScript/React code
Maintain strict TypeScript and avoid using any type
Use PascalCase for component names and camelCase for variables and function names
Use functional components with React hooks instead of class components
Use React context for global state management and TanStack Query for server state management
Run just format, just lint, and just build after making TypeScript/React changes to ensure code quality and compilation

Files:

  • frontend/src/components/ComparisonChart.tsx
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
  • GitHub Check: build-linux
  • GitHub Check: build-ios
  • GitHub Check: build-android
  • GitHub Check: build-macos (universal-apple-darwin)
  • GitHub Check: Cloudflare Pages
🔇 Additional comments (1)
frontend/src/components/ComparisonChart.tsx (1)

69-69: LGTM! Clear and accurate label update.

The change from "Voice Mode" to "Voice Input" accurately reflects that Maple supports only speech-to-text functionality, preventing user confusion about full voice chat capabilities. Verification confirms no other references to "Voice Mode" exist in the codebase, so the change is complete and consistent.


Comment @coderabbitai help to get the list of available commands and usage tips.

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Jan 6, 2026

Greptile Summary

This PR corrects a misleading label in the product comparison chart by changing "Voice Mode" to "Voice Input". This simple one-line change accurately reflects Maple's current capabilities (voice input via speech-to-text) and prevents user confusion with competitors' full two-way voice chat features. The change improves clarity without affecting functionality or any other parts of the codebase.

Confidence Score: 5/5

  • This PR is entirely safe to merge with no risk or concerns.
  • This is a minimal, single-line documentation/label change in a comparison chart component. The change corrects a misleading feature name ("Voice Mode" to "Voice Input") to accurately reflect product capabilities. No logic, functionality, styling, or API behavior is affected. The change is straightforward, improves clarity, and requires no testing beyond visual verification. No other files reference the old label, and the change is consistent with existing documentation.
  • No files require special attention

Important Files Changed

Filename Overview
frontend/src/components/ComparisonChart.tsx Single line change: Updated feature label from "Voice Mode" to "Voice Input" (line 69). This accurately reflects that Maple supports only voice input (speech-to-text), not voice output, preventing user confusion about capabilities.

Sequence Diagram

sequenceDiagram
    participant User
    participant ComparisonChart
    participant Legend

    User->>ComparisonChart: View comparison chart
    ComparisonChart->>Legend: Display feature labels
    activate Legend
    Legend-->>User: Show "Voice Input" feature<br/>(previously "Voice Mode")
    deactivate Legend
    Note over Legend: Accurate label reduces<br/>confusion about capabilities
    User->>User: Understand: Voice Input only<br/>(no voice output)
Loading

@AnthonyRonning AnthonyRonning merged commit bad4b01 into master Jan 6, 2026
7 checks passed
@AnthonyRonning AnthonyRonning deleted the fix/voice-mode-label branch January 6, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant