FEATURE: Selection and editing of multiple assets#295
Merged
Sebobo merged 40 commits intoFlowpack:2.x-devfrom Apr 20, 2026
Merged
FEATURE: Selection and editing of multiple assets#295Sebobo merged 40 commits intoFlowpack:2.x-devfrom
Sebobo merged 40 commits intoFlowpack:2.x-devfrom
Conversation
…n in clipboard, fix translation in PropertyInspector
…ions if multi selection is active
…te new hook for failed asset labels
…add filter or change sorting
Member
Sebobo
reviewed
Apr 17, 2026
…just selector in collection tests
…oSingleAssetCollectionPerAsset is enabled
Hide checkbox and disable shift/ctrl+click multi-select in details and selection screens
Contributor
Author
|
@Sebobo point 1 and 2 are fixed/improved. I also extracted some of the newly created hooks from the core package which are only consumed by components from the media-module package. other code like states are consumed by code in different packages so there is no distinct allocation possible. I left the badge component in the core too even if we only use it in the media-module component for now. This is a quite basic component which can be reused anywhere if needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


What I did
Multiple Assets are selectable by checkbox or with shift/command in thumbnail and list view. The possible actions for the selected Assets are:
With this change some design adjustments were made too for thumbnail and list view. Also the delete button inside the clipboard was removed and a new button to close the clipboard was added. The function of the clipboard (as short path to files) was not touched.
How to verify it
There is a new set of e2e tests bundled in
Multi-Selection.Resolves: #30 #81 #8