sachinraja / trpc-playground

playground for running tRPC queries in the browser
MIT License
294 stars 22 forks source link

Sort the list in the query builder #23

Closed davidbfrogman closed 2 years ago

davidbfrogman commented 2 years 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 2 years ago

Should we sort alphabetically?

davidbfrogman commented 2 years ago

Should we sort alphabetically?

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

sachinraja commented 2 years ago

Thanks!

sachinraja commented 2 years ago

published in v0.3.3