Currently this add-on only works with Volto, since all calls happen through the alt_text_suggestion service. The generation process should be made asynchronous, so that the service can be replaced by a subscriber. This would also be less frontend effort, since currently two calls have to be made for this to work (one call for the upload and another call to generate alt texts, so the upload process is not delayed).
Also, this would include modifying the image view in the Classic UI to correctly render the alt text with its metadata.
Currently this add-on only works with Volto, since all calls happen through the alt_text_suggestion service. The generation process should be made asynchronous, so that the service can be replaced by a subscriber. This would also be less frontend effort, since currently two calls have to be made for this to work (one call for the upload and another call to generate alt texts, so the upload process is not delayed).
Also, this would include modifying the image view in the Classic UI to correctly render the alt text with its metadata.