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

Implemented cancel download ❌ #9

Closed
wants to merge 2 commits into from
Closed

Implemented cancel download ❌ #9

wants to merge 2 commits into from

Conversation

Om-Thorat
Copy link
Contributor

Implemented a cancel download button to cancel download, If the user selects the wrong option by mistake.

The downloaded data is stored until a page refresh as in if a user cancels by a mistake and tries to download the same model again it resumes from the last left point.

With 💖 by Om

@netlify
Copy link

netlify bot commented Aug 3, 2023

Deploy Preview for video2srt failed.

Name Link
🔨 Latest commit 7201b55
🔍 Latest deploy log https://app.netlify.com/sites/video2srt/deploys/64cb899faf7ef90008952cd5

@Om-Thorat
Copy link
Contributor Author

Om-Thorat commented Aug 3, 2023

@MatejMecka Might the build be failing due to the build command in package.json ? Since the build succeeded when i built it locally by replacing cp with copy since I am on windows.

Current

    "build": "[ -f .env ] || cp env.sample .env && vite build && cp _headers dist/_headers",

Replaced

    "build": "IF NOT EXIST .env (copy env.sample .env && vite build && copy _headers dist/_headers)",

@Om-Thorat
Copy link
Contributor Author

WELP GIT has destroyed that fork so oops, I'll make a new one.

@Om-Thorat Om-Thorat closed this by deleting the head repository Aug 3, 2023
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.

1 participant