-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update JS/CSS from shiny and bslib #1617
Conversation
@@ -156,7 +156,8 @@ html.autoreload-enabled #shiny-disconnected-overlay.reloading { | |||
} | |||
|
|||
.recalculating { | |||
opacity: 0.3; | |||
--_shiny-fade-opacity: var(--shiny-fade-opacity, 0.3); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to self: I'll need to add a fade = True
to ui.busy_indicators.use()
and fade_opacity
/fade_selector
to ui.busy_indicators.options()
as was done in rstudio/shiny#4104
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added in b8e6453
* main: refactor: `shiny create` and `shiny add test` supporting functions (#1629) Update CHANGELOG.md Fix #1601: Force text/javascript for .js files Work around griffe 1.0 breaking changes feat(shiny create): Support simpler syntax for `--github` flag (#1623) Make sure `Chat.messages(format='google')` converts role assistant -> model (#1622) Fix `NormalizerRegistry.register()` (#1619) Update JS/CSS from shiny and bslib (#1617) Add ability to update `Chat()`'s input placeholder (#1594) docs: Add double-quotes to shiny[theme] (#1605) `json.dump()` each websocket message once instead of twice (#1597)
* main: setup.cfg -> pyproject.toml (posit-dev#1625) docs(navset): Add server function to navset docs (posit-dev#1596) Pin syrupy to avoid pytest-rerunfailures incompatibility (posit-dev#1632) refactor: `shiny create` and `shiny add test` supporting functions (posit-dev#1629) Update CHANGELOG.md Fix posit-dev#1601: Force text/javascript for .js files Work around griffe 1.0 breaking changes feat(shiny create): Support simpler syntax for `--github` flag (posit-dev#1623) Make sure `Chat.messages(format='google')` converts role assistant -> model (posit-dev#1622) Fix `NormalizerRegistry.register()` (posit-dev#1619) Update JS/CSS from shiny and bslib (posit-dev#1617) Add ability to update `Chat()`'s input placeholder (posit-dev#1594) docs: Add double-quotes to shiny[theme] (posit-dev#1605) `json.dump()` each websocket message once instead of twice (posit-dev#1597) docs: Update note on style keys allowing for kebab-case (posit-dev#1595) docs: fix navset function links (posit-dev#1590) Get `ui.Chat()` working inside Shiny modules (posit-dev#1582) bug(notification): Allow for duration to be `None` and passed to client (posit-dev#1577) Fix logic for detection of support files in docs (posit-dev#1580) docs(navset): Add examples for navset (posit-dev#1579)
This updates JS and CSS from shiny and bslib. The primary motivation is so that we can use
Shiny.initializedPromise
in JS code.