triggerdotdev / jsonhero-web

JSON Hero is an open-source, beautiful JSON explorer for the web that lets you browse, search and navigate your JSON files at speed. 🚀. Built with 💜 by the Trigger.dev team.
https://jsonhero.io
Apache License 2.0
9.42k stars 512 forks source link

"Go" button on homepage should be disabled until input is filled #150

Closed abhaykumarvats closed 1 year ago

abhaykumarvats commented 1 year ago

There is no point in keeping the Go button enabled if there is no input in the adjacent field. User can click on it without filling anything, and it just unnecessarily starts processing, then finally coming back to the homepage again. This can be resolved by keeping the Go button inactive until the input is filled.

Screenshot 2023-04-15 at 7 15 19 PM

I would like to work on it if accepted.