trpc-playground
trpc-playground copied to clipboard
Improvement of the operations in Query builder
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)
Hi, in v0.3.3
the operations are sorted alphabetically (https://github.com/sachinraja/trpc-playground/pull/23), maybe that will help you.