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

Wire up electron download progress to toasts #16947

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft

Conversation

t3chguy
Copy link
Member

@t3chguy t3chguy commented Apr 14, 2021

Requires matrix-org/matrix-react-sdk#5863
Requires element-hq/element-desktop#184

Fixes element-hq/element-desktop#713
Fixes element-hq/element-desktop#699

Blocked on element-hq/element-desktop#727 - due to this issue only e2ee downloads work in EleDesktop - and those are "instantaneous" as they're just from in-memory blobs so this is somewhat untested and blocked as such.

Probably could do with a progress bar and other fanciness, potentially also merging all active downloads into a single toast maybe or something like that.


Here's what your changelog entry will look like:

✨ Features

@chagai95
Copy link
Contributor

chagai95 commented Aug 2, 2021

and those are "instantaneous" as they're just from in-memory blobs

Hey @t3chguy , does this mean there will be no download progress bar for encrypted media?

@t3chguy
Copy link
Member Author

t3chguy commented Aug 2, 2021

With this work as it stands, it'd be near instant. More work needs to be done to hook it onto the download and decrypt process. Hence it being a draft.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

File downloads in Electron offers no feedback & takes ages Electron app needs some kind of download manager
2 participants