nextcloud / spreed

🗨️ Nextcloud Talk – chat, video & audio calls for Nextcloud
https://nextcloud.com/talk
GNU Affero General Public License v3.0
1.61k stars 428 forks source link

Download button #4614

Open Yuri6037 opened 3 years ago

Yuri6037 commented 3 years ago

Is your feature request related to a problem? Please describe. It's annoying to have to open the file view to download a file shared from Nextcloud Talk. Sometimes the view won't even allow to download the file.

Describe the solution you'd like I'd like a download button added to a file block in Nextcloud Talk app. The download button should be a shortcut to the download operation which exists in Nextcloud Files.

szaimen commented 3 years ago

https://github.com/nextcloud/viewer/pull/702

PVince81 commented 3 years ago

in theory a download button could be added on the same level like the reply and the three dots menu for that message ?

or if that's visually too far away, would need another set of buttons closer to the preview, but that might feel redundant

@ma12-co @jakobroehrl thoughts ?

PVince81 commented 3 years ago

in the button's implementation, also need to check the file permissions to make sure that download is allowed

PVince81 commented 3 years ago

slightly related, some other related buttons "copy private link" and/or "jump to files app" https://github.com/nextcloud/spreed/issues/4533

marcoambrosini commented 3 years ago

I agree that it would be nice to have a separate download button for files. Could be something like this? Screenshot from 2021-03-09 11-26-13

jakobroehrl commented 3 years ago

sure, why not. I'd personally perfer the "jump to files app" function for keeping the files in the cloud

marcoambrosini commented 3 years ago

I'd personally perfer the "jump to files app" function for keeping the files in the cloud

We could have both in an actions menu

nickvergessen commented 3 years ago

Instead of putting it on the image, we could add it into the ... menu with the delete action, jump to files app, etc. because the overlaying only would work with files that have a preview etc. and I prefer to have a single way that works for everything.

marcoambrosini commented 3 years ago

Makes sense too, less hassle with background colors of the button.

ChristophWurst commented 1 year ago

Bildschirmfoto vom 2023-01-17 17-01-47

A download button would be most useful for files that can't be viewed

PVince81 commented 1 year ago

in my case today in a call it was for a text file that I couldn't open in the text app (it kept spinning), so I wanted to download it instead but didn't find the options as per above

fitus85 commented 1 month ago

@nickvergessen is it possible to have this issue a bit more on priority? It's really missing in daily use. i think more users are waiting on this.