-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
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
- Review the
disabledprop logic for the "Transcribe" button's<Pressable>component inapp/(tabs)/index.tsx. - Update the condition to ensure the button is also disabled when the
isRecordingstate istrue.
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers