getanteon / ddosify-docker-extension

Ddosify Docker Extension - High-performance, simple-to-use load testing tool written in Golang
https://ddosify.com/
GNU Affero General Public License v3.0
28 stars 10 forks source link

feat: Added auto suggestions to various fields #12

Closed Lalit3716 closed 1 year ago

Lalit3716 commented 1 year ago

Fixes: #11

Added a reusable AutoSuggestionField component and used it in various places throughout the extension.

fatihbaltaci commented 1 year ago

Hi @Lalit3716, autocomplete and highlighting work great on headers and basic auth, thanks!

Could you please add autocomplete and highlighting features on the body as well? Thanks.

Lalit3716 commented 1 year ago

@fatihbaltaci Done!

fatihbaltaci commented 1 year ago

@Lalit3716 we found an issue with headers, could you please fix that? master branch does not have this issue.

https://user-images.githubusercontent.com/10353650/198842851-885f0006-8d70-4a34-8f66-a8eab4a0da24.mov

Lalit3716 commented 1 year ago

Hi @fatihbaltaci, thanks for letting me know this, I fixed the issue now everything should work as expected!

fatihbaltaci commented 1 year ago

Hi @Lalit3716, everything works as expected, thanks for your effort 🚀