Jeffser / Alpaca

An Ollama client made with GTK4 and Adwaita
GNU General Public License v3.0
116 stars 18 forks source link

Direct text input when adding a new conversation #74

Open Fray2000 opened 1 month ago

Fray2000 commented 1 month ago

As of 0.9.1, when creating a new conversation, it is necessary to go press on the input box (prompt text input) to be able to start writing a prompt.

It would be great to have the text cursor directly in the input box, ready for an input and start directly writing right after pressing the button to add a conversation. It would smooth the interaction with the app.

Jeffser commented 3 weeks ago

Sorry it took me so long to answer this suggestion, I didn't see it, I'm not sure if textviews (the element I'm using for text input) can just force focus, I know there are other elements that can do that, I might need to investigate that, thanks for the suggestion