bitswired / fuseai

Self-Hosted and Open-Source web app to interact with OpenAI APIs. Currently supports ChatGPT, but DALLE and Whisper support is coming.
290 stars 44 forks source link

Input box is off-center #17

Open StonkGodCapital opened 1 year ago

StonkGodCapital commented 1 year ago
image

Margins come up as 470-something when it should be 300. Happens on both Chrome and Safari on OSX.

Great work! Super clean and attractive app.

jimzer commented 1 year ago

@StonkGodCapital Thanks for reporting it. We should fix that.

I'm super glad that you like the app :)

turnercore commented 1 year ago

I actually liked this as far as design goes, but unfortunately it falls apart as soon as you have input that is longer than one line.

As you can see from the image it covers up the text from the response, that, esp. combined with the non-clearing field is an issue.

My suggested fix would be to have the input box be docked on the bottom of the chat, be resizable by dragging up and down (to view multi-line inputs easier), and never let the chat text go behind it. It should also clear the input string once submitted. I think it makes the design a little less cool, but far more functional.

Screenshot of Arc