WIP: Clean up the outline view #16

Closed
Vectornaut wants to merge 29 commits from outline-cleanup into main
Showing only changes of commit 5b522c12ee - Show all commits

View File

@ -200,6 +200,7 @@ pub fn Outline() -> View {
key.clone(),
elt.id.clone(),
elt.label.clone(),
elt.rep.into_iter().map(|u| u.to_bits()).collect::<Vec<_>>(),
elt.constraints.clone()
)
)