Skip to content

Commit

Permalink
fix(files): Move download/upload to new tasks (#1727)
Browse files Browse the repository at this point in the history
Co-authored-by: Flemmli97 <[email protected]>
Co-authored-by: Darius Clark <[email protected]>
Co-authored-by: Phill Wisniewski <[email protected]>
  • Loading branch information
4 people authored Jan 22, 2024
1 parent f4abb65 commit 7853af5
Show file tree
Hide file tree
Showing 14 changed files with 516 additions and 301 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/src/upload_file_channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub enum UploadFileAction<T> {
Cancelling,
UploadFiles(Vec<PathBuf>),
Uploading((String, String, String)),
Finishing,
Finishing(PathBuf, bool),
Finished(T),
Error,
}
Expand Down
Loading

0 comments on commit 7853af5

Please sign in to comment.