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

enhancement: Update useFileDrop hook to handle multiple file drops #3083

Merged
merged 7 commits into from
Jul 30, 2024

Commits on Jul 30, 2024

  1. refactor: Update useFileDrop hook to handle multiple file drops

    The useFileDrop hook in use-on-file-drop.tsx has been updated to handle multiple file drops. It now accepts an array of files instead of a single file, and processes each file individually. This allows for uploading multiple files at once and improves the user experience.
    anovazzi1 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c381217 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02badc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    816e2fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4f6a1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    106b470 View commit details
    Browse the repository at this point in the history
  6. Removed console.log

    lucaseduoli authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    73ebdf0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ce26ff View commit details
    Browse the repository at this point in the history