codepod
codepod copied to clipboard
Allow creating a scope for selected pods
When the user selects some code pods, we would display a floating toolbar containing the delete and group buttons.
- The
deletelogic is in #162. - The
groupbutton, once clicked, will create a new scope around all the selected pods. The parent of this new scope will be the original parent of the selected pods.
Note that we (have already) restricted all the selected pods to be of the same parent (in #136).
Issue #124 requests this feature and the other way around.