cogentapps / chat-with-gpt

An open-source ChatGPT app with a voice
https://www.chatwithgpt.ai
MIT License
2.3k stars 493 forks source link

feature: add enter to send checkbox #88

Closed bgwastu closed 1 year ago

bgwastu commented 1 year ago

Hey @cogentapps, thank you for building this app.

I have implemented a new feature in the form of a "checkbox for 'enter to send'" to facilitate the user's experience. With this feature, users can easily add new lines by simply pressing the enter key without having to press the shift button. As someone who uses this app frequently on my phone, I find this option to be exceptionally helpful.

I have ensured that the value itself is saved on the user's local storage and have made certain that the design is responsive to various device sizes.

You can see the following demo here: enter-to-send-checkbox

I would appreciate your feedback on this addition.