shiny.emptystate icon indicating copy to clipboard operation
shiny.emptystate copied to clipboard

Add `z_index` parameter for `EmptyStateManager`

Open calderonsamuel opened this issue 1 year ago • 0 comments

Have you read the Contributing Guidelines?

Issue #52

Description

  • EmptyStateManager has now an additional z_index argument, 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-container since 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. .Rd files with roxygen2::roxygenise())

calderonsamuel avatar May 21 '24 20:05 calderonsamuel