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

Results 47 trpc-panel issues
Sort by recently updated
recently updated
newest added
trafficstars

`z.record()` and `z.map()` don't show up in the panel Example input ``` .input( z.object({ walletAddress: z.string().transform((val) => val.toLowerCase()), page: z.number(), filters: z.record(z.string(), z.string()), }) ) ``` The `filters` don't show...

would be nice to have dark mode (and have it as the default probably)

enhancement

Would be cool if users could click on values in response json to copy them more easily - would be especially useful for copying ids from a response and pasting...

enhancement

I have a query with optional start and end date fields. If I run the query without them, it works fine. If I add a date, it works fine. However,...

First of all: library is awesome and helps a lot during development. Thank you for you work! Unfortunately I cannot show a code snippet due to security reasons but more...

I have been using tRPC panel in all of my projects for the past 6 months, and it is truly a package I can't live without. With that being said,...