ricokahler / sanity-super-pane

The Sanity Desk Tool Pane with Super Powers
sanity-super-pane.vercel.app
MIT License
101 stars 12 forks source link

Roadmap #2

Open ricokahler opened 3 years ago

ricokahler commented 3 years ago

Edit: this repo has been stale for a little and needs some TLC. This issue represents the work for the stable release of super pane.

BenjaminWalsh commented 3 years ago

Hey @ricokahler I went to try this out in my project - what I'd like to see is the same formatting - or at least the same options - for functions that configure the results super pane. In this case using a GROQ with existing $id parameter.

S.listItem(id)
    .title('Normal List per Band')
    .child(
      createSuperPane(S)
      .schemaType('product')
      .title('Product List')
      .filter(`_type == "product" && references($id)`)
      .params({ id })
      ),

vs

S.listItem(id)
    .title('Normal List per Band')
    .child(
      createSuperPane('product', S)
      ),

I could also make great use of exposing the bulk actions menu to custom document actions as you've mentioned above!

jeanpco commented 1 year ago

@ricokahler Hey Rico!

Where do you stand with that To-do list? Did you ever get around it? If not, and if you need help. I'd like to involve myself. That being said, I've never contributed to anything in the past, so not exactly sure where I'd need to begin. Feel free to reach back by email if ever thats easier jp@field-office.ca