-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
204 Add "rendering in progress" info #253
Conversation
Nice solution; an advantage is that the solution does not add other dependencies than shinybusy to the package. > tools::package_dependencies("shinybusy")
$shinybusy
[1] "htmltools" "shiny" "jsonlite" "htmlwidgets" |
Thanks @Polkas. |
Thanks. I like this. Details to be sorted out but functional wise I feel this is exactly what we need. |
Pls add news entry |
Code Coverage Summary
Diff against main
Results for commit: 09f7d65 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 18 suites 10s ⏱️ Results for commit 09f7d65. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit eb2adbd ♻️ This comment has been updated with latest results. |
@pawelru Anything else needed here? |
Thanks. It's good now. Please remove sys wait and I will be happy to approve. |
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.
👍 thanks!
Closes #204.
Added blocking of download buttons with
shinybusy::block
.TESTING APP