Daniel Cousens
Daniel Cousens
Hi @MichaelZaporozhets, Thanks for your example! It hasn't been rebased in a recent while (understandably), but I'm wondering if you think this is still a helpful example? Maybe you could...
@willemmulder that [shouldn't happen next time](https://github.com/keystonejs/keystone/pull/7784)
Thanks @willemmulder! :blue_heart:
Hi @gautamsi ! Thanks for taking the time to make this pull request, it addresses a problem that we've been thinking about since K5. Unfortunately a primary issue with the...
The problem is that the changes in this pull request nullify the underlying semantics of the `listView` and `itemView` fields by introducing a state where you are modifying items through...
@gautamsi yes, I think we can close this - but please know that the feature is not being abandoned out of the gate. We are aware that bulk item management...
The relevant part of `keystone dev` and `keystone start`, two CLI scripts provided by Keystone https://github.com/keystonejs/keystone/blob/24c59baff3db26c4f2425994237bb440e0820b00/packages/core/src/scripts/run/dev.ts#L234 https://github.com/keystonejs/keystone/blob/24c59baff3db26c4f2425994237bb440e0820b00/packages/core/src/scripts/run/start.ts#L47 The relevant documentation https://github.com/keystonejs/keystone/blob/24c59baff3db26c4f2425994237bb440e0820b00/docs/pages/docs/apis/config.mdx#L211 The nuance here is that this behaviour is only...
A few thoughts around how this might look in configuration... posted here for posterity :blue_book: ### Using the `.ui` object #### Option 1 ```ts const Post = list({ ui: {...
I don't think we want to do this at this time. That may change in the future, but for now I will close this pull request.
This pull request wasn't up to date with `keystone-6`, but for posterity, this feature has been added in https://github.com/keystonejs/keystone/pull/8088