feat(Assets): New asset search UI #1533
Merged
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.
This PR updates a bunch of systems related to assets.
In particular the in-game assets sidebar menu has been removed and replaced with a bigger modal dialog similar to notes.
This new UI component shares its core with the asset browser that you already had out-of-game. Allowing you to do the same kind of things (e.g. uploading files, moving files around) in addition to some extra new features.
A shortcut system is available to quickly change to a specific folder that you frequently use (e.g. a campaign specific folder, or a folder with assets for a particular RPG system). These shortcuts are campaign specific.
Dragging assets from the new UI to the map is still possible, you just have to drag them outside of the dialog and the dialog will disappear allowing you to place them wherever you want.
The asset-picker dialog that in some locations appears (e.g. changing asset art) is now also replaced with this new UI element which will show some buttons at the bottom to confirm your selection.
The old asset-picker dialog will for now still be present in out-of-game contexts (e.g. logo for campaigns).