Ingo Schommer
Ingo Schommer
@clarkepaul what's your take on this? It seems like we'd have to make this conditional based on the amount of pages, rather than the screen size?
Contributions welcome, but removing from milestone.
Looks great! @purplespider keen to contribute? :D @newleeland can provide you the exact spacings via Invision if you need them - we have a github.com/silverstripe/silverstripe-ux repo with the design source...
I doubt we'll get around to this before moving GridField into a React component, where that behaviour will be easier to attain (more state managed on the client). If you...
I'm moving this back to Icebox because I don't see how we can do this before refactoring the main CMS UI into React, without creating code we need to throw...
So to be clear, this is about the *values* (usually controller names) rather than the *keys* (path matching rules). I think `null` communicates the intent better, and that's a thing...
Yep, still an issue in 4.x
@spekulatius Which version of the module is this on? Can you do a `composer info`? Somewhat related: https://github.com/silverstripe/silverstripe-cms/issues/2207
I've seen a custom implementation of admin/reports at StripeCon EU where they've done exactly that - basically porting the page edit view into ReportAdmin so they can quickly go through...
I've removed this way back in the day because it didn't strike me as a baseline CMS feature, and can easily be handled in a module. In hindsight, I might...