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

Make changed input/output ids be reflected in server code #192

Closed nstrayer closed 12 months ago

nstrayer commented 1 year ago

This is closely related to #191 and just seems like the logical behavior for updating outputs with associated server code.

The tricky thing will be allowing the user to disable that behavior. Probably a little sync icon next to the id input with an informative popup

nstrayer commented 1 year ago

See #200

nstrayer commented 12 months ago

Final syncing added in #212