Jack Sleight
Jack Sleight

This PR adds single asset/folder actions to the asset grid view: https://user-images.githubusercontent.com/126740/189182683-3d158edc-166a-4b56-b35e-cd512a3b5efc.mp4 The only thing that feels a little odd with this is that if you open the menu and...
When a Replicator or Bard field contains invalid data, for example a set that has no configuration or a node for an extension that isn’t enabled, the feedback in the...
This PR adds a filter for the users fieldtype:  It may not be the best approach, but I've used a select field rather than...
The `DataResponse` class resolves link blueprint redirects directly via the `ResolveRedirect` class. I’d like to be able to use a [custom fieldtype](https://statamic.com/addons/jacksleight/focal-link) for my redirect field, but that doesn’t currently...
### Bug description If you add an assets field to an action's field list you can't browse the files, when you click Browse the overlay does not appear this error...
When you're scaffolding out a new site structure and creating a whole load of pages in one go it would be handy to be able to create new entries directly...
There are currently two ways to achieve this: 1. Copy the asset URL from the container and then paste that into a plain nav item 2. Create a Pages >...
When specifying action fields it can be useful to know what items you're working with, in order to set default values on the fields. But at the moment the `Action::fieldItems()`...
It would be great if we could bundle custom/addon CP assets with Vite instead of Mix. I've taken a look at it and and got 90% of the way there,...