Skip to content

Commit 38d5c3a

Browse files
gadenbuiecpsievert
andauthored
chore: Apply suggestions from code review
Co-authored-by: Carson Sievert <[email protected]>
1 parent 1573bd9 commit 38d5c3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### New features
1111

12-
* Added toast notification system with `ui.toast()`, `ui.toast_header()`, `ui.show_toast()`, and `ui.hide_toast()`. Toast notifications are temporary, non-intrusive messages that support multiple semantic types (success, warning, error, etc.), flexible positioning (9 positions: top/middle/bottom × left/center/right), auto-hide with configurable duration, optional headers with icons, and programmatic control. (#XXXX)
12+
* Added toast notification system with `ui.toast()`, `ui.toast_header()`, `ui.show_toast()`, and `ui.hide_toast()`. Toast notifications are temporary, non-intrusive messages that support multiple semantic types (success, warning, error, etc.), flexible positioning (9 positions: top/middle/bottom × left/center/right), auto-hide with configurable duration, optional headers with icons, and programmatic control. (#2111)
1313

1414
* Added a new `input_submit_textarea()` input element, which is similar to `input_text_area()`, but includes a submit button to only submit the text changes to the server on click. This is especially useful when the input text change triggers a long-running operation and/or the user wants to type longer-form input and review it before submitting it. (#2099)
1515

shiny/ui/_toast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def toast(
220220
Parameters
221221
----------
222222
*args
223-
Body content (HTML elements or strings). Named arguments become HTML attributes.
223+
Body content (HTML elements or strings).
224224
header
225225
Optional header content. Can be a string (auto-converted to header), or a
226226
toast header object from :func:`~shiny.ui.toast_header`.

0 commit comments

Comments
 (0)