Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions components/make-static-previews.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down