trpc-playground icon indicating copy to clipboard operation
trpc-playground copied to clipboard

Improvement of the operations in Query builder

Open TheUncharted opened this issue 2 years ago • 1 comments

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 :

  • add a search bar
  • group namespace with a treeview by (for example user.findById would be grouped by user)

TheUncharted avatar Sep 15 '22 06:09 TheUncharted

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

MatsDK avatar Sep 15 '22 17:09 MatsDK