cozy / cozy-ui

React components and CSS styles for Cozy apps
https://cozy.github.io/cozy-ui/react/
MIT License
48 stars 37 forks source link

feat: Use new `downloadFile()` method from cozy-client #2690

Closed Ldoppea closed 1 month ago

Ldoppea commented 2 months ago

In cozy/cozy-client#1518 we implemented a new downloadFile() that allow to download files as before in a browser, but will download files through cozy-intent when hosted in the Flagship app

This commit will replace the old way to download files with the new one using downloadFile()


Related PRs:

Ldoppea commented 1 month ago

Closed in favor of cozy/cozy-libs#2581