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

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

Closed
wants to merge 1 commit into from

Commits on Aug 27, 2024

  1. feat: Use new downloadFile() method from cozy-client

    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()`
    
    BREAKING CHANGE: `downloadFile()` method has been removed from
    `react/Vierwer/helpers.js`. Use the one from
    `cozy-client/dist/models/file` instead
    Ldoppea committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a64adb0 View commit details
    Browse the repository at this point in the history