Skip to content

bug: Transcribe button is not disabled while recording #6

@evildead23151

Description

@evildead23151

Description

On the main recording screen, the "Transcribe" button remains enabled even when a recording is in progress. This can lead to a confusing user experience if tapped. The button should be disabled as soon as the user presses "Start Recording" and only re-enabled after the recording is stopped.

Task

  1. Review the disabled prop logic for the "Transcribe" button's <Pressable> component in app/(tabs)/index.tsx.
  2. Update the condition to ensure the button is also disabled when the isRecording state is true.

Acceptance Criteria

  • The "Transcribe" button is visibly disabled (e.g., greyed out) the entire time a recording is active.
  • The button becomes enabled again once the recording is stopped.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions