-
-
Notifications
You must be signed in to change notification settings - Fork 399
[Dropzone] Added support for upload and preview multiple files #3162
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
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To revert, version from package.json are automatically updated when creating a new tag
| @@ -1,5 +1,9 @@ | |||
| # CHANGELOG | |||
|
|
|||
| ## 2.31 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ## 2.31 | |
| ## 2.32 |
|
|
||
| ## 2.31 | ||
|
|
||
| - Support for multiple files drag and drop and peviews |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - 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.