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
216 stars 29 forks source link

Remove multi-file support #182

Closed nstrayer closed 11 months ago

nstrayer commented 1 year ago

Right now you can use the ui editor with single file and multi-file apps. The logic for doing this is filled with all sorts of edge cases that make the code much more brittle. In this early stage of the project it's probably better to disable multi-file support until patterns become more entrenched and there is demonstrated demand for them.

nstrayer commented 11 months ago

Done in #210