From 4b1b4345d2c2a353bd458df7998485bb42707c24 Mon Sep 17 00:00:00 2001 From: Carson Sievert Date: Thu, 6 Jun 2024 09:04:05 -0500 Subject: [PATCH] Disable busy indication in static previews (#156) --- 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 2ee22e0..50dcc96 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(