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

Deleting an output with associated server code should prompt user about deleting server code #191

Closed nstrayer closed 11 months ago

nstrayer commented 1 year ago

Right now if you build from a template but delete existing server code you end up with lots of dead code that you need to manually delete. Almost always when a user deletes an output element they also want to delete the corresponding rendering code. This should be done with a little popup similar to what we do for replacing values in the valuebox