Robin Pyon

Results 19 comments of Robin Pyon

Thanks @roffelsaurus – this is an interesting one. I'm unable to repro on `1.4.10` with sanity `2.30.1`. Are you able to try nuke your `node_modules`, reinstall dependencies and see if...

Apologies on the latency here, @roffelsaurus This should be fixed in `1.4.11` – z-indices are no longer hardcoded and depth is now managed with Sanity UI. Please do shout if...

Hey Steve – thanks for flagging, I'm genuinely glad you're finding the plugin useful. Are you able to provide a reproducible test case and/or a stack trace here? If you...

Interesting – I don't _believe_ the source of the issue is the plugin itself. The stack trace seems to indicate that the issue is coming from `DeskTool` – which is...

Re: this issue, unfortunately I'm at a bit a loss - I'm unable to replicate with the same environment and haven't had any similar reports come through (internally or otherwise)...

I think a dark / light mode toggle is something that should probably be added regardless of this issue, and is something that's been requested in the past! Perhaps the...

Just to chime in and say that I haven't forgotten this! I did have a play with `metadata.palette` a while back, but predictably you get really wonky results on assets...

@lorraineS I believe this might be a gatsby source issue. I'm not familiar with Gatsby, so I can't offer much advice right now – except that I believe [gatsby-plugin-sanity-image](https://github.com/coreyward/gatsby-plugin-sanity-image) might...

Thanks @snorrees! **Re: scores**: I agree! Especially with how search will use preview fields (which can be automatically inferred if you don't have a preview configuration) .... mix in the...

Hey @mikepziegler – if I understand you correctly, I believe this is already possible in Sanity when working with arrays of images. e.g. ```javascript // Your document schema // You...