shiny.emptystate
shiny.emptystate copied to clipboard
Add `z_index` parameter for `EmptyStateManager`
Have you read the Contributing Guidelines?
Issue #52
Description
EmptyStateManagerhas now an additionalz_indexargument, to set the stack level for the empty state container. Fixes #52- I added tests for when the user sets this parameter and for when doesn't do it.
- I removed the css rule for
.empty-state-containersince it is no longer used
Definition of Done
- [X] The change is thoroughly documented.
- [X] The CI passes (
R CMD check, linter, unit tests, spelling). - [X] Any generated files have been updated (e.g.
.Rdfiles withroxygen2::roxygenise())