-
-
Notifications
You must be signed in to change notification settings - Fork 399
[Dropzone] Dropzone multiple uploads #3204
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
base: 2.x
Are you sure you want to change the base?
Conversation
📊 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.
|
|||||||||||||||
|
Hi @Kocal I had to create new PR, because I couldn't change my default branch from 2.x to dropzone-multiple-uploads branch in the previews PR. We can close the preview PR. Now we have to solve 3 failing checks of PHP too. Could you tell me if I have made the changes well? |
…coverage, and adjust styles.
- 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.
…coverage, and adjust styles. # Conflicts: # src/Dropzone/assets/dist/controller.js # src/Dropzone/assets/src/controller.ts # src/Dropzone/assets/test/unit/controller.test.ts # src/Dropzone/assets/test/vitest.setup.js # src/Dropzone/assets/vitest.config.mjs
- 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. # Conflicts: # src/Dropzone/CHANGELOG.md # src/Dropzone/assets/src/controller.ts
… files. # Conflicts: # src/Dropzone/assets/src/controller.ts
…d UI logic for preview visibility and structure. # Conflicts: # src/Dropzone/assets/test/unit/controller.test.ts # src/Dropzone/templates/form_theme.html.twig
… and added button attributes.
- 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.
a204ffc to
d6bf015
Compare
This PR was merged into the 2.x branch. Discussion ---------- Git-ignore config/reference.php | Q | A | -------------- | --- | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Documentation? | no <!-- required for new features, or documentation updates --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Since symfony/symfony#62129, a new file `config/reference.php` can be generated when running tests locally. This file must not be commited. Commits ------- 74fd8da Git-ignore config/reference.php
This PR was squashed before being merged into the 2.x branch. Discussion ---------- [Site] Minor fixes before deployement | Q | A | -------------- | --- | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Documentation? | no <!-- required for new features, or documentation updates --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Minor fixes before re-deploying the website. Commits ------- 40b9346 [Site] Hide Toolkit from packages list ff9fd53 [Site] Fix examples from Translator page 2ed9602 [Site] Update UX packages
This PR was merged into the 2.x branch. Discussion ---------- Add E2E tests for Autocomplete | Q | A | -------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Documentation? | no <!-- required for new features, or documentation updates --> | Issues | Fix symfony#3017 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Also added Foundry to create some entities when installing the E2E App. Commits ------- 64d4336 Add E2E tests for Autocomplete
This PR was merged into the 2.x branch. Discussion ---------- Add E2E tests for LiveComponent | Q | A | -------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Documentation? | no <!-- required for new features, or documentation updates --> | Issues | Fix symfony#3021 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT This PR adds the following examples & associated tests. To resume, there are basic examples with LiveProp and LiveAction, advanced examples (form auto-validation & examples filtering), and advanced use-cases with the hydration/dehydration/serialization (to double-prevent some BCs from the past 🙈 ) <img width="1231" height="954" alt="image" src="https://github.com/user-attachments/assets/a6f2480d-3606-42de-938c-a29649efee73" /> Commits ------- 55e2ab2 Add E2E tests for LiveComponent
…us Stöhr) This PR was merged into the 2.x branch. Discussion ---------- [Toolkit][Shadcn] Add InputGroup component | Q | A | -------------- | --- | Bug fix? | no | New feature? | yes <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Documentation? | yes <!-- required for new features, or documentation updates --> | Issues | Tracked in symfony#3233 | License | MIT Add InputGroup as a component. ref: https://ui.shadcn.com/docs/components/input-group Commits ------- cbc7d04 feat(toolkit): add input-group component for shadcn kit
This PR was merged into the 2.x branch. Discussion ---------- Add E2E tests for Chart.js | Q | A | -------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Documentation? | no <!-- required for new features, or documentation updates --> | Issues | Fix symfony#3018 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Commits ------- 23e88a3 Add E2E tests for Chart.js
This PR was merged into the 2.x branch. Discussion ---------- Add E2E tests for Turbo | Q | A | -------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Documentation? | no <!-- required for new features, or documentation updates --> | Issues | Fix symfony#3027 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Commits ------- 76c87b8 Add E2E tests for Turbo
This PR was merged into the 2.x branch. Discussion ---------- Add E2E tests for CropperJS | Q | A | -------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Documentation? | no <!-- required for new features, or documentation updates --> | Issues | Fix symfony#3019 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Commits ------- 1ac8469 Add E2E tests for CropperJS
…coverage, and adjust styles.
- 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.
…coverage, and adjust styles. # Conflicts: # src/Dropzone/assets/dist/controller.js # src/Dropzone/assets/src/controller.ts # src/Dropzone/assets/test/unit/controller.test.ts # src/Dropzone/assets/test/vitest.setup.js # src/Dropzone/assets/vitest.config.mjs
- 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. # Conflicts: # src/Dropzone/CHANGELOG.md # src/Dropzone/assets/src/controller.ts
… files. # Conflicts: # src/Dropzone/assets/src/controller.ts
…d UI logic for preview visibility and structure. # Conflicts: # src/Dropzone/assets/test/unit/controller.test.ts # src/Dropzone/templates/form_theme.html.twig
… and added button attributes.
- 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.
…o dropzone-multiple-uploads
Uh oh!
There was an error while loading. Please reload this page.