sachinraja / trpc-playground

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

Improvement of the operations in Query builder #25

Open TheUncharted opened 1 year ago

TheUncharted commented 1 year ago

Hi

When you have a lot of operations, it is hard to find the methods in the operations because they are all stacked horizontally and are not sorted and the panel is small It would be great if the operations were in a scrollable panel on the side like the docs, stacked vertically and sorted

Another ideas :

MatsDK commented 1 year ago

Hi, in v0.3.3 the operations are sorted alphabetically (https://github.com/sachinraja/trpc-playground/pull/23), maybe that will help you.