owenthereal / jqplay

A playground for jq, written in Go
https://jqplay.org
MIT License
733 stars 87 forks source link

Reverse JSON and Results blocks #193

Open dynabler opened 5 months ago

dynabler commented 5 months ago

I often use jqplay.org in half screen, having jqplay.org and JSON file open in one screen.

When jqplay.org is in half screen, the Filter is at top, then JSON field, and as last Results block with options (in full screen, the layout is fine).

Would it make more sense to have Results after Filter? The JSON field is used once to input data. As of now, you need to scroll to see Results completely in half screen. It sure helps in UX terms.

Just NOT be misunderstood: I'm not suggesting to make a full-screen version work in half screen. That makes everything too small (see https://jqkungfu.com/). I'm suggesting reversing JSON and Results block.