I think the idea is to have different ābucketsā in the sidebar, where user would upload files, instead of a single one with a mess of files.
kirby-selector is a way to achieve this, but I think it fills a different need, and it requires more actions: first upload the files, then choose them in the field. Another problem is that the selector doesnāt know the purpose of files. You can filter by type, but is that image a banner, logo, or team image? The user has to know and use only the appropriate images, and can make mistakes.
On the other hand if we could upload to different ābucketsā a user would just need to upload in the right one. Benefits:
- no need to select files manually ;
- shorter page form, because you donāt need kirby-selector or any other file field ;
- the file list would be easier to read.
I use the word ābucketā but it could just be a tag added to files, and the ability to list files by that tag. Does it make sense?