Skip to content

TT-7527 fix: show Delete Region button in Mobile view#426

Merged
gtryus merged 1 commit into
developfrom
TT-7527_delete-region-button-mobile-view
Jul 14, 2026
Merged

TT-7527 fix: show Delete Region button in Mobile view#426
gtryus merged 1 commit into
developfrom
TT-7527_delete-region-button-mobile-view

Conversation

@nabalone

Copy link
Copy Markdown
Collaborator

Summary

Fixes TT-7527 — the Delete Region button was missing in Mobile view of the audio player, so mobile users could not remove an incorrect recording region and had to clear and re-record the entire audio.

The button was gated behind a !isMobileView condition in WSAudioPlayer. This PR removes that condition so the Delete Region control renders in Mobile view just as it already does in Desktop view.

Test plan

  • On a mobile / narrow viewport, open the audio player with a selected region and confirm the Delete Region button now appears and deletes the region.
  • Confirm Desktop view behavior is unchanged.

🤖 Generated with Claude Code

Removed the !isMobileView guard on the Delete Region control in
WSAudioPlayer so the button now renders in Mobile view as it does in
Desktop. Mobile users can once again delete an incorrect recording
region instead of having to clear and re-record the entire audio.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@nabalone nabalone marked this pull request as ready for review July 14, 2026 22:06
@nabalone

Copy link
Copy Markdown
Collaborator Author
image

@gtryus gtryus merged commit a3c0d08 into develop Jul 14, 2026
2 checks passed
@gtryus gtryus deleted the TT-7527_delete-region-button-mobile-view branch July 14, 2026 22:34
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.

2 participants