Board rework #26
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: profectus/Profectus#26
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
The current system makes it incredibly difficult for developers to add new shapes/components to Boards, and impossible for devs to share their custom shapes/components without needing to manually merge the changes.
This could be fixed by introducing functions for creating shapes that belong on a board, and then the board itself is just a render function that takes the shapes to render.
Also consider adopting something like tapspace and move away from boards being restricted to SVG.
Superseded by #62