-
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
Remove shinydashboardPlus dependency #113
Comments
* To be documented, standalone example exists under man-roxygen. * Removed shinydashboardPlus dependency, tooltips to be reviewd after removal. * Consolidated all JS in UI's head.
New custom TODOs
|
* Produces the same tooltips as with the former shinydashboardPlus.
* Support no title in collapsible panels via min-height, included in example.
* Formerly needed only for shinyWidgets::useShinydashboardPlus().
* To be documented, standalone example exists under man-roxygen. * Removed shinydashboardPlus dependency, tooltips to be reviewd after removal. * Consolidated all JS in UI's head.
* Produces the same tooltips as with the former shinydashboardPlus.
* Support no title in collapsible panels via min-height, included in example.
* Formerly needed only for shinyWidgets::useShinydashboardPlus().
SmaRP depends on package
shinydashboardPlus
for the sole collapsible panels provided byshinydashboardPlus::boxPlus()
.Our current dependency on
shinydashboardPlus
poses the following undesired issues:The suggestion is to get rid of
shinydashboardPlus
alltoghether by replacingboxPlus()
with small custom code for creating HTML panels and adding collapsing functionality from the existing dependency packagebsplus
.The text was updated successfully, but these errors were encountered: