quarkiverse / quarkus-langchain4j

Quarkus Langchain4j extension
https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html
Apache License 2.0
119 stars 65 forks source link

Improve email-me-a-poem ui #582

Closed iocanel closed 1 month ago

iocanel commented 1 month ago

As discussed in #564 the UI is a bit confusing, as the textarea used for showing the response implies that the user is supposed to add something there.

This PR changes the texteara, with a span (which is invisible by default) and it populates it with the response when available. It also adds a Working... message when the button is pressed to further improve the experience.

iocanel commented 1 month ago

@geoand: let me know if this works for you.

geoand commented 1 month ago

Much better, thanks!