sachinraja / trpc-playground

playground for running tRPC queries in the browser
MIT License
281 stars 19 forks source link

Sort the list in the query builder #23

Closed davidbfrogman closed 1 year ago

davidbfrogman commented 1 year ago

I'd like to sort the options in the query builder so it's easier to find the queries, and mutations in a large project.

sachinraja commented 1 year ago

Should we sort alphabetically?

davidbfrogman commented 1 year ago

Should we sort alphabetically?

Yes. This will do that. Should also work for numbers.

sachinraja commented 1 year ago

Thanks!

sachinraja commented 1 year ago

published in v0.3.3