sharkio-dev / sharkio

Sharkio is an API proxy for your development environments. It records all the requests that are sent to your API. It allows you to replay the requests easily. Generate types, documentation, test suites, And interact with your API using AI.
https://sharkio.dev/
MIT License
5 stars 1 forks source link

Enable enter to advance #423

Closed Tamir198 closed 7 months ago

Tamir198 commented 7 months ago

changes in create new proxy page

Adding the option to press enter to move on (only if next button is enabled) when adding a new proxy:

image

Also, when adding a proxy now there is a debounced error message (shown to the user after a second) :

image


Changes on edit sniffer:

image