[Feature]: Add node rotation to avoid cluttering
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 4.7k
- Forks
- 388
- PR merge metrics
- No merged PRs in 30d
Description
### Feature Request
Add the possibility to rotate nodes 90, 180 and 270 degrees on canvas to avoid canvas cluttering.
See Mathworks Simulink as an example
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Contributor guide
Research direction
Start by locating the canvas entry point and the code that renders and positions nodes. Trace how node state is stored and how canvas interactions update it. Done means nodes can be rotated by 90, 180, and 270 degrees and the rotations reduce clutter without breaking existing canvas behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100