rstudio / shinyuieditor

A GUI for laying out a Shiny application that generates clean and human-readable UI code
https://rstudio.github.io/shinyuieditor/
MIT License
209 stars 29 forks source link

Handle un-wrapped `sidebar` arguments in `navbar_page()` #217

Open nstrayer opened 8 months ago

nstrayer commented 8 months ago

When ingesting existing apps, the sidebar argument of navbar_page() currently needs to be wrapped in bslib::sidebar() to do anything. This limits the types of apps we can bring in (#190) because often that's a lot of extra typing for something that they get for free in the output.