nextcloud / assistant

✨ Nextcloud Assistant
GNU Affero General Public License v3.0
23 stars 4 forks source link

Add image generation smart picker #20

Closed MB-Finski closed 8 months ago

MB-Finski commented 8 months ago

Migrates the functionality of text2image_helper under assistant.

Features:

The focus has been to refactor as little of the code as possible.

Some points that could use improvement:

MB-Finski commented 8 months ago

Hmm... Specifying 'cursor: pointer' didn't work for the check-box issue. I'll have to look into it a bit more.

EDIT: Ah, got it. I set it for the container by mistake and not the input element itself...

MB-Finski commented 8 months ago

BTW, one improvement would be that the generation page could be changed to be a modal like it is in other cases with assistant.

julien-nc commented 8 months ago

BTW, one improvement would be that the generation page could be changed to be a modal like it is in other cases with assistant.

Let's keep that in mind with #21.

MB-Finski commented 8 months ago

Just a moment, I'll still need to fix the link generation for the copied link!

julien-nc commented 8 months ago

Take your time, don't forget to rename the controller methods.

MB-Finski commented 8 months ago

Hmm.. Now I think we're close!

EDIT: At a glance, everything seems to work at the front-end side!