bugbakery/transcribee

Cancel button in document upload form should cancel upload

Open

#239 opened on May 30, 2023

 (0 comments) (0 reactions) (0 assignees)Python (40 forks)auto 404
enhancementfrontendgood first issue

Repository metrics

Stars
 (506 stars)
PR merge metrics
 (PR metrics pending)

Description

Expected Behaviour

After clicking "create" on the New Document Page, a spinner is shown while the file is uploading. During this time, clicking "cancel" should stop the upload and return back to the main page.

Actual Behaviour

After clicking "create" on the New Document Page, a spinner is shown while the file is uploading. During this time, clicking "cancel" returns back to the main page. The upload is not stopped

Contributor guide