WIP: Clean up the outline view #16
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "outline-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Clean up the source code and interface of the outline view. In addition, fix a bug that could cause
Assembly::realize
to react to itself under certain circumstances. Those circumstances arose, making the bug noticeable, while this branch was being written.Source code
Outline
component into smaller components.Interface
Assembly::realize
from reacting to itself 6e42681b71Vectornaut referenced this pull request2024-11-11 04:32:10 +00:00
Marking this as WIP until I make these changes, which came up during review of pull request #15:
Element::index
private, as discussed hereElementKey
,ConstraintKey
, andElementColor
type aliases where possibleElement
constructorClean up the outline viewto WIP: Clean up the outline viewThe main branch has diverged from the branch to be merged because of the changes we made to while reviewing #15. Those changes have been incorporated in #19, which supersedes this pull request.
Pull request closed