Jack Sleight

Results 54 issues of Jack Sleight

I think it would be nice if you could expand/collapse a set with a single click on the label instead of a double click, along with a pointer cursor on...

At the moment static cache invalidation on save can either be extremely general using `all`, or very specific by naming individual collections, navigations etc. It would be useful if you...

I've been working on implementing form conditions on my frontend forms (which is _such_ an amazing feature!), and I think a barebones, library agnostic JS driver might be a useful...

I'd like to be able to find entries in the control panel where a specific field is blank. This is useful to check if data is missing from entries. I've...

### Bug description When you have portrait images in a set preview it kicks out the header height: ![Screenshot 2024-02-16 at 15 31 29](https://github.com/statamic/cms/assets/126740/81127da6-9545-45ae-b116-61b04f44816b) ### How to reproduce Create a...

ui
fieldtypes

Replaces https://github.com/statamic/cms/pull/8684 This PR changes the way Bard values are transmitted and stored in the publish store, so they're real objects rather than JSON encoded. This has a few advantages:...

Fixes https://github.com/statamic/cms/issues/9445 This PR implements a new listener that updates the URI index for all child pages whenever the parent page is updated. It should probably only run if the...

### Bug description If you update a parent page's slug you can then access it at the new path, but you can't access any child pages at either their old...

stache

We've noticed an issue where parent values are not updated in the stache index in certain circumstances, producing incorrect query results. For example: Create a collection thats's orderable but can...

This PR pushes the listing components `parameters` to the URL, so that you can bookmark, refresh and navigate back/forwards while maintaining the selected sort, filters, search, columns, page etc. This...