Closed major-mayer closed 4 weeks ago
I think we're ready to merge this as soon as that last TODO is removed. Would you consider pushing a squashed version of all these changes, taking it down to one commit?
I think we're ready to merge this as soon as that last TODO is removed. Would you consider pushing a squashed version of all these changes, taking it down to one commit?
Done, I hope the PR is ready now :slightly_smiling_face:
Thanks for all of your work on this - it was merged internally, and is now available in our latest beta: https://github.com/signalapp/Signal-Desktop/releases/tag/v7.31.0-beta.1
You can see the final commit here: https://github.com/signalapp/Signal-Desktop/commit/76e2597d30dd5bf86445022ef047492156125717
I'm glad (and a bit proud ;) to see my changes finally merged. Thanks for your great support during development :heart:
First time contributor checklist:
Contributor checklist:
main
branchnpm run ready
run passes successfully (more about tests here)Description
Describe briefly what your pull request changes. Focus on the value provided to users. Today I noticed, that right now it's not possible to download multiple images at once, which makes saving large galleries to the disk very time-consuming. I was very surprised why this is the case, given that downloading a single image works without problems.
So I decided that I could maybe take a look into the code and try to fix things on my own, because the feature requests regarding this issue have not seen any attention for 3 years. My experience with React is basically non-existent, so it was a lot of copy-pasting and adjusting the existing approach to download a single attachment.
It took a while to understand the data-flow between the different files, functions and actions, but I got it to work :partying_face: I would like to get some feedback on my approach, then I can clean it up, maybe add some tests (although I would need some guidance on how to write these, maybe a similar example) and rebase it.
Does it address any outstanding issues in this project?
Please write a summary of your test approach:
Edit: In addition to my regular Manjaro Linux system, I successfully tested the changes with Windows 11 as well.