sortable
sortable copied to clipboard
Rename buckets in bucket list (feature proposition)
Hi, I'd like to be able to rename the rank lists in a bucket list. I had the approach below in mind, does it make sense?
- add a
update_rank_list_label(inputId, text)in R that sends a message to shiny (sendCustomMessage) - create a script with a
Shiny.customMessageHandlerwhich finds the text element and updates it, and find a place where this script would be loaded (inbucket_listI guess?)
We could also add the option in add_rank_list to put a button to the right of the label with its own icon/text and input id, to be clicked to call update_rank_list_label (or any other function) through an observeEvent