Open sohrab- opened 2 years ago
We have the same repeating pattern of a Sortable with children, each with their own "Remove" button and an "Add" button at the bottom.
Sortable
Ideally this should be abstracted away into one or more components. The trick would be to not make styling the components hard or impossible.
This can even allow us to hide the SortableCollections within these new components so the interface has a clean array of items.
SortableCollection
We have the same repeating pattern of a
Sortable
with children, each with their own "Remove" button and an "Add" button at the bottom.Ideally this should be abstracted away into one or more components. The trick would be to not make styling the components hard or impossible.
This can even allow us to hide the
SortableCollection
s within these new components so the interface has a clean array of items.