Skip to contents

artshiny 0.3.0

New Features

  • create_waiter() factory function creates pre-configured {waiter} instances with Artalytics styling. Standardizes waiter creation across modules, defaulting to wait_art_html() themed content when no html is provided.

Dependencies


artshiny 0.3.1

New Features

  • Re-exported {waiter} UI functions for use by consuming packages: This allows modules like {modUpload} to use artshiny::useWaiter() instead of importing {waiter} directly, reducing their dependency footprint.

Dependencies

  • Added {htmltools} to Imports (required by re-exported {waiter} functions).