[Dropzone] Added support for upload and preview multiple files - #3162
[Dropzone] Added support for upload and preview multiple files#3162karheda wants to merge 17 commits into
Conversation
…coverage, and adjust styles.
📊 Packages dist files size differenceThanks for the PR! Here is the difference in size of the packages dist files between the base branch and the PR.
|
|||||||||||||||
- Format array declarations for better readability in `controller.ts`. - Correct typos in `CHANGELOG.md`. - Adjust imports for consistency in `vitest.config.mjs`. - Refactor `vitest.setup.js` for improved code structure.
…d UI logic for preview visibility and structure.
… and added button attributes.
|
@Kocal can you take a look to the failing check, please? It would be appreciate it if you can write some hint about how to solve it, thanks. |
|
Hi, you can rebase your PR on latest 2.x, it was fixed in #3159. |
[Toolkit][Shadcn] Add missing as props, update CONTRIBUTING.md
… initial loading Add a note that explains that the re-rendering loading states is a different concept from the components initial loading state regarding placeholders, with a link to the related "loading content" section in this doc
|
Hi @Kocal, I just made the rebase, and new failing checks arised. |
|
Hi, Can you move your work in a dedicated source branch (not Thanks! |
Kocal
left a comment
There was a problem hiding this comment.
Some documentation must be added, can you add a section explaining how to enable multiple-files upload?
Thanks!
| "name": "@symfony/ux-dropzone", | ||
| "description": "File input dropzones for Symfony Forms", | ||
| "license": "MIT", | ||
| "version": "2.31.0", |
There was a problem hiding this comment.
To revert, version from package.json are automatically updated when creating a new tag
| @@ -1,5 +1,9 @@ | |||
| # CHANGELOG | |||
|
|
|||
| ## 2.31 | |||
|
|
||
| ## 2.31 | ||
|
|
||
| - Support for multiple files drag and drop and peviews |
There was a problem hiding this comment.
| - Support for multiple files drag and drop and peviews | |
| - Add support for multiple files upload |
…coverage, and adjust styles.
Added support for uploading multiple files in UX Dropzone and displaying them in the preview.