Results 31 comments of Fabien Franzen

Sounds good, it's not really rejecting, and to make this clear, the 'done' button should remain enabled even if there are no files left. Perhaps you can introduce a config...

This might be related, in v2: https://sanity-io-land.slack.com/archives/C9Z7RC3V1/p1662721924976999

@afkatja I'm experiencing something similar. Although it does work, the cursor gets stuck, or multiple clicks (on different lines) accumulate. A quick click on the regular mouse releases the stuck...

I'm afraid this hasn't been resolved, unfortunately.

This is related to https://github.com/sanity-io/sanity/issues/2646

@ricokahler any update? It's been over 6 months and with the advent of v3 I feel this is long overdue. It's a serious blocker in my case, because I'd like...

I'm running to this issue as well. Even though the `initialValue` function is actually called, and the `_id` has been assigned, any edits (even non-published) will remove the prefix of...

I've been looking into a solution. If you add the following in your Structure Builder, it works nicely: ```javascript import S from '@sanity/desk-tool/structure-builder'; import ComposeIcon from 'part:@sanity/base/compose-icon'; import { uuid...

@alexandereneroth just finished reading that article in the docs. As far as I know, this is still not possible. Which is pretty unfortunate. Hoping that v3 will offer a solution.