Skip to contents

Generates UI displaying artwork thumbnail, AI-generated description, and style tags from pipeline results. Shown in modal notification when pipeline completes successfully. Provides immediate visual feedback about processed artwork.

Usage

buildAboutArtUI(ll)

Arguments

ll

List. Pipeline result from [run_pipeline()] containing:

`artist`

Character. Artist UUID.

`artwork`

Character. Artwork UUID.

`artwork_paths`

List with `main_png` CDN path.

`artwork_styles`

List with `art_about` (AI description) and `style_json` (JSON array of style tags).

Value

A `shiny.tag.list` containing artwork thumbnail image, about text in a card, and style feature badges.

See also

* [run_pipeline()] which produces the input list * [modUploadServer()] where result is displayed

Other ui-builders: new_art_modal_ui()

Examples

if (FALSE) { # \dontrun{
# Used internally by run_pipeline via future_promise
# Not typically called directly
} # }