mirror of
https://github.com/sigoden/dufs.git
synced 2026-06-07 23:16:54 +03:00
[PR #693] [MERGED] Feature: confirm on exit while uploading #6221
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigoden/dufs/pull/693
Author: @florinm03
Created: 4/25/2026
Status: ✅ Merged
Merged: 4/25/2026
Merged by: @sigoden
Base:
main← Head:feat/confirm-on-exit📝 Commits (5)
e8c73e9feature: confirm box before exiting while uploadinge577983Merge branch 'sigoden:main' into feat/confirm-on-exita1407a6remove unused message1559f83Merge branch 'feat/confirm-on-exit' of https://github.com/florinm03/dufs into feat/confirm-on-exit11fe826Merge branch 'sigoden:main' into feat/confirm-on-exit📊 Changes
1 file changed (+11 additions, -0 deletions)
View changed files
📝
assets/index.js(+11 -0)📄 Description
Hey, we have noticed, that there is no confirmation when closing the tab and an upload is not finished. This can result in an unnecessary cancel of the upload. Can be quite frustrating when you are at 90% out of 6GB. :)
Solution
Added the event listener for it.
Tested on:
@sigoden Lmk what you think. Hope this gets merged, because we would really need it. :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.