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

Don't auto-suggest grid area names that already exist #230

Open jcheng5 opened 8 months ago

jcheng5 commented 8 months ago

Created area0, area1, area2, and then deleted area1. The next area I created, SUE suggested area2, which was already taken.

image
nstrayer commented 8 months ago

I've bounced off this one for a while. Do you think it should suggest area1, area3, or something completely different in this situation? (I've never really liked the area[1-9]+ pattern.)