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

Add File Dropzone component #813

Closed
wants to merge 22 commits into from

Commits on Aug 22, 2022

  1. Add drop-handler

    mkitzmann authored and preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    50fa3d5 View commit details
    Browse the repository at this point in the history
  2. add file-item

    mkitzmann authored and preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    6fa09a0 View commit details
    Browse the repository at this point in the history
  3. Add file-dropzone

    mkitzmann authored and preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    6547c05 View commit details
    Browse the repository at this point in the history
  4. refactor: Remove DropHandler

    mkitzmann authored and preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    020d93e View commit details
    Browse the repository at this point in the history
  5. refactor: Rename components

    mkitzmann authored and preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    9935ac8 View commit details
    Browse the repository at this point in the history
  6. refactor: Adjust FileUploadItem styling and slot name

    mkitzmann authored and preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    1fcbbb3 View commit details
    Browse the repository at this point in the history
  7. refactor: Rename slots and parts

    mkitzmann authored and preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    8089765 View commit details
    Browse the repository at this point in the history
  8. refactor: Add button slot

    mkitzmann authored and preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    d4478a1 View commit details
    Browse the repository at this point in the history
  9. refactor: Remove no-drag and closable

    mkitzmann authored and preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    084c2ef View commit details
    Browse the repository at this point in the history
  10. refactor: Inline svg image

    mkitzmann authored and preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    b253854 View commit details
    Browse the repository at this point in the history
  11. fix: Remove hover styling when FileUpload is disabled

    mkitzmann authored and preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    0a59222 View commit details
    Browse the repository at this point in the history
  12. refactor: Add exclamation triangle to system library

    mkitzmann authored and preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    bec6e7b View commit details
    Browse the repository at this point in the history
  13. refactor: Add formSubmitController

    mkitzmann authored and preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    3870127 View commit details
    Browse the repository at this point in the history
  14. refactor: Remove upload functionality

    mkitzmann authored and preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    53e24bb View commit details
    Browse the repository at this point in the history
  15. refactor: Add upload examples

    mkitzmann authored and preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    31a4a80 View commit details
    Browse the repository at this point in the history
  16. refactor: Remove unneeded translation keys

    mkitzmann authored and preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    51c4e7b View commit details
    Browse the repository at this point in the history
  17. fix: typo

    mkitzmann authored and preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    6575661 View commit details
    Browse the repository at this point in the history
  18. refactor: update documentation

    mkitzmann authored and preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    1a01222 View commit details
    Browse the repository at this point in the history
  19. chore: update gitignore

    preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    ba68c0d View commit details
    Browse the repository at this point in the history
  20. fix: update regex to match file basetype to avoid DoS

    preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    450345e View commit details
    Browse the repository at this point in the history
  21. fix: add 'no-button' attribute to remove second button in form examples

    preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    e81bbd5 View commit details
    Browse the repository at this point in the history
  22. chore: apply prettier

    preethivenkatesh-sdase committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    67bf3e3 View commit details
    Browse the repository at this point in the history