Renders recent artworks grouped by time periods with timeline headers. Uses the shared artwork card component for visual consistency.
recentWorksUI(ns, recent_works, artist)Shiny UI tagList
if (FALSE) { # \dontrun{
output$recent_works <- renderUI({
recentWorksUI(ns, recent_works, artist_uuid)
})
} # }