From 16f04c6871137707adf0b0d2b083567ce720fc08 Mon Sep 17 00:00:00 2001 From: Carson Date: Thu, 6 Jun 2024 08:39:18 -0500 Subject: [PATCH] Disable busy indication in static previews --- components/make-static-previews.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/make-static-previews.py b/components/make-static-previews.py index 2ee22e07..50dcc969 100644 --- a/components/make-static-previews.py +++ b/components/make-static-previews.py @@ -80,6 +80,8 @@ def enrich_app_ui(app_ui: Tag): being intialized as part of the Shiny binding process. """ app_ui.append(shiny.html_dependencies.shiny_deps()) + # Don't ever show busy indication since these are static previews + app_ui.append(shiny.ui.busy_indicators.use(spinners=False, pulse=False)) app_ui.append( head_content( tags.script(