Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: "New recording" button discards existing recording #364

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

e-fisher
Copy link
Collaborator

Description

When viewing an existing recording and clicking "New recording" the viewed recording gets deleted. This is destructive and unexpected behavior.

Steps to reproduce:

  1. Open existing recording
  2. Click "New recording" button.

Expected behavior:
Existing recording is preserved and new recording starts.

Actual behavior:
Existing recording gets deleted

How to Test

Checklist

  • I have performed a self-review of my code.
  • I have added tests for my changes.
  • I have run linter locally (npm run lint) and all checks pass.
  • I have run tests locally (npm test) and all tests pass.
  • I have commented on my code, particularly in hard-to-understand areas.

Screenshots (if appropriate):

Related PR(s)/Issue(s)

@e-fisher e-fisher requested a review from a team as a code owner November 26, 2024 09:26
@e-fisher e-fisher requested review from cristianoventura and Llandy3d and removed request for a team November 26, 2024 09:26
Copy link
Collaborator

@cristianoventura cristianoventura left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌

@e-fisher e-fisher merged commit adf2b41 into main Nov 26, 2024
2 checks passed
@e-fisher e-fisher deleted the fix/new-recording-deletes-existing branch November 26, 2024 14:22
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