Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake sidebar-toggle bars icon work on Shiny 1.2 with FontAwesome 5 #299
Conversation
|
After this is merged, we should release a new version of shinydashboard, before shiny 1.2 is out. Unfortunately, I think some people will see the icon problem. If they do |
Fixes #297 in a backward-compatible way. I tested using Shiny 1.1 from CRAN and the Shiny v1.2-rc branch on github.
Testing Notes
Testing old Shiny
install.packages("shiny")devtools::install_github("rstudio/shinydashboard")Run this example app:
You should see the bars icon:
Testing new Shiny
devtools::install_github("rstudio/shiny@v1.2-rc")Run the example app and confirm that you still see the bars icon.